Home
last modified time | relevance | path

Searched refs:setShardCount (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DSandboxedInvocationExecutionTest.java199 mConfig.getCommandOptions().setShardCount(5); in testParentSandboxInvocation_sharding()
285 mConfig.getCommandOptions().setShardCount(5); in testInvocation_sharding_notTests()
348 mConfig.getCommandOptions().setShardCount(5); in testInvocation_preInvocationFailing()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java499 config.getCommandOptions().setShardCount(5); in testRun_sharding_firstModuleRunsAll()
539 config.getCommandOptions().setShardCount(5); in testRun_sharding_parallelRun()
585 config.getCommandOptions().setShardCount(2); in testRun_sharding_withIndex()
664 config.getCommandOptions().setShardCount(shardCount); in helperTestShardIndex()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/
DRetryReschedulerTest.java102 mMockCommandOptions.setShardCount(null); in setUp()
148 mTopConfiguration.getCommandOptions().setShardCount(2); in testReschedule_carryShardCount()
158 mMockCommandOptions.setShardCount(2); in testReschedule_carryShardCount()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java143 public void setShardCount(Integer shardCount); in setShardCount() method
DCommandOptions.java399 public void setShardCount(Integer shardCount) { in setShardCount() method in CommandOptions
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestBaseTest.java170 gTestBase.setShardCount(2); in testGTestFilters_positiveAndSharding()
DGTestTest.java498 mGTest.setShardCount(3); in testGetGTestCmdLine_testShard()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java228 clonedConfig.getCommandOptions().setShardCount(null); in cloneConfigObject()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java130 .setShardCount(mConfiguration.getCommandOptions().getShardCount()); in run()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTestBase.java228 public void setShardCount(int shardCount) { in setShardCount() method in GTestBase
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java641 options.setShardCount(5); in testValidateOptions_localSharding_skipDownload()