Searched defs:fullList (Results 1 – 2 of 2) sorted by relevance
211 List<IRemoteTest> fullList, int shardCount, boolean useEvenModuleSharding) { in splitTests()241 List<IRemoteTest> fullList, int shardCount, int numPerShard, boolean needsCorrection) { in balancedDistrib()285 static <T> List<List<T>> shardList(List<T> fullList, int shardCount) { in shardList()
274 List<IRemoteTest> fullList, int shardCount, boolean useEvenModuleSharding) { in splitTests()688 var fullList = IntStream.range(0, testCount).boxed().collect(Collectors.toList()); in testShardList() local