Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 51) sorted by relevance

123

/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/
DDisableAnimationsRule.kt40 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/
DDialpadView.java80 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/
DDialpadView.java62 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()
DDialpadFragment.java715 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/
DNetworkTest.java118 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/
DREADME.md19 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/
Dbpf_tethering.h112 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/
Dwhile_sum_of_powers_quant8.mod.py88 zero = Parameter("zero", DataType10, quantize([0, 0], 1.0, 128))
92 model.Operation("ADD", x, zero, 0).To(xi_init)
Dwhile_sum_of_powers_quant8_signed.mod.py88 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/
Dtypes.spec175 * 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/
DDialpadFragment.java63 displayMap.put(R.id.zero, '0'); in displayMap.put() argument
70 R.id.zero,
/packages/modules/adb/
Dprotocol.txt117 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
DSYNC.TXT37 respond with zero or more directory entries or "dents".
/packages/modules/Virtualization/microdroid/
DREADME.md64 $ 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/
DEmergencyDialer.java129 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/
Dtask_runner.cpp48 PostPackagedTaskWithDelay(std::move(task), openscreen::Clock::duration::zero()); in PostPackagedTask()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java352 byte[] zero = new byte[1024]; in clearHash()
356 mIndexBuffer.put(zero, 0, todo); in clearHash()
/packages/modules/adb/coverage/
Dgen_coverage.sh93 dd if=/dev/zero bs=1024 count=10240 | adb -s $REMOTE raw sink:10485760
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dpointer.md13 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/
Dclasspaths.proto39 // Not setting this attribute, defaults the value to zero and implies the jar
/packages/apps/Test/connectivity/sl4n/rapidjson/
DCHANGELOG.md40 * Negative zero roundtrip (double only) (#289).
/packages/services/Car/cpp/evs/apps/default/
Dconfig.json.readme12 // Roll is always assumed to be zero.
/packages/modules/StatsD/lib/libkll/proto/
Dkll-quantiles.proto80 // zero-based indexing).
/packages/apps/Car/tests/RotaryIME/src/com/android/car/rotaryime/
DRotaryIme.java96 int zeroIndex = findChild(otherKeys, rootView.findViewById(R.id.zero)); in onCreateInputView()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/
DKeypadFragment.java57 sRIdMap.put(KeyEvent.KEYCODE_0, R.id.zero); in sRIdMap.put() argument

123