Searched refs:shards (Results 1 – 6 of 6) sorted by relevance
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
D | CompatibilityConsole.java | 108 int shards = Integer.parseInt(arg); in setCustomCommands() 109 if (shards <= 1) { in setCustomCommands() 113 splitModules(shards); in setCustomCommands() 218 private void splitModules(int shards) { in splitModules() argument 267 for (int i = 0; i < shards; i++) { in splitModules() 272 long[] shardTimes = new long[shards]; in splitModules() 281 if (shardIndex == shards) { in splitModules() 283 shardIndex = shards - 1; in splitModules()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | ModuleRepo.java | 208 public void initialize(int shards, File testsDir, Set<IAbi> abis, List<String> deviceTokens, in initialize() argument 213 shards, testsDir.getAbsolutePath(), abis, deviceTokens, testArgs, moduleArgs, in initialize() 216 mShards = shards; in initialize() 305 mModulesPerShard = mModuleCount / shards; in initialize() 306 if (mModuleCount % shards != 0) { in initialize() 309 mSmallModulesPerShard = mSmallModules.size() / shards; in initialize() 310 mMediumModulesPerShard = mMediumModules.size() / shards; in initialize() 311 mLargeModulesPerShard = mLargeModules.size() / shards; in initialize()
|
D | IModuleRepo.java | 39 void initialize(int shards, File testsDir, Set<IAbi> abis, List<String> deviceTokens, in initialize() argument
|
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/ |
D | DalvikTest.java | 463 List<IRemoteTest> shards = new ArrayList<>(); in split() local 467 shards.add(catchAll); in split() 478 shards.add(test); in split() 481 return shards; in split()
|
/cts/tools/cts-tradefed/ |
D | README | 59 'run cts --shards <number of shards>
|
/cts/tools/tradefed-host/ |
D | README | 59 'run cts --plan CTS --shards <number of shards>
|