/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | VLoadTest.java | 110 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()
|
D | GetSetTest.java | 144 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()
|
D | LaunchClip.java | 45 int a0, int a1, int a2, int a3) { in setup()
|
D | ImageProcessingTest.java | 65 private Allocation a1, a2; field in ImageProcessingTest
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorSetTest.java | 289 ValueAnimator a2 = ValueAnimator.ofFloat(0f, 100f); in testPauseAndResume() local 349 ValueAnimator a2 = ValueAnimator.ofFloat(0f, 100f); in testPauseBeforeStart() local 376 ValueAnimator a2 = ValueAnimator.ofFloat(50, 100f); in testSeekAfterPause() local 438 ValueAnimator a2 = ValueAnimator.ofFloat(1f, 2f); in testReverseWithStartDelay() local 489 ValueAnimator a2 = ValueAnimator.ofFloat(1f, 2f); in testZeroDurationScale() local 525 ValueAnimator a2 = ValueAnimator.ofFloat(1f, 2f); in testDurationScale() local 730 final ValueAnimator a2 = ValueAnimator.ofFloat(150f, 250f); in testSeeking() local 786 final ValueAnimator a2 = ValueAnimator.ofFloat(100f, 200f); in testSeekingInfinite() local 940 MyValueAnimator a2 = new MyValueAnimator(); in testChildAnimatorStartCalled() local 960 ValueAnimator a2 = ValueAnimator.ofFloat(0f, 1f); in testInfiniteStartTime() local
|
D | ValueAnimatorTest.java | 380 ValueAnimator a2 = ValueAnimator.ofPropertyValuesHolder(); in testValuesSetterAndGetter() local
|
/cts/tests/app/src/android/app/cts/ |
D | AppTaskTests.java | 137 final Activity a2 = mActivityRule.launchActivity(null); in testMoveToFront() local
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 474 int a1, a2; // AXIS_X/Y/Z in testRemapCoordinateSystem() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | NativeDecoderTest.java | 98 private void compareArrays(String message, int[] a1, int[] a2) { in compareArrays()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapFactoryTest.java | 1074 final int a2 = Color.alpha(expect); in distance() local
|