Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java124 int shards = Integer.parseInt(arg); in setCustomCommands()
125 if (shards <= 1) { in setCustomCommands()
129 splitModules(shards); in setCustomCommands()
243 private void splitModules(int shards) { in splitModules() argument
292 for (int i = 0; i < shards; i++) { in splitModules()
297 long[] shardTimes = new long[shards]; in splitModules()
306 if (shardIndex == shards) { in splitModules()
308 shardIndex = shards - 1; in splitModules()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DIModuleRepo.java40 void initialize(int shards, Integer shardIndex, File testsDir, Set<IAbi> abis, in initialize() argument
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java471 List<IRemoteTest> shards = new ArrayList<>(); in split() local
476 shards.add(catchAll); in split()
488 shards.add(test); in split()
491 return shards; in split()
/cts/tools/cts-tradefed/
DREADME59 'run cts --shards <number of shards>