Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java1133 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness1D() local
1134 pass &= run(td, RS, s, seedForTestExecution, lastTestSizeArg); in runCorrectness1D()
1205 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness2D() local
1206 pass &= run(td, RS, s, seedForTestExecution, lastTestSizeArg); in runCorrectness2D()
1302 final int seedForTestExecution = seedForPickingTestSizes + 1 + i*maxSeedsPerTest; in runCorrectness3D() local
1303 pass &= run(td, RS, s, seedForTestExecution, lastTestSizeArg); in runCorrectness3D()