Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java46 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()
DShardHelper.java91 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig() local
253 Integer shardCount, in shardTest()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DVersionedTfLauncher.java56 private VersionedTfLauncher(int shardCount, int shardIndex) { in VersionedTfLauncher()
129 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DAndroidJUnitTest.java556 public Collection<IRemoteTest> split(int shardCount) { in split()
574 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DGTestBase.java228 public void setShardCount(int shardCount) { in setShardCount()
574 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DInstalledInstrumentationsTest.java440 private IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DHostTest.java1056 public Collection<IRemoteTest> split(int shardCount) { in split()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleSplitter.java69 int shardCount, in splitConfiguration()
97 int shardCount, in createAndAddModule()
/tools/tradefederation/core/src/com/android/tradefed/invoker/monitor/
DInvocationTracker.java83 public void notifySharding(int shardCount) { in notifySharding()
DInvocationsMonitor.java81 public synchronized void notifyLocalSharding(String id, int shardCount) { in notifyLocalSharding()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DStrictShardHelperTest.java398 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/
DICommandOptions.java143 public void setShardCount(Integer shardCount); in setShardCount()
DCommandOptions.java399 public void setShardCount(Integer shardCount) { in setShardCount()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DFileSystemLogSaverTest.java258 final int shardCount = 5; in testCreateReportDirectory_sharded() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java646 private void helperTestShardIndex(int shardCount, int shardIndex) throws Exception { in helperTestShardIndex()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java700 Integer shardCount = config.getCommandOptions().getShardCount(); in invoke() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1246 int shardCount = 2; in testInvoke_shardableTest_legacy() local