Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java163 int shards = Integer.parseInt(arg); in setCustomCommands()
164 if (shards <= 1) { in setCustomCommands()
168 splitModules(shards); in setCustomCommands()
310 private void splitModules(int shards) { in splitModules() argument
359 for (int i = 0; i < shards; i++) { in splitModules()
364 long[] shardTimes = new long[shards]; in splitModules()
373 if (shardIndex == shards) { in splitModules()
375 shardIndex = shards - 1; in splitModules()
/test/mts/tools/mts-tradefed/
DREADME40 'run mts --shards <number of shards>
/test/cts-root/tools/cts-root-tradefed/
DREADME41 'run cts-root --shards <number of shards>
/test/catbox/tools/catbox-tradefed/
DREADME50 'run catbox --shards <number of shards>
/test/vts/tools/vts-core-tradefed/
DREADME57 'run vts --shard-count <number of shards>