Searched defs:a1 (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | VLoadTest.java | 96 private void verify(byte[] a1, byte[] a2, String s) { in verify() 107 private void verify(short[] a1, short[] a2, String s) { in verify() 118 private void verify(int[] a1, int[] a2, String s) { in verify() 129 private void verify(long[] a1, long[] a2, String s) { in verify() 140 private void verify(float[] a1, float[] a2, String s) { in verify() 151 private void verify(double[] a1, double[] a2, String s) { in verify()
|
D | GetSetTest.java | 118 private void verify(byte[] a1, byte[] a2, Allocation alloc, String s, int vsize) { in verify() 132 private void verify(short[] a1, short[] a2, Allocation alloc, String s, int vsize) { in verify() 146 private void verify(int[] a1, int[] a2, Allocation alloc, String s, int vsize) { in verify() 160 private void verify(long[] a1, long[] a2, Allocation alloc, String s, int vsize) { in verify() 174 private void verify(float[] a1, float[] a2, Allocation alloc, String s, int vsize) { in verify() 188 private void verify(double[] a1, double[] a2, Allocation alloc, String s, int vsize) { in verify()
|
D | ImageProcessingTest.java | 63 private Allocation a1, a2; field in ImageProcessingTest
|
D | LaunchClip.java | 45 int a0, int a1, int a2, int a3) { in setup()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | GridLayoutTest.java | 221 int a1 = a.getValue(v1); in testAlignment() local
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 474 int a1, a2; // AXIS_X/Y/Z in testRemapCoordinateSystem() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapFactoryTest.java | 682 final int a1 = Color.alpha(actual); in distance() local
|