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 | 43 void initialize(int shards, Integer shardIndex, File testsDir, Set<IAbi> abis, in initialize() 54 LinkedList<IModuleDef> getModules(String serial, int shardIndex); in getModules()
|
D | ModuleRepo.java | 172 public void initialize(int totalShards, Integer shardIndex, File testsDir, Set<IAbi> abis, in initialize() 510 public LinkedList<IModuleDef> getModules(String serial, int shardIndex) { in getModules() 563 protected List<IModuleDef> getShard(List<IModuleDef> fullList, int shardIndex, int totalShard) { in getShard()
|
D | CompatibilityTest.java | 322 public CompatibilityTest(int totalShards, IModuleRepo moduleRepo, Integer shardIndex) { in CompatibilityTest() 844 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 | 367 int shardIndex = 0; in splitModules() local
|