Home
last modified time | relevance | path

Searched defs:a1 (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DVLoadTest.java96 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()
DGetSetTest.java118 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()
DImageProcessingTest.java63 private Allocation a1, a2; field in ImageProcessingTest
DLaunchClip.java45 int a0, int a1, int a2, int a3) { in setup()
/cts/tests/tests/widget/src/android/widget/cts/
DGridLayoutTest.java221 int a1 = a.getValue(v1); in testAlignment() local
/cts/tests/tests/hardware/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.java682 final int a1 = Color.alpha(actual); in distance() local