Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 240) sorted by relevance

12345678910

/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/
DGameQualificationTest.java102 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/metalava/stub-annotations/src/main/java/androidx/annotation/
DRequiresPermission.java38 String value() default ""; in value() method
74 RequiresPermission value() default @RequiresPermission; in value() method
87 RequiresPermission value() default @RequiresPermission; in value() method
DRequiresApi.java36 int value() default 1; in value() method
/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/
Dmetrics.proto15 optional double value = 4; field
24 optional double value = 1; field
29 optional string value = 2; field
/tools/tradefederation/core/src/com/android/tradefed/util/
DTimeVal.java47 public TimeVal(Long value) { in TimeVal()
56 public TimeVal(String value) throws NumberFormatException { in TimeVal()
83 public static long fromString(String value) throws NumberFormatException { in fromString()
DRegexTrie.java118 V recursivePut(V value, List<CompPattern> patterns) { in recursivePut()
147 private V validateAndPut(V value, List<CompPattern> pList) { in validateAndPut()
161 public V put(V value, Pattern... patterns) { in put()
182 public V put(V value, String... regexen) { in put()
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/
DIHostMonitor.java44 public int value; field in IHostMonitor.HostDataPoint
47 public HostDataPoint(String name, int value) { in HostDataPoint()
52 public HostDataPoint(String name, int value, String additionalInfo) { in HostDataPoint()
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtInterferenceRSSITest.py35 def set(self, attenuator, value): argument
39 def wait_seconds(self, attenuator, value): argument
52 def set_all_attenuators(self, value): argument
/tools/dexter/slicer/export/slicer/
Dhash_table.h59 T* value = nullptr; member
126 bool HashTable<Key, T, Hash>::Partition::Insert(T* value) { in Insert()
151 auto value = buckets_[index].value; in Lookup() local
175 void HashTable<Key, T, Hash>::Insert(T* value) { in Insert()
195 auto value = full_table_->Lookup(key, hash_value); in Lookup() local
/tools/tradefederation/core/src/com/android/tradefed/guice/
DInvocationScope.java117 public <T> void seed(Key<T> key, T value) { in seed()
135 public <T> void seed(Class<T> clazz, T value) { in seed()
136 seed(Key.get(clazz), value); in seed() local
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DExecutionFiles.java61 public File put(String key, File value) { in put()
73 public File put(FilesKey key, File value) { in put()
87 public File put(FilesKey key, File value, boolean shouldNotDelete) { in put()
109 public File putIfAbsent(String key, File value) { in putIfAbsent()
DExecutionProperties.java45 public String put(String key, String value) { in put()
58 public String putIfAbsent(String key, String value) { in putIfAbsent()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DLittleEndian.java73 public static void setInt8(byte[] dst, int offset, int value) { in setInt8()
80 public static void setInt16(byte[] dst, int offset, int value) { in setInt16()
88 public static void setInt32(byte[] dst, int offset, long value) in setInt32()
DSector.java101 protected void set16(int offset, int value) { in set16()
106 protected void set32(int offset, long value) { in set32()
111 protected void set8(int offset, int value) { in set8()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DLittleEndianUtils.java98 public static void writeUnsigned4Le(@Nonnull ByteBuffer output, long value) in writeUnsigned4Le()
120 public static void writeUnsigned2Le(@Nonnull ByteBuffer output, int value) in writeUnsigned2Le()
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_config.py180 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
508 def supports_channel(self, value): argument
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DMultiMap.java46 List<V> value = map.get(key); in MultiMap() local
79 public boolean containsValue(V value) { in containsValue()
126 public V put(K key, V value) { in put()
215 private String addUniqueEntry(Map<String, V> uniqueMap, String proposedKey, V value) { in addUniqueEntry()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DInvocationMetricLogger.java86 public static void addInvocationMetrics(InvocationMetricKey key, long value) { in addInvocationMetrics()
110 public static void addInvocationMetrics(InvocationMetricKey key, String value) { in addInvocationMetrics()
117 addInvocationMetrics(key.toString(), value); in addInvocationMetrics() local
127 private static void addInvocationMetrics(String key, String value) { in addInvocationMetrics()
/tools/loganalysis/src/com/android/loganalysis/util/
DRegexTrie.java118 V recursivePut(V value, List<CompPattern> patterns) { in recursivePut()
147 private V validateAndPut(V value, List<CompPattern> pList) { in validateAndPut()
161 public V put(V value, Pattern... patterns) { in put()
182 public V put(V value, String... regexen) { in put()
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dgpio_lib.py43 def configOut(self, pin, value): argument
76 def write(self, pin, value): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DMultiMapTest.java60 private boolean checkKeyForValue(Map<String, String> uniqueMap, String value) { in checkKeyForValue() argument
94 private static <K, V> Map.Entry<K, V> asEntry(K key, V value) { in asEntry()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/util/proto/
DTfMetricProtoUtil.java42 String value = ""; in compatibleConvert() local
105 public static Metric createSingleValue(long value, String unit) { in createSingleValue()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DGPFlags.java74 private final long value; field in GPFlags
91 private GPFlags(long value) { in GPFlags()
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DUAnnotationItem.kt280 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
318 val value = ConstantEvaluator.evaluate(null, psiValue) in toString() constant
326 override fun value(): Any? = value in toString() method in UAnnotationSingleAttributeValue
342 class UAnnotationArrayAttributeValue(codebase: PsiBasedCodebase, private val value: UCallExpression… constant
/tools/acloud/public/
Davd.py85 def ip(self, value): argument
104 def build_info(self, value): argument

12345678910