Searched defs:shardIndex (Results 1 – 4 of 4) sorted by relevance
| /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
| D | IModuleRepo.java | 40 void initialize(int shards, Integer shardIndex, File testsDir, Set<IAbi> abis, in initialize() 51 LinkedList<IModuleDef> getModules(String serial, int shardIndex); in getModules()
|
| D | ModuleRepo.java | 169 public void initialize(int totalShards, Integer shardIndex, File testsDir, Set<IAbi> abis, in initialize() 507 public LinkedList<IModuleDef> getModules(String serial, int shardIndex) { in getModules() 560 protected List<IModuleDef> getShard(List<IModuleDef> fullList, int shardIndex, int totalShard) { in getShard()
|
| D | CompatibilityTest.java | 320 public CompatibilityTest(int totalShards, IModuleRepo moduleRepo, Integer shardIndex) { in CompatibilityTest() 842 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
| /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
| D | CompatibilityConsole.java | 330 int shardIndex = 0; in splitModules() local
|