Home
last modified time | relevance | path

Searched defs:a1 (Results 1 – 9 of 9) 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.java65 private Allocation a1, a2; field in ImageProcessingTest
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java284 ValueAnimator a1 = ValueAnimator.ofFloat(0f, 100f); in testPauseAndResume() local
344 ValueAnimator a1 = ValueAnimator.ofFloat(0f, 100f); in testPauseBeforeStart() local
403 ValueAnimator a1 = ValueAnimator.ofFloat(0f, 1f); in testReverseWithStartDelay() local
454 ValueAnimator a1 = ValueAnimator.ofFloat(0f, 1f); in testZeroDurationScale() local
490 ValueAnimator a1 = ValueAnimator.ofFloat(0f, 1f); in testDurationScale() local
698 final ValueAnimator a1 = ValueAnimator.ofFloat(0f, 150f); in testSeeking() local
754 final ValueAnimator a1 = ValueAnimator.ofFloat(0f, 100f); in testSeekingInfinite() local
868 MyValueAnimator a1 = new MyValueAnimator(); in testChildAnimatorStartCalled() local
887 ValueAnimator a1 = ValueAnimator.ofFloat(0f, 1f); in testInfiniteStartTime() local
DValueAnimatorTest.java231 ValueAnimator a1 = ValueAnimator.ofFloat(0, 1f); in testPauseListener() local
345 ValueAnimator a1 = ValueAnimator.ofFloat(0, 1f); in testUpdateListeners() local
386 ValueAnimator a1 = ValueAnimator.ofPropertyValuesHolder(holders); in testValuesSetterAndGetter() local
423 ValueAnimator a1 = new ValueAnimator(); in testSetObjectValues() local
/cts/tests/tests/widget/src/android/widget/cts/
DGridLayoutTest.java255 int a1 = a.getValue(v1); in verifyCellAlignment() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java474 int a1, a2; // AXIS_X/Y/Z in testRemapCoordinateSystem() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java994 final int a1 = Color.alpha(actual); in distance() local