Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteTestFilter.java53 Integer shardIndex = null; in createFrom() local
109 public SuiteTestFilter(Integer shardIndex, String abi, String name, String test) { in SuiteTestFilter()
DModuleDefinition.java320 public void setIntraModuleInformation(int shardCount, int shardIndex) { in setIntraModuleInformation()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DParentShardReplicate.java51 Integer shardIndex = config.getCommandOptions().getShardIndex(); in replicatedSetup() local
DDynamicShardHelper.java60 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig() local
DStrictShardHelper.java80 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfigInternal() local
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java701 private void helperTestShardIndex(int shardCount, int shardIndex) throws Exception { in helperTestShardIndex()
705 private void helperTestShardIndex(int shardCount, int shardIndex, boolean useEvenModuleSharding) in helperTestShardIndex()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java332 void setShardIndex(int shardIndex) { in setShardIndex()
545 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DGTestBase.java323 public void setShardIndex(int shardIndex) { in setShardIndex()
783 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DAndroidJUnitTest.java714 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DShardMainResultForwarderTest.java66 private InvocationContext createContext(int shardIndex) { in createContext()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardMainResultForwarder.java95 Integer shardIndex = null; in invocationStarted() local
DTestInvocation.java1365 Integer shardIndex = config.getCommandOptions().getShardIndex(); in invoke() local
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java92 Integer shardIndex) { in ClusterCommand()
DClusterCommandLauncher.java376 final Integer shardIndex = mConfiguration.getCommandOptions().getShardIndex(); in buildJavaCommandArgs() local
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/
DStrictShardHelperTest.java299 private List<IRemoteTest> testShard(int shardIndex) throws Exception { in testShard()
303 private List<IRemoteTest> testShard(int shardIndex, boolean useEvenModuleSharding) in testShard()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java151 public void setShardIndex(Integer shardIndex); in setShardIndex()
DCommandOptions.java577 public void setShardIndex(Integer shardIndex) { in setShardIndex()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java153 private int shardIndex = 0; field in MoblyBinaryHostTest
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTestTest.java1026 int shardIndex = 0; in testRun_oneTest_twoShards() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/pandora/
DPtsBotTest.java243 private int shardIndex = 0; field in PtsBotTest