/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
H A D | PropertyMetadata.java | 73 protected final String _description; field in PropertyMetadata 124 _description = desc; in PropertyMetadata() 163 if ((_description == null) && (_index == null) && (_defaultValue == null) in readResolve() 183 return new PropertyMetadata(_required, _description, _index, _defaultValue, in withMergeInfo() 192 return new PropertyMetadata(_required, _description, _index, _defaultValue, in withNulls() 205 return new PropertyMetadata(_required, _description, _index, def, in withDefaultValue() 210 return new PropertyMetadata(_required, _description, index, _defaultValue, in withIndex() 222 return new PropertyMetadata(b, _description, _index, _defaultValue, in withRequired() 232 public String getDescription() { return _description; } in getDescription()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fugu/ |
D | fugu_pairing_test.json | 2 "_description": "Test configuration for Fugu pairing the remote controller", string 9 "_description": "A testbed for RelayDevices", string 15 "_description": "A testbed for RelayDevices", string 21 "_description": "A testbed for RelayDevices", string 27 "_description": "A testbed for RelayDevices", string 33 "_description": "A testbed for RelayDevices", string
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/config/ |
D | sample_testbed_configs.json | 1 { "_description": "Sample config file for live network testing", string 5 "_description": "2 Android devices with Live SIMs.", string 11 "_description": "3 Android devices with Live SIMs usable for Conference Calling.", string 18 … "_description": "2 Android devices, 2 attenuators (control DUT's WiFi or Cellular RSSI)", string 34 "_description": "2 Multi-SIM Android Devices with live network SIMs", string 51 "_description": "1 Android device and 1 Monsoon Power Monitor.", string
|
/aosp_15_r20/external/skia/tools/ |
H A D | using_skia_and_harfbuzz.cpp | 51 BaseOption(std::string _selector, std::string _description) in BaseOption() 53 , description(std::move(_description)) {} in BaseOption() 63 Option(std::string _selector, std::string _description, T defaultValue) in Option() 64 : BaseOption(std::move(_selector), std::move(_description)) in Option() 105 DoubleOption(std::string _selector, std::string _description, double defaultValue) in DoubleOption() 107 std::move(_description), in DoubleOption() 114 StringOption(std::string _selector, std::string _description, std::string defaultValue) in StringOption() 116 std::move(_description), in StringOption()
|
/aosp_15_r20/tools/test/connectivity/acts/framework/ |
D | sample_config_2.json | 2 "_description": "This is an example skeleton test configuration file.", string 5 "_description": "Sample testbed with two android devices", string 9 "_description": "Sample testbed with two android devices", string 14 "_description": "Sample testbed with no devices" string
|
D | sample_config.json | 1 { "_description": "This is an example skeleton test configuration file.", string 5 "_description": "Sample testbed with two android devices", string 10 "_description": "Sample testbed with two android devices", string 16 "_description": "Sample testbed with no devices", string
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | FeatureSummary.cmake | 67 .. variable:: FeatureSummary_<TYPE>_DESCRIPTION 71 The global property :variable:`FeatureSummary_<TYPE>_DESCRIPTION` can be defined 176 get_property(_info GLOBAL PROPERTY _CMAKE_${_currentFeature}_DESCRIPTION) 370 …t_property(_fsPkgTypeDescriptionIsSet GLOBAL PROPERTY FeatureSummary_${_fsPkgType}_DESCRIPTION SET) 372 get_property(_fsPkgTypeDescription GLOBAL PROPERTY FeatureSummary_${_fsPkgType}_DESCRIPTION ) 563 get_property(_info GLOBAL PROPERTY _CMAKE_${_name}_DESCRIPTION) 568 set_property(GLOBAL PROPERTY _CMAKE_${_name}_DESCRIPTION "${_SPP_DESCRIPTION}" ) 653 set_property(GLOBAL PROPERTY _CMAKE_${_name}_DESCRIPTION "${_desc}" ) 688 set_property(GLOBAL PROPERTY _CMAKE_${_name}_DESCRIPTION "${_desc}" )
|
D | CheckIncludeFiles.cmake | 100 set(_description "${_INCLUDE_LEN} include files ${CMAKE_MATCH_1}, ..., ${CMAKE_MATCH_2}") variable 102 set(_description "include files ${CMAKE_MATCH_1}, ${CMAKE_MATCH_2}") variable 104 set(_description "include file ${_INCLUDE}") variable 136 message(CHECK_START "Looking for ${_description}")
|
/aosp_15_r20/external/autotest/site_utils/stable_images/ |
H A D | stable_version.py | 78 @property _description A string description used to describe the 97 def _description(self): member in _VersionMapHandler 101 return '%-10s %-12s' % (self._description, key) 115 print('%s version mappings:' % self._description) 211 self._description, board, new_version))
|
/aosp_15_r20/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/ui/info/ |
D | InfoViewModel.kt | 30 private var _description: MutableStateFlow<String?> = MutableStateFlow(null) variable in com.android.avatarpicker.ui.info.InfoViewModel 31 val description = _description.asStateFlow() 35 _description.update { useCase.description() } in <lambda>()
|
/aosp_15_r20/external/sl4a/Docs/ |
H A D | generate_api_from_javadoc.py | 200 _description: A string that describes the function. 208 self._description = None 265 params_signature, self._description, 298 self._description = tag_data
|
H A D | generate_api_reference_md.py | 53 self._description = '' 66 self._description = m.group('value') 98 return self._description
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/cpack_gen/ |
D | deb.rst | 203 CPACK_DEBIAN_<COMPONENT>_DESCRIPTION 210 - :variable:`CPACK_DEBIAN_<COMPONENT>_DESCRIPTION` (component 212 - :variable:`CPACK_COMPONENT_<compName>_DESCRIPTION` (component 221 Per-component ``CPACK_COMPONENT_<compName>_DESCRIPTION`` variables. 224 Per-component ``CPACK_DEBIAN_<COMPONENT>_DESCRIPTION`` variables.
|
/aosp_15_r20/external/bcc/src/lua/bcc/vendor/ |
H A D | argparse.lua | 468 if self._description then 469 return ("%s (default: %s)"):format(self._description, self._default) 474 return self._description or "" 479 return self._description or "" 691 if self._description then 692 table.insert(blocks, self._description)
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/python_utils/ |
H A D | upload_test_results.py | 33 _DESCRIPTION = "Test results from master job run on Jenkins" variable 137 _DESCRIPTION, 175 _DESCRIPTION,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | upload_test_results.py | 32 _DESCRIPTION = 'Test results from master job run on Jenkins' variable 122 _DESCRIPTION, 158 _DESCRIPTION,
|
/aosp_15_r20/external/python/cpython2/Lib/unittest/ |
D | case.py | 1033 self._description = description 1056 self._description == other._description 1063 self._testFunc, self._description)) 1074 if self._description is not None: 1075 return self._description
|
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
H A D | DFA.as | 28 private var _description:String; 37 this._description = description; 175 return _description;
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/ |
H A D | metrics.py | 721 self._description = description 737 description=self._description) 745 description=self._description) 759 description=self._description) 765 description=self._description)
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/bt/config/ |
D | sample_basic.json | 1 { "_description": "Sample config file for a Bluetooth testbed.", string 5 …"_description": "2 Android devices. This testbed can run tests that require two devices such as BL… string
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/config/ |
D | wifi_p2p.json | 2 "_description": "This is a test configuration file for Wi-Fi P2p tests.", string 6 "_description": "Wi-Fi P2P testbed: auto-detect all attached devices", string
|
D | wifi_p2p_group.json | 2 "_description": "This is a test configuration file for Wi-Fi P2p group tests.", string 6 "_description": "Wi-Fi P2P testbed: auto-detect all attached devices", string
|
D | wifi_p2p_all.json | 2 "_description": "This is a test configuration file for Wi-Fi P2p tests.", string 6 "_description": "Wi-Fi P2P testbed: auto-detect all attached devices", string
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/aware/config/ |
D | wifi_aware.json | 2 …"_description": "This is a test configuration file for Wi-Fi Aware tests in INTERACTIVE (high-powe… string 6 "_description": "Wi-Fi Aware testbed: auto-detect all attached devices", string
|
D | wifi_aware_non_interactive.json | 2 …"_description": "This is a test configuration file for Wi-Fi Aware tests in NON-INTERACTIVE (low-p… string 6 "_description": "Wi-Fi Aware testbed: auto-detect all attached devices", string
|