Home
last modified time | relevance | path

Searched defs:shardIndex (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DVersionedTfLauncher.java56 private VersionedTfLauncher(int shardCount, int shardIndex) { in VersionedTfLauncher()
129 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DInstalledInstrumentationsTest.java255 void setShardIndex(int shardIndex) { in setShardIndex()
440 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DGTestBase.java218 public void setShardIndex(int shardIndex) { in setShardIndex()
574 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DAndroidJUnitTest.java574 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardMasterResultForwarder.java50 private int shardIndex = 0; field in ShardMasterResultForwarder
DTestInvocation.java701 Integer shardIndex = config.getCommandOptions().getShardIndex(); in invoke() local
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java153 public void setShardIndex(Integer shardIndex); in setShardIndex()
DCommandOptions.java415 public void setShardIndex(Integer shardIndex) { in setShardIndex()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java47 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DStrictShardHelperTest.java235 private List<IRemoteTest> testShard(int shardIndex) throws Exception { in testShard()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java646 private void helperTestShardIndex(int shardCount, int shardIndex) throws Exception { in helperTestShardIndex()