Home
last modified time | relevance | path

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/
DIModuleRepo.java40 void initialize(int shards, Integer shardIndex, File testsDir, Set<IAbi> abis, in initialize()
51 LinkedList<IModuleDef> getModules(String serial, int shardIndex); in getModules()
DModuleRepo.java169 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()
DCompatibilityTest.java320 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/
DCompatibilityConsole.java330 int shardIndex = 0; in splitModules() local