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.java2169 Map<TestIdentifier, Set<BatchRunConfiguration>> iterationSet = this.mTestInstances; in split() local
2171 if (iterationSet.keySet().isEmpty()) { in split()
2177 for (TestIdentifier test: iterationSet.keySet()) { in split()
2178 currentSet.put(test, iterationSet.get(test)); in split()
2188 updateRuntimeHint(iterationSet.size(), runners); in split()
2207 Map<TestIdentifier, Set<BatchRunConfiguration>> iterationSet = this.mTestInstances; in getTestShard() local
2209 int batchLimit = iterationSet.keySet().size() / shardCount; in getTestShard()
2212 for (TestIdentifier test: iterationSet.keySet()) { in getTestShard()
2213 currentSet.put(test, iterationSet.get(test)); in getTestShard()
2224 updateRuntimeHint(iterationSet.size(), runners); in getTestShard()