Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java1129 int[] lastTestSizeArg = new int[]{-1}; in runCorrectness1D() local
1131 if ((testSizes[i] > 0) && (testSizes[i] != lastTestSizeArg[0])) { in runCorrectness1D()
1132 lastTestSizeArg[0] = testSizes[i]; in runCorrectness1D()
1134 pass &= run(td, RS, s, seedForTestExecution, lastTestSizeArg); in runCorrectness1D()
1196 int[] lastTestSizeArg = null; in runCorrectness2D() local
1200 if ((lastTestSizeArg != null) && in runCorrectness2D()
1201 (testSizes[i][0] == lastTestSizeArg[0]) && in runCorrectness2D()
1202 (testSizes[i][1] == lastTestSizeArg[1])) in runCorrectness2D()
1204 lastTestSizeArg = testSizes[i]; in runCorrectness2D()
1206 pass &= run(td, RS, s, seedForTestExecution, lastTestSizeArg); in runCorrectness2D()
[all …]