| /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/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
|
| D | RequiresApi.java | 36 int value() default 1; in value() method
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| D | TimeVal.java | 44 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()
|
| D | MultiMap.java | 46 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()
|
| D | RegexTrie.java | 118 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/ |
| D | IHostMonitor.java | 44 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/ |
| 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
|
| /tools/tradefederation/core/src/com/android/tradefed/guice/ |
| D | InvocationScope.java | 117 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/ |
| D | hash_table.h | 59 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
|
| D | buffer.h | 126 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/ |
| D | LittleEndian.java | 73 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()
|
| D | Sector.java | 101 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()
|
| D | FsInfoSector.java | 104 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/ |
| D | LittleEndianUtils.java | 98 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/ |
| D | hostapd_config.py | 171 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/ |
| D | RegexTrie.java | 118 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/ |
| D | UAnnotationItem.kt | 252 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/ |
| D | TfMetricProtoUtil.java | 42 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/ |
| D | MultiMapTest.java | 60 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/ |
| D | GPFlags.java | 74 private final long value; field in GPFlags 91 private GPFlags(long value) { in GPFlags()
|
| D | ZipFieldInvariant.java | 31 boolean isValid(long value); in isValid()
|
| D | ZipFieldInvariantNonNegative.java | 25 public boolean isValid(long value) { in isValid()
|
| /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
| D | sain_smart_8_channel_usb_relay_board.py | 68 def set(self, relay_position, value): argument
|
| D | rdl_relay_board.py | 23 def set(self, relay_position, value): argument
|