Home
last modified time | relevance | path

Searched refs:checkArray (Results 1 – 6 of 6) sorted by relevance

/cts/common/util/src/com/android/compatibility/common/util/
DInfoStore.java129 protected static int[] checkArray(int[] values) { in checkArray() method in InfoStore
137 protected static long[] checkArray(long[] values) { in checkArray() method in InfoStore
145 protected static float[] checkArray(float[] values) { in checkArray() method in InfoStore
153 protected static double[] checkArray(double[] values) { in checkArray() method in InfoStore
161 protected static boolean[] checkArray(boolean[] values) { in checkArray() method in InfoStore
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DSingleSourceForEachTest.java72 checkArray(baselineOutputArray, testOutputArray, Y, X, X); in testSingleInputKernelLaunch()
82 checkArray(baselineOutputArray, testOutputArray, Y, X, X); in testMultiInputKernelLaunch()
93 checkArray(baselineOutputArray, testOutputArray, Y, X, X); in testKernelLaunchWithOptions()
110 checkArray(baselineOutputArray, testOutputArray, Y, X, X); in testAllocationlessKernelLaunch()
DInitTest.java52 checkArray(ref, out, INPUTSIZE, 1, 1, 0); in testInitTest()
DRSBaseCompute.java45 public void checkArray(float[] ref, float[] out, int height, int refStride, in checkArray() method in RSBaseCompute
61 public void checkArray(int[] ref, int[] out, int height, int refStride, in checkArray() method in RSBaseCompute
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceInfoStore.java181 for (int value : checkArray(array)) { in addArrayResult()
195 for (long value : checkArray(array)) { in addArrayResult()
209 for (float value : checkArray(array)) { in addArrayResult()
223 for (double value : checkArray(array)) { in addArrayResult()
237 for (boolean value : checkArray(array)) { in addArrayResult()
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java181 for (int value : checkArray(array)) { in addArrayResult()
195 for (long value : checkArray(array)) { in addArrayResult()
209 for (float value : checkArray(array)) { in addArrayResult()
223 for (double value : checkArray(array)) { in addArrayResult()
237 for (boolean value : checkArray(array)) { in addArrayResult()