Home
last modified time | relevance | path

Searched full:_description (Results 1 – 25 of 219) sorted by relevance

123456789

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DPropertyMetadata.java73 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/
Dfugu_pairing_test.json2 "_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/
Dsample_testbed_configs.json1 { "_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 Dusing_skia_and_harfbuzz.cpp51 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/
Dsample_config_2.json2 "_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
Dsample_config.json1 { "_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/
DFeatureSummary.cmake67 .. 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}" )
DCheckIncludeFiles.cmake100 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 Dstable_version.py78 @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/
DInfoViewModel.kt30 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 Dgenerate_api_from_javadoc.py200 _description: A string that describes the function.
208 self._description = None
265 params_signature, self._description,
298 self._description = tag_data
H A Dgenerate_api_reference_md.py53 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/
Ddeb.rst203 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 Dargparse.lua468 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 Dupload_test_results.py33 _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/
Dupload_test_results.py32 _DESCRIPTION = 'Test results from master job run on Jenkins' variable
122 _DESCRIPTION,
158 _DESCRIPTION,
/aosp_15_r20/external/python/cpython2/Lib/unittest/
Dcase.py1033 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 DDFA.as28 private var _description:String;
37 this._description = description;
175 return _description;
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dmetrics.py721 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/
Dsample_basic.json1 { "_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/
Dwifi_p2p.json2 "_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
Dwifi_p2p_group.json2 "_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
Dwifi_p2p_all.json2 "_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/
Dwifi_aware.json2 …"_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
Dwifi_aware_non_interactive.json2 …"_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

123456789