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.java43 void initialize(int shards, Integer shardIndex, File testsDir, Set<IAbi> abis, in initialize()
54 LinkedList<IModuleDef> getModules(String serial, int shardIndex); in getModules()
DModuleRepo.java172 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()
DCompatibilityTest.java322 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/
DCompatibilityConsole.java367 int shardIndex = 0; in splitModules() local