Home
last modified time | relevance | path

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

12345

/tools/acloud/create/
Davd_spec.py744 @property
749 @property
754 @property
759 @property
764 @property
769 @property
774 @property
779 @property
784 @property
789 @property
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py1199 @property
1223 @property
1247 @property
1440 @property
1466 @property
1619 @property
1646 @property
1677 @property
1701 @property
1729 @property
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500.py232 @property
349 @property
368 @property
386 @property
402 @property
417 @property
463 @property
482 @property
498 @property
515 @property
[all …]
Dcmx500.py225 @property
308 @property
370 for property in LTE_CELL_PROPERTIES:
371 if property in config:
372 setter_name = 'set_' + property
374 setter(config[property])
379 @property
446 @property
456 @property
465 @property
[all …]
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiPropertyItem.kt110 is KtPropertyAccessor -> javadoc(sourcePsi.property) in toString()
114 val property = PsiPropertyItem( in toString() constant
127 getter.property = property in toString()
128 setter?.property = property in toString()
129 constructorParameter?.property = property in toString()
130 backingField?.property = property in toString()
131 property.modifiers.setOwner(property) in toString()
132 return property in toString()
/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/acloud/internal/lib/
Dcvd_runtime_config.py177 @property
182 @property
187 @property
192 @property
197 @property
202 @property
207 @property
212 @property
217 @property
222 @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 …]
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiMethodItemTest.kt27 fun `property accessors have properties`() { in <lambda>()
33 assertNotNull(getter.property) in <lambda>()
34 assertNotNull(setter.property) in <lambda>()
36 assertSame(getter.property, setter.property) in <lambda>()
37 assertSame(getter, getter.property?.getter) in <lambda>()
38 assertSame(setter, setter.property?.setter) in <lambda>()
43 fun `destructuring functions do not have a property relationship`() { in <lambda>()
48 assertNull(component1.property) in <lambda>()
DPsiPropertyItemTest.kt35 assertSame(myVal, myVal.constructorParameter?.property) in <lambda>()
61 assertSame(myVal, myVal.getter?.property) in <lambda>()
62 assertSame(myVar, myVar.getter?.property) in <lambda>()
73 assertSame(myVar, myVar.setter?.property) in <lambda>()
133 assertSame(withField, withField.backingField?.property) in <lambda>()
/tools/acloud/list/
Dinstance.py390 @property
395 @property
400 @property
405 @property
410 @property
415 @property
420 @property
425 @property
430 @property
435 @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.py303 @property
312 @property
318 @property
324 @property
335 @property
Dandroid_device.py513 @property
546 @property
573 @property
579 @property
590 @property
610 @property
615 @property
624 @property
634 @property
639 @property
[all …]
/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/acloud/public/
Davd.py81 @property
93 @property
98 @property
103 @property
108 @property
113 @property
/tools/external_updater/
Dbase_updater.py59 @property
64 @property
69 @property
74 @property
79 @property
84 @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/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DPackageBuilderTask.kt28 objectFactory.property(Boolean::class.java).convention(false)
33 objectFactory.property(Boolean::class.java).convention(false)
38 objectFactory.property(Boolean::class.java).convention(false)
55 objectFactory.property(String::class.java).convention(project.name)
82 objectFactory.property(String::class.java).convention("LICENSE")
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Daudio_capture_device.py36 @property
46 @property
53 @property
57 @property
164 @property
/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/asuite/aidegen/sdk/
Dandroid_sdk.py81 @property
86 @property
91 @property
96 @property
/tools/metalava/src/main/java/com/android/tools/metalava/
DSignatureWriter.kt101 override fun visitProperty(property: PropertyItem) { in <lambda>()
103 writeModifiers(property) in <lambda>()
104 writeType(property, property.type()) in <lambda>()
106 write(property.name()) in <lambda>()
/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

12345