Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java2236 Map<TestDescription, Set<BatchRunConfiguration>> iterationSet = this.mTestInstances; in split() local
2238 if (iterationSet.keySet().isEmpty()) { in split()
2244 for (TestDescription test: iterationSet.keySet()) { in split()
2245 currentSet.put(test, iterationSet.get(test)); in split()
2255 updateRuntimeHint(iterationSet.size(), runners); in split()