/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | StrictShardHelper.java | 50 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()
|
D | ParentShardReplicate.java | 46 Integer shardCount = config.getCommandOptions().getShardCount(); in replicatedSetup() local
|
D | ShardHelper.java | 110 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig() local 283 Integer shardCount, in shardTest()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleSplitter.java | 75 int shardCount, in splitConfiguration() 110 int shardCount, in createAndAddModule()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/ |
D | StrictShardHelperTest.java | 422 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/ |
D | AndroidJUnitTest.java | 530 public Collection<IRemoteTest> split(int shardCount) { in split() 548 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
D | GTestBase.java | 263 public void setShardCount(int shardCount) { in setShardCount() 638 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
D | InstalledInstrumentationsTest.java | 483 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
D | HostTest.java | 1203 public Collection<IRemoteTest> split(Integer shardCount, TestInformation testInfo) { in split()
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | ICommandOptions.java | 131 public void setShardCount(Integer shardCount); in setShardCount()
|
D | CommandOptions.java | 381 public void setShardCount(Integer shardCount) { in setShardCount()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommand.java | 91 Integer shardCount, in ClusterCommand()
|
D | ClusterCommandLauncher.java | 305 final Integer shardCount = mConfiguration.getCommandOptions().getShardCount(); in buildJavaCommandArgs() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | FileSystemLogSaverTest.java | 258 final int shardCount = 5; in testCreateReportDirectory_sharded() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | SubprocessTfLauncher.java | 263 Integer shardCount = mConfig.getCommandOptions().getShardCount(); in preRun() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteIntegrationTest.java | 672 private void helperTestShardIndex(int shardCount, int shardIndex) throws Exception { in helperTestShardIndex()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 1282 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/ |
D | TestInvocation.java | 863 Integer shardCount = config.getCommandOptions().getShardCount(); in invoke() local
|