Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java148 boolean needsCorrection = false; in splitTests()
153 needsCorrection = (numPerShard * (shardCount - 1)) > fullList.size(); in splitTests()
159 shards = balancedDistrib(fullList, shardCount, numPerShard, needsCorrection); in splitTests()
166 List<IRemoteTest> fullList, int shardCount, int numPerShard, boolean needsCorrection) { in balancedDistrib() argument
183 if (needsCorrection) { in balancedDistrib()