Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 94) sorted by relevance

1234

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500.py58 @property
129 @property
146 @property
160 @property
175 @property
189 @property
234 @property
248 @property
262 @property
276 @property
[all …]
Dcmw500.py232 @property
349 @property
368 @property
386 @property
402 @property
417 @property
463 @property
482 @property
498 @property
515 @property
[all …]
/tools/acloud/create/
Davd_spec.py709 @property
714 @property
719 @property
724 @property
729 @property
734 @property
739 @property
744 @property
749 @property
754 @property
[all …]
/tools/acloud/internal/lib/
Dcvd_runtime_config.py171 @property
176 @property
181 @property
186 @property
191 @property
196 @property
201 @property
206 @property
211 @property
216 @property
[all …]
/tools/platform-compat/java/com/android/class2nonsdklist/
DUnsupportedAppUsageAnnotationHandler.java116 for (ElementValuePair property : annotation.getElementValuePairs()) { in handleAnnotation()
117 switch (property.getNameString()) { in handleAnnotation()
119 String expected = property.getValue().stringifyValue(); in handleAnnotation()
129 if (property.getValue().getElementValueType() != ElementValue.PRIMITIVE_INT) { in handleAnnotation()
131 property.getNameString(), in handleAnnotation()
132 property.getValue().getElementValueType()); in handleAnnotation()
136 maxTargetSdk = ((SimpleElementValue) property.getValue()).getValueInt(); in handleAnnotation()
139 implicitMemberSignature = property.getValue().stringifyValue(); in handleAnnotation()
153 publicAlternativesString = property.getValue().stringifyValue(); in handleAnnotation()
156 if (property.getValue().getElementValueType() != ElementValue.PRIMITIVE_LONG) { in handleAnnotation()
[all …]
DCovariantReturnTypeHandler.java102 for (ElementValuePair property : a.getElementValuePairs()) { in findReturnType()
103 if (property.getNameString().equals(RETURN_TYPE)) { in findReturnType()
104 return property.getValue().stringifyValue(); in findReturnType()
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/
Dcommon.py57 @property
62 @property
67 @property
123 @property
128 @property
136 @property
142 @property
147 @property
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_config.py90 @property
112 @property
122 @property
132 @property
141 @property
146 @property
162 @property
168 @property
174 @property
189 @property
[all …]
/tools/external_updater/
Dbase_updater.py52 @property
57 @property
62 @property
67 @property
72 @property
77 @property
/tools/acloud/list/
Dinstance.py300 @property
305 @property
310 @property
315 @property
320 @property
325 @property
330 @property
335 @property
340 @property
345 @property
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py161 @property
165 @property
180 @property
192 @property
204 @property
219 @property
271 @property
275 @property
319 @property
352 @property
[all …]
Dpower_metrics.py261 @property
270 @property
276 @property
282 @property
293 @property
/tools/acloud/public/
Davd.py78 @property
90 @property
95 @property
100 @property
105 @property
/tools/test/connectivity/acts/framework/acts/
Dcontext.py234 @property
265 @property
293 @property
297 @property
329 @property
333 @property
337 @property
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/
Dtesttracker_result.proto21 // String representation of the property.
23 // Integer(always use int64) representation of the property.
25 // Floating(always use double) point representation of the property.
30 // Boolean representation of the property.
32 // Byte representation of the property.
68 repeated Property property = 5; // Key/Value Property pairs. field
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dutils_lib.py165 @property
169 @property
173 @property
177 @property
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Daudio_capture_device.py36 @property
46 @property
53 @property
57 @property
164 @property
/tools/platform-compat/java/com/android/annotationvisitor/
DRepeatedAnnotationHandler.java66 for (ElementValuePair property : a.getElementValuePairs()) { in findValue()
67 if (property.getNameString().equals(VALUE)) { in findValue()
68 return property; in findValue()
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/
Dtransformers.py227 @property
339 @property
343 @property
347 @property
351 @property
355 @property
359 @property
/tools/test/connectivity/acts/framework/tests/libs/testtracker/
Dtesttracker_results_writer_test.py51 self.mock_proto.property.add.return_value = self.mock_prop
103 for prop in result.property:
160 for prop in result.property:
171 for prop in result.property:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_handsfree_abstract_device.py64 @property
116 @property
169 @property
215 @property
261 @property
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/
Dstock_transformers.py281 @property
285 @property
289 @property
293 @property
297 @property
/tools/metalava/src/main/java/com/android/tools/metalava/
DSignatureWriter.kt94 override fun visitProperty(property: PropertyItem) { in <lambda>()
96 writeModifiers(property) in <lambda>()
97 writeType(property, property.type()) in <lambda>()
99 writer.print(property.name()) in <lambda>()
/tools/test/connectivity/acts/framework/acts/event/
Devent.py38 @property
42 @property
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/
Dassembly_line.py54 @property
142 @property
150 @property

1234