Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DVersionedTfLauncher.java55 private VersionedTfLauncher(int shardCount, int shardIndex) { in VersionedTfLauncher()
118 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DIStrictShardableTest.java33 IRemoteTest getTestShard(int shardCount, int shardIndex); in getTestShard()
DCodeCoverageTestBase.java338 InstrumentationTarget target, int shardIndex, int numShards) in collectTests()
359 int shardIndex, int numShards) { in createTestRunner()
394 TestRunResult runTest(InstrumentationTarget target, int shardIndex, int numShards, in runTest()
462 InstrumentationTest createTest(InstrumentationTarget target, int shardIndex, int numShards) { in createTest()
DInstalledInstrumentationsTest.java231 void setShardIndex(int shardIndex) { in setShardIndex()
404 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DGTest.java248 void setShardIndex(int shardIndex) { in setShardIndex()
673 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DAndroidJUnitTest.java438 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DHostTest.java1029 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
1064 private HostTest createTestShard(int shardCount, int shardIndex) { in createTestShard()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java48 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig() local
79 private void updateConfigIfSharded(IConfiguration config, int shardCount, int shardIndex) { in updateConfigIfSharded()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardMasterResultForwarder.java51 private int shardIndex = 0; field in ShardMasterResultForwarder
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java150 public void setShardIndex(Integer shardIndex); in setShardIndex()
DCommandOptions.java364 public void setShardIndex(Integer shardIndex) { in setShardIndex()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java882 int shardIndex = 5; in testInvoke_strictShardableTest_withShardIndex() local
914 int shardIndex = 0; in testInvoke_nonStrictShardableTest_withShardIndexZero() local
972 int shardIndex = 1; in testInvoke_nonStrictShardableTest_withShardIndexNonZero() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DCodeCoverageTestBaseTest.java135 T get(String packageName, String runnerName, int shardIndex, int numShards); in get()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java649 private void helperTestShardIndex(int shardCount, int shardIndex) throws Exception { in helperTestShardIndex()