Home
last modified time | relevance | path

Searched defs:a2 (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DVLoadTest.java110 private void verify(byte[] a1, byte[] a2, String s) { in verify()
121 private void verify(short[] a1, short[] a2, String s) { in verify()
132 private void verify(int[] a1, int[] a2, String s) { in verify()
143 private void verify(long[] a1, long[] a2, String s) { in verify()
154 private void verify(float[] a1, float[] a2, String s) { in verify()
165 private void verify(double[] a1, double[] a2, String s) { in verify()
DGetSetTest.java144 private void verify(byte[] a1, byte[] a2, Allocation alloc, String s, int vsize) { in verify()
158 private void verify(short[] a1, short[] a2, Allocation alloc, String s, int vsize) { in verify()
172 private void verify(int[] a1, int[] a2, Allocation alloc, String s, int vsize) { in verify()
186 private void verify(long[] a1, long[] a2, Allocation alloc, String s, int vsize) { in verify()
200 private void verify(float[] a1, float[] a2, Allocation alloc, String s, int vsize) { in verify()
214 private void verify(double[] a1, double[] a2, Allocation alloc, String s, int vsize) { in verify()
DLaunchClip.java45 int a0, int a1, int a2, int a3) { in setup()
DImageProcessingTest.java70 private Allocation a1, a2; field in ImageProcessingTest
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/media/projection/
DMediaProjectionAtomsTests.java138 MediaProjectionStateChanged a2 = in testMediaProjectionStateChanged_stoppedCapture() local
210 MediaProjectionStateChanged a2 = in testMediaProjectionStateChanged_setupCancelled() local
242 MediaProjectionStateChanged a2 = in testMediaProjectionStateChanged_appSelectorShown() local
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java299 ValueAnimator a2 = ValueAnimator.ofFloat(0f, 100f); in testPauseAndResume() local
359 ValueAnimator a2 = ValueAnimator.ofFloat(0f, 100f); in testPauseBeforeStart() local
386 ValueAnimator a2 = ValueAnimator.ofFloat(50, 100f); in testSeekAfterPause() local
448 ValueAnimator a2 = ValueAnimator.ofFloat(1f, 2f); in testReverseWithStartDelay() local
499 ValueAnimator a2 = ValueAnimator.ofFloat(1f, 2f); in testZeroDurationScale() local
535 ValueAnimator a2 = ValueAnimator.ofFloat(1f, 2f); in testDurationScale() local
740 final ValueAnimator a2 = ValueAnimator.ofFloat(150f, 250f); in testSeeking() local
795 final ValueAnimator a2 = ValueAnimator.ofFloat(100f, 200f); in testSeekingInfinite() local
949 MyValueAnimator a2 = new MyValueAnimator(); in testChildAnimatorStartCalled() local
1266 ValueAnimator a2 = ValueAnimator.ofFloat(0f, 1f); in testInfiniteStartTime() local
DValueAnimatorTest.java390 ValueAnimator a2 = ValueAnimator.ofPropertyValuesHolder(); in testValuesSetterAndGetter() local
/cts/tests/rollback/src/com/android/cts/rollback/
DRollbackManagerTest.java457 Install a2 = Install.single(TestApp.A2) in testRollbackDataPolicy() local
491 Install a2 = Install.single(TestApp.ARollbackWipe2).setEnableRollback(); in testRollbackDataPolicy_Manifest() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DBitmapUtils.java219 final int a2 = Color.alpha(expect); in distance() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appcompatstate/
DAppCompatStateStatsTests.java215 try (AutoCloseable a2 = DeviceUtils.withActivity(getDevice(), in testAppCompatFlow()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DNativeDecoderTest.java99 private void compareArrays(String message, int[] a1, int[] a2) { in compareArrays()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBitmapUtils.java249 final int a2 = Color.alpha(expect); in distance() local
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/
DVirtualCameraUtils.java153 float a2 = ((colorB >> 24) & 0xff) / 255f; in areColorsAlmostIdentical() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java474 int a1, a2; // AXIS_X/Y/Z in testRemapCoordinateSystem() local