Home
last modified time | relevance | path

Searched refs:getTestShard (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java355 tests.add(getTestShard(ImmutableList.of(path), null)); in splitByTestCommand()
360 tests.add(getTestShard(null, ImmutableMap.of(testName, cmd))); in splitByTestCommand()
389 tests.add(getTestShard(binaryPathsInShard, testCommandsInShard)); in splitByShardCount()
407 private IRemoteTest getTestShard(List<String> binaryPaths, Map<String, String> testCmds) { in getTestShard() method in ExecutableBaseTest
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java538 shards.add(getTestShard(shardCountHint, index)); in split()
545 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard() method in InstalledInstrumentationsTest
DAndroidJUnitTest.java695 shards.add(getTestShard(shardCount, index)); in split()
702 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard() method in AndroidJUnitTest
DGTestBase.java724 tests.add(getTestShard(shardCountHint, i)); in split()
769 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard() method in GTestBase