Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java1096 int[] testSizes = new int[ in runCorrectness1D() local
1109 testSizes[nextTestIdx++] = pwrOf2; /* a */ in runCorrectness1D()
1110 testSizes[nextTestIdx++] = pwrOf2 - 1; /* b */ in runCorrectness1D()
1111 testSizes[nextTestIdx++] = pwrOf2 + 1; /* b */ in runCorrectness1D()
1122 testSizes[nextTestIdx++] = r.nextInt(hi - lo) + lo; in runCorrectness1D()
1127 Arrays.sort(testSizes); in runCorrectness1D()
1130 for (int i = 0; i < testSizes.length; ++i) { in runCorrectness1D()
1131 if ((testSizes[i] > 0) && (testSizes[i] != lastTestSizeArg[0])) { in runCorrectness1D()
1132 lastTestSizeArg[0] = testSizes[i]; in runCorrectness1D()
1189 int[][] testSizes = testSizesList.toArray(new int[0][]); in runCorrectness2D() local
[all …]