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.java128 protected static int[] checkArray(int[] values) { in checkArray() method in InfoStore
136 protected static long[] checkArray(long[] values) { in checkArray() method in InfoStore
144 protected static float[] checkArray(float[] values) { in checkArray() method in InfoStore
152 protected static double[] checkArray(double[] values) { in checkArray() method in InfoStore
160 protected static boolean[] checkArray(boolean[] values) { in checkArray() method in InfoStore
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java180 for (int value : checkArray(array)) { in addArrayResult()
194 for (long value : checkArray(array)) { in addArrayResult()
208 for (float value : checkArray(array)) { in addArrayResult()
222 for (double value : checkArray(array)) { in addArrayResult()
236 for (boolean value : checkArray(array)) { in addArrayResult()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DSingleSourceForEachTest.java82 checkArray(baselineOutputArray, testOutputArray, Y, X, X); in testSingleInputKernelLaunch()
92 checkArray(baselineOutputArray, testOutputArray, Y, X, X); in testMultiInputKernelLaunch()
109 checkArray(baselineOutputArray, testOutputArray, Y, X, X); in testKernelLaunchWithOptions()
126 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.java183 for (int value : checkArray(array)) { in addArrayResult()
197 for (long value : checkArray(array)) { in addArrayResult()
223 for (double value : checkArray(array)) { in addArrayResult()
240 for (boolean value : checkArray(array)) { in addArrayResult()