Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java1102 final int seedForPickingTestSizes = td.seed * seedsPerTestDescriptionCorrectness; in runCorrectness1D() local
1115 Random r = new Random(seedForPickingTestSizes); in runCorrectness1D()
1133 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness1D()
1159 final int seedForPickingTestSizes = td.seed * seedsPerTestDescriptionCorrectness; in runCorrectness2D() local
1178 Random r = new Random(seedForPickingTestSizes); in runCorrectness2D()
1205 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness2D()
1230 final int seedForPickingTestSizes = td.seed * seedsPerTestDescriptionCorrectness; in runCorrectness3D() local
1255 Random r = new Random(seedForPickingTestSizes); in runCorrectness3D()
1302 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness3D()