Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java359 private void topBottom(List<List<IRemoteTest>> allShards, int shardCount) { in topBottom() argument
367 for (List<IRemoteTest> shard : allShards) { in topBottom()
397 for (int j = 0; j < (allShards.get(give).size() * (0.2f / (i + 1))); j++) { in topBottom()
398 IRemoteTest givetest = allShards.get(give).remove(0); in topBottom()
399 allShards.get(receive).add(givetest); in topBottom()