Home
last modified time | relevance | path

Searched defs:shardCount (Results 1 – 18 of 18) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java50 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig() local
86 Integer shardCount, in getAllTests()
143 protected List<List<IRemoteTest>> splitTests(List<IRemoteTest> fullList, int shardCount) { in splitTests()
166 List<IRemoteTest> fullList, int shardCount, int numPerShard, boolean needsCorrection) { in balancedDistrib()
213 private void normalizeDistribution(List<IRemoteTest> listAllTests, int shardCount) { in normalizeDistribution()
253 private void topBottom(List<List<IRemoteTest>> allShards, int shardCount) { in topBottom()
DParentShardReplicate.java46 Integer shardCount = config.getCommandOptions().getShardCount(); in replicatedSetup() local
DShardHelper.java110 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig() local
283 Integer shardCount, in shardTest()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleSplitter.java75 int shardCount, in splitConfiguration()
110 int shardCount, in createAndAddModule()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DStrictShardHelperTest.java422 int shardCount = 20; in testDistribution_hightests_highcount() local
450 int shardCount = 6; in testDistribution_lowtests_lowcount() local
464 int shardCount = 6; in testDistribution_lowtests_lowcount2() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DAndroidJUnitTest.java530 public Collection<IRemoteTest> split(int shardCount) { in split()
548 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DGTestBase.java263 public void setShardCount(int shardCount) { in setShardCount()
638 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DInstalledInstrumentationsTest.java483 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DHostTest.java1203 public Collection<IRemoteTest> split(Integer shardCount, TestInformation testInfo) { in split()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java131 public void setShardCount(Integer shardCount); in setShardCount()
DCommandOptions.java381 public void setShardCount(Integer shardCount) { in setShardCount()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java91 Integer shardCount, in ClusterCommand()
DClusterCommandLauncher.java305 final Integer shardCount = mConfiguration.getCommandOptions().getShardCount(); in buildJavaCommandArgs() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DFileSystemLogSaverTest.java258 final int shardCount = 5; in testCreateReportDirectory_sharded() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java263 Integer shardCount = mConfig.getCommandOptions().getShardCount(); in preRun() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java672 private void helperTestShardIndex(int shardCount, int shardIndex) throws Exception { in helperTestShardIndex()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1282 int shardCount = 2; in testInvoke_shardableTest_legacy() local
1347 int shardCount = 2; in testInvoke_shardableTest_autoRetry() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java863 Integer shardCount = config.getCommandOptions().getShardCount(); in invoke() local