HomeSort by relevance Sort by last modified time
    Searched defs:shardIndex (Results 1 - 5 of 5) sorted by null

  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java 304 int shardIndex = 0;
310 splittedModules.get(shardIndex).add(module);
312 shardTimes[shardIndex] += module.second;
313 shardIndex += increment;
315 if (shardIndex == shards) {
317 shardIndex = shards - 1;
319 if (shardIndex == -1) {
321 shardIndex = 0;
324 shardIndex = 0;
329 shardIndex, TimeUtil.formatElapsedTime(shardTimes[shardIndex])))
    [all...]
  /prebuilts/misc/common/android-support-test/runner/
runner-0.5-release-no-dep.jar 
runner-0.5-release.jar 
  /prebuilts/misc/common/android-support-test/rules/
rules-0.5-release.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 

Completed in 201 milliseconds