Searched refs:needsCorrection (Results 1 – 1 of 1) sorted by relevance
148 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() argument183 if (needsCorrection) { in balancedDistrib()