/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | StrictShardHelper.java | 46 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig() local 81 IConfiguration config, Integer shardCount, IInvocationContext context) { in getAllTests() 135 protected List<List<IRemoteTest>> splitTests(List<IRemoteTest> fullList, int shardCount) { in splitTests() 158 List<IRemoteTest> fullList, int shardCount, int numPerShard, boolean needsCorrection) { in balancedDistrib() 205 private void normalizeDistribution(List<IRemoteTest> listAllTests, int shardCount) { in normalizeDistribution() 245 private void topBottom(List<List<IRemoteTest>> allShards, int shardCount) { in topBottom()
|
D | ShardHelper.java | 91 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig() local 253 Integer shardCount, in shardTest()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | VersionedTfLauncher.java | 56 private VersionedTfLauncher(int shardCount, int shardIndex) { in VersionedTfLauncher() 129 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
D | AndroidJUnitTest.java | 556 public Collection<IRemoteTest> split(int shardCount) { in split() 574 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
D | GTestBase.java | 228 public void setShardCount(int shardCount) { in setShardCount() 574 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
D | InstalledInstrumentationsTest.java | 440 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
D | HostTest.java | 1056 public Collection<IRemoteTest> split(int shardCount) { in split()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleSplitter.java | 69 int shardCount, in splitConfiguration() 97 int shardCount, in createAndAddModule()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/monitor/ |
D | InvocationTracker.java | 83 public void notifySharding(int shardCount) { in notifySharding()
|
D | InvocationsMonitor.java | 81 public synchronized void notifyLocalSharding(String id, int shardCount) { in notifyLocalSharding()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/ |
D | StrictShardHelperTest.java | 398 int shardCount = 20; in testDistribution_hightests_highcount() local 426 int shardCount = 6; in testDistribution_lowtests_lowcount() local 440 int shardCount = 6; in testDistribution_lowtests_lowcount2() local
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | ICommandOptions.java | 143 public void setShardCount(Integer shardCount); in setShardCount()
|
D | CommandOptions.java | 399 public void setShardCount(Integer shardCount) { in setShardCount()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | FileSystemLogSaverTest.java | 258 final int shardCount = 5; in testCreateReportDirectory_sharded() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteIntegrationTest.java | 646 private void helperTestShardIndex(int shardCount, int shardIndex) throws Exception { in helperTestShardIndex()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 700 Integer shardCount = config.getCommandOptions().getShardCount(); in invoke() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 1246 int shardCount = 2; in testInvoke_shardableTest_legacy() local
|