Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java520 config.getCommandOptions().setShardCount(5); in testRun_sharding_firstModuleRunsAll()
562 config.getCommandOptions().setShardCount(5); in testRun_sharding_parallelRun()
610 config.getCommandOptions().setShardCount(2); in testRun_sharding_withIndex()
690 config.getCommandOptions().setShardCount(shardCount); in helperTestShardIndex()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DSandboxedInvocationExecutionTest.java215 mConfig.getCommandOptions().setShardCount(5); in testParentSandboxInvocation_sharding()
302 mConfig.getCommandOptions().setShardCount(5); in testInvocation_sharding_notTests()
365 mConfig.getCommandOptions().setShardCount(5); in testInvocation_preInvocationFailing()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/
DRetryReschedulerTest.java103 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.java131 public void setShardCount(Integer shardCount); in setShardCount() method
DCommandOptions.java381 public void setShardCount(Integer shardCount) { in setShardCount() method in CommandOptions
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestBaseTest.java174 gTestBase.setShardCount(2); in testGTestFilters_positiveAndSharding()
DGTestTest.java755 mGTest.setShardCount(3); in testGetGTestCmdLine_testShard()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java261 deepCopy.getCommandOptions().setShardCount(null); in cloneConfigObject()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java150 .setShardCount(mConfiguration.getCommandOptions().getShardCount()); in run()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestBase.java263 public void setShardCount(int shardCount) { in setShardCount() method in GTestBase
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java577 options.setShardCount(5); in testValidateOptions_localSharding_skipDownload()
DDynamicRemoteFileResolverTest.java894 configuration.getCommandOptions().setShardCount(2); in testMultiDevices_replicat()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java1110 mCommandOptions.setShardCount(3); in testAllocateDevices_replicated()