Home
last modified time | relevance | path

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

12345678

/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/tradefederation/core/src/com/android/tradefed/util/
DTimeVal.java44 public TimeVal(Long value) { in TimeVal()
53 public TimeVal(String value) throws NumberFormatException { in TimeVal()
80 public static long fromString(String value) throws NumberFormatException { in fromString()
DMultiMap.java46 List<V> value = map.get(key); in MultiMap() local
72 public boolean containsValue(V value) { in containsValue()
119 public V put(K key, V value) { in put()
208 private String addUniqueEntry(Map<String, V> uniqueMap, String proposedKey, V value) { in addUniqueEntry()
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/src/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/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/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/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
Dbuffer.h126 size_t Push(const T& value) { in Push()
130 size_t PushULeb128(dex::u4 value) { in PushULeb128()
137 size_t PushSLeb128(dex::s4 value) { in PushSLeb128()
/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()
DFsInfoSector.java104 public void setFreeClusterCount(long value) { in setFreeClusterCount()
127 public void setLastAllocatedCluster(long value) { in setLastAllocatedCluster()
/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.py171 def channel(self, value): argument
185 def bssid(self, value): argument
194 def frequency(self, value): argument
216 def ssid(self, value): argument
231 def hidden(self, value): argument
245 def security(self, value): argument
284 def beacon_footer(self, value): argument
477 def supports_channel(self, value): argument
/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/metalava/src/main/java/com/android/tools/metalava/model/psi/
DUAnnotationItem.kt252 override val value: AnnotationAttributeValue = UAnnotationValue.create( constant
276 override val value: Any? in toString() constant in UAnnotationSingleAttributeValue
279 val value = psiValue.value in toString() constant
290 val value = ConstantEvaluator.evaluate(null, psiValue) in toString() constant in UAnnotationSingleAttributeValue
298 override fun value(): Any? = value in toString() method in UAnnotationSingleAttributeValue
315 class UAnnotationArrayAttributeValue(codebase: PsiBasedCodebase, private val value: UCallExpression… constant
/tools/tradefederation/core/src/com/android/tradefed/util/proto/
DTfMetricProtoUtil.java42 String value = ""; in compatibleConvert() local
105 public static Metric createSingleValue(long value, String unit) { in createSingleValue()
/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/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()
DZipFieldInvariant.java31 boolean isValid(long value); in isValid()
DZipFieldInvariantNonNegative.java25 public boolean isValid(long value) { in isValid()
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Dsain_smart_8_channel_usb_relay_board.py68 def set(self, relay_position, value): argument
Drdl_relay_board.py23 def set(self, relay_position, value): argument

12345678