/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/ |
D | DisableAnimationsRule.kt | 40 transitionAnimationScale.zero() in apply() 41 windowAnimationScale.zero() in apply() 42 animatorDurationScale.zero() in apply() 63 fun zero() { in zero() method
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
D | DialpadView.java | 80 private final int[] mButtonIds = new int[] {R.id.zero, R.id.one, R.id.two, R.id.three, 212 final DialpadKeyButton zero = (DialpadKeyButton) findViewById(R.id.zero); in setupKeypad() local 213 zero.setLongHoverContentDescription( in setupKeypad() 343 } else if (buttonId == R.id.zero) { in getKeyButtonAnimationDelay() 367 } else if (buttonId == R.id.zero) { in getKeyButtonAnimationDelay() 398 } else if (buttonId == R.id.zero || buttonId == R.id.pound) { in getKeyButtonAnimationDelay() 421 || buttonId == R.id.zero) { in getKeyButtonAnimationDuration() 432 || buttonId == R.id.zero) { in getKeyButtonAnimationDuration() 445 } else if (buttonId == R.id.star || buttonId == R.id.zero || buttonId == R.id.pound) { in getKeyButtonAnimationDuration()
|
/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
D | DialpadView.java | 62 R.id.zero, 174 } else if (BUTTON_IDS[i] == R.id.zero) { in setupKeypad() 235 final DialpadKeyButton zero = (DialpadKeyButton) findViewById(R.id.zero); in setupKeypad() local 236 zero.setLongHoverContentDescription(resources.getText(R.string.description_image_button_plus)); in setupKeypad() 355 } else if (buttonId == R.id.zero) { in getKeyButtonAnimationDelay() 379 } else if (buttonId == R.id.zero) { in getKeyButtonAnimationDelay() 410 } else if (buttonId == R.id.zero || buttonId == R.id.pound) { in getKeyButtonAnimationDelay() 437 || buttonId == R.id.zero) { in getKeyButtonAnimationDuration() 454 || buttonId == R.id.zero) { in getKeyButtonAnimationDuration() 473 } else if (buttonId == R.id.star || buttonId == R.id.zero || buttonId == R.id.pound) { in getKeyButtonAnimationDuration()
|
D | DialpadFragment.java | 715 R.id.zero, in configureKeypadListeners() 731 final DialpadKeyButton zero = fragmentView.findViewById(R.id.zero); in configureKeypadListeners() local 732 zero.setOnLongClickListener(this); in configureKeypadListeners() 984 } else if (resId == R.id.zero) { in onPressed() 1103 } else if (id == R.id.zero) { in onLongClick()
|
/packages/modules/Connectivity/tests/common/java/android/net/ |
D | NetworkTest.java | 118 Network zero = new Network(0); in testZeroIsObviousForDebugging() local 119 assertEquals(0, zero.hashCode()); in testZeroIsObviousForDebugging() 120 assertEquals(0, zero.getNetworkHandle()); in testZeroIsObviousForDebugging() 121 assertEquals("0", zero.toString()); in testZeroIsObviousForDebugging()
|
/packages/modules/GeoTZ/s2storage/ |
D | README.md | 19 Blocks are assigned contiguous IDs which are numbered from zero. 24 3. Lastly, come the blocks of data themselves. Blocks can be zero-length, in which case they take up 90 `{block ID}` is zero, the lookup stops at this point as it means there are no ranges for `{prefix}`. 92 When the `{block ID}` block is non-zero length, the block is interpreted as a packed table 104 The header block is always required to be block zero and have the expected type
|
/packages/modules/Connectivity/Tethering/bpf_progs/ |
D | bpf_tethering.h | 112 uint8_t zero[2]; // zero pad for 8 byte alignment member 160 uint8_t zero[2]; // zero pad for 8 byte alignment member
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | while_sum_of_powers_quant8.mod.py | 88 zero = Parameter("zero", DataType10, quantize([0, 0], 1.0, 128)) 92 model.Operation("ADD", x, zero, 0).To(xi_init)
|
D | while_sum_of_powers_quant8_signed.mod.py | 88 zero = Parameter("zero", DataType10, quantize([0, 0], 1.0, 12)) 92 model.Operation("ADD", x, zero, 0).To(xi_init)
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 175 * Since %{NNAPILevel3}, generic zero-sized input tensor is supported. Zero 177 * dimension is zero if either of corresponding input dimension is zero. 181 * Since %{NNAPILevel3}, zero batches is supported for this tensor. 304 * - scale: a 32 bit floating point value greater than zero. 529 * Since %{NNAPILevel3}, zero-sized tensors are supported. 1117 * Since %{NNAPILevel3}, zero batch_size is supported for this tensor. 1161 * Output must have zero values. 1198 * A non-zero byte represents True, a hit. A zero indicates otherwise. 1262 * are all zeros, the result is logical zero. 1387 * * 2: A scalar, specifying the bias, must not be zero. [all …]
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | DialpadFragment.java | 63 displayMap.put(R.id.zero, '0'); in displayMap.put() argument 70 R.id.zero,
|
/packages/modules/adb/ |
D | protocol.txt | 117 destination in the message payload. The local-id may not be zero. 144 Neither the local-id nor the remote-id may be zero. 179 broken. The remote-id MUST not be zero, but the local-id MAY be zero
|
D | SYNC.TXT | 37 respond with zero or more directory entries or "dents".
|
/packages/modules/Virtualization/microdroid/ |
D | README.md | 64 $ adb shell 'dd if=/dev/zero of=/data/local/tmp/microdroid/misc.img bs=4k count=256' 65 $ adb shell 'dd if=/dev/zero of=/data/local/tmp/microdroid/userdata.img bs=1 count=0 seek=4G'
|
/packages/services/Telephony/src/com/android/phone/ |
D | EmergencyDialer.java | 129 R.id.star, R.id.zero, R.id.pound}; 422 View view = findViewById(R.id.zero); in setupKeypad() 577 } else if (view.getId() == R.id.zero) { in onPressed() 601 } else if (id == R.id.zero) { in onLongClick()
|
/packages/modules/adb/client/openscreen/platform/ |
D | task_runner.cpp | 48 PostPackagedTaskWithDelay(std::move(task), openscreen::Clock::duration::zero()); in PostPackagedTask()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | BlobCache.java | 352 byte[] zero = new byte[1024]; in clearHash() 356 mIndexBuffer.put(zero, 0, todo); in clearHash()
|
/packages/modules/adb/coverage/ |
D | gen_coverage.sh | 93 dd if=/dev/zero bs=1024 count=10240 | adb -s $REMOTE raw sink:10485760
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | pointer.md | 13 A JSON Pointer is a list of zero-to-many tokens, each prefixed by `/`. Each token can be a string o… 28 Note that, an empty JSON Pointer `""` (zero token) resolves to the whole JSON.
|
/packages/modules/common/proto/ |
D | classpaths.proto | 39 // Not setting this attribute, defaults the value to zero and implies the jar
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | CHANGELOG.md | 40 * Negative zero roundtrip (double only) (#289).
|
/packages/services/Car/cpp/evs/apps/default/ |
D | config.json.readme | 12 // Roll is always assumed to be zero.
|
/packages/modules/StatsD/lib/libkll/proto/ |
D | kll-quantiles.proto | 80 // zero-based indexing).
|
/packages/apps/Car/tests/RotaryIME/src/com/android/car/rotaryime/ |
D | RotaryIme.java | 96 int zeroIndex = findChild(otherKeys, rootView.findViewById(R.id.zero)); in onCreateInputView()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/ |
D | KeypadFragment.java | 57 sRIdMap.put(KeyEvent.KEYCODE_0, R.id.zero); in sRIdMap.put() argument
|