/tools/security/gdb/gdb_json_printer/test/ |
D | objects2_85_c.json | 12 "value": { object 16 "value": "4" string 23 "value": { object 30 "value": { object 34 "value": "2" string 41 "value": { object 48 "value": { object 64 "value": { object 68 "value": "1" string 80 "value": { object [all …]
|
D | objects2_85_z.json | 12 "value": { object 16 "value": "4" string 23 "value": { object 30 "value": { object 34 "value": "2" string 41 "value": { object 48 "value": { object 64 "value": { object 68 "value": "1" string 80 "value": { object [all …]
|
D | objects2_85_f.json | 12 "value": { object 16 "value": "4" string 23 "value": { object 30 "value": { object 46 "value": { object 50 "value": "2" string 57 "value": { object 64 "value": { object 80 "value": { object 84 "value": "1" string [all …]
|
D | objects2_85_e.json | 12 "value": { object 16 "value": "4" string 23 "value": { object 30 "value": { object 46 "value": { object 50 "value": "2" string 57 "value": { object 64 "value": { object 80 "value": { object 84 "value": "1" string [all …]
|
D | objects2_85_b.json | 8 "value": { object 12 "value": "4" string 17 "value": { object 21 "value": "4" string 28 "value": { object 35 "value": { object 51 "value": { object 55 "value": "1" string
|
D | objects2_85_d.json | 8 "value": { object 12 "value": "2" string 19 "value": { object 26 "value": { object 42 "value": { object 46 "value": "1" string
|
D | objects2_85_x.json | 12 "value": { object 16 "value": "2" string 23 "value": { object 30 "value": { object 46 "value": { object 50 "value": "1" string
|
D | array_42_bar.json | 12 "value": { object 16 "value": "2" string 29 "value": { object 33 "value": "2" string 46 "value": { object 50 "value": "2" string
|
D | objects1_41_foo.json | 12 "value": { object 16 "value": "1" string 21 "value": { object 32 "value": { object 36 "value": "2" string 41 "value": { object
|
D | objects1_41_bar.json | 12 "value": { object 16 "value": "2" string 21 "value": { object 32 "value": { object 36 "value": "1" string 41 "value": { object
|
D | array_42_a.json | 9 "value": "1" string 15 "value": "2" string 21 "value": "3" string 27 "value": "4" string 33 "value": "5" string
|
D | reference_41_foo.json | 8 "value": { object 12 "value": "1" string 17 "value": { object 28 "value": { object 32 "value": "2" string
|
D | objects_37_foo.json | 12 "value": { object 16 "value": "1" string 21 "value": { object 32 "value": { object 36 "value": "2" string
|
D | reference_41_foo_ptr.json | 12 "value": { object 16 "value": "1" string 21 "value": { object 32 "value": { object 36 "value": "2" string
|
/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/ |
D | GameQualificationTest.java | 102 intent.putExtra(argument.getKey(), value); in startApp() local 107 intent.putExtra(argument.getKey(), value); in startApp() local 111 int value = Integer.valueOf(argument.getValue()); in startApp() local 112 intent.putExtra(argument.getKey(), value); in startApp() local 116 long value = Long.valueOf(argument.getValue()); in startApp() local 117 intent.putExtra(argument.getKey(), value); in startApp() local 121 float value = Float.valueOf(argument.getValue()); in startApp() local 122 intent.putExtra(argument.getKey(), value); in startApp() local 126 double value = Double.valueOf(argument.getValue()); in startApp() local 127 intent.putExtra(argument.getKey(), value); in startApp() local
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | hfp_lib.py | 210 def setSpeakerGain(self, value): argument 226 def setMicrophoneGain(self, value): argument 242 def setServiceAvailable(self, value): argument 258 def setRoaming(self, value): argument 274 def setSignalStrength(self, value): argument 290 def setSubscriberNumber(self, value): argument 306 def setOperator(self, value): argument 322 def setNrecSupport(self, value): argument 338 def setBatteryLevel(self, value): argument
|
/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tradefed-test-framework.jar | ... .google.protobuf.Descriptors$FieldDescriptor field
Object value
public android.SectionFlags$Builder clearField (com. ... |
D | tradefed-isolation.jar | ... .google.protobuf.Descriptors$FieldDescriptor field
Object value
public com.android.tradefed.isolation.FilterSpec ... |
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | hostapd_config.py | 180 def channel(self, value): argument 194 def bssid(self, value): argument 203 def frequency(self, value): argument 225 def ssid(self, value): argument 240 def hidden(self, value): argument 254 def security(self, value): argument 293 def beacon_footer(self, value): argument 519 def supports_channel(self, value): argument
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | UAnnotationItem.kt | 280 override val value: AnnotationAttributeValue = UAnnotationValue.create( constant 304 override val value: Any? in toString() constant in UAnnotationSingleAttributeValue 307 val value = psiValue.value in toString() constant in UAnnotationSingleAttributeValue 318 val value = ConstantEvaluator.evaluate(null, psiValue) in toString() constant in UAnnotationSingleAttributeValue 326 override fun value(): Any? = value in toString() method in UAnnotationSingleAttributeValue 342 class UAnnotationArrayAttributeValue(codebase: PsiBasedCodebase, private val value: UCallExpression… constant
|
D | PsiAnnotationItem.kt | 291 override val value: AnnotationAttributeValue = PsiAnnotationValue.create( constant 315 override val value: Any? in toString() constant in PsiAnnotationSingleAttributeValue 321 val value = ConstantEvaluator.evaluate(null, psiValue) in toString() constant in PsiAnnotationSingleAttributeValue 329 override fun value(): Any? = value in toString() method in PsiAnnotationSingleAttributeValue 345 class PsiAnnotationArrayAttributeValue(codebase: PsiBasedCodebase, private val value: PsiArrayIniti… constant
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | LoopSummary.java | 282 private static long msToNs(float value) { in msToNs() 315 private static Metric.Builder getNsMetric(long value) { in getNsMetric() 323 private static Metric.Builder getNsMetric(double value) { in getNsMetric() 347 private static double nsToMs(long value) { in nsToMs() 351 private static double nsToMs(double value) { in nsToMs()
|
/tools/metalava/stub-annotations/src/main/java/androidx/annotation/ |
D | RequiresPermission.java | 38 String value() default ""; in value() method 74 RequiresPermission value() default @RequiresPermission; in value() method 87 RequiresPermission value() default @RequiresPermission; in value() method
|
/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/ |
D | metrics.proto | 15 optional double value = 4; field 25 optional double value = 1; field 31 optional string value = 2; field
|
/tools/test/connectivity/acts_tests/tests/google/bt/performance/ |
D | BtInterferenceRSSITest.py | 35 def set(self, attenuator, value): argument 39 def wait_seconds(self, attenuator, value): argument 52 def set_all_attenuators(self, value): argument
|