Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java47 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig() local
79 private void updateConfigIfSharded(IConfiguration config, int shardCount, int shardIndex) { in updateConfigIfSharded()
107 IConfiguration config, Integer shardCount, IInvocationContext context) { in getAllTests()
161 protected List<List<IRemoteTest>> splitTests(List<IRemoteTest> fullList, int shardCount) { in splitTests()
184 List<IRemoteTest> fullList, int shardCount, int numPerShard, boolean needsCorrection) { in balancedDistrib()
231 private void normalizeDistribution(List<IRemoteTest> listAllTests, int shardCount) { in normalizeDistribution()
271 private void topBottom(List<List<IRemoteTest>> allShards, int shardCount) { in topBottom()
DShardHelper.java84 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig() local
208 Integer shardCount, in shardTest()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DVersionedTfLauncher.java55 private VersionedTfLauncher(int shardCount, int shardIndex) { in VersionedTfLauncher()
118 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DIStrictShardableTest.java33 IRemoteTest getTestShard(int shardCount, int shardIndex); in getTestShard()
DAndroidJUnitTest.java416 public Collection<IRemoteTest> split(int shardCount) { in split()
438 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DHostTest.java926 public Collection<IRemoteTest> split(int shardCount) { in split()
1029 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
1064 private HostTest createTestShard(int shardCount, int shardIndex) { in createTestShard()
DGTest.java264 void setShardCount(int shardCount) { in setShardCount()
673 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
DInstalledInstrumentationsTest.java404 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleSplitter.java66 int shardCount, in splitConfiguration()
92 int shardCount, in createAndAddModule()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java140 public void setShardCount(Integer shardCount); in setShardCount()
DCommandOptions.java348 public void setShardCount(Integer shardCount) { in setShardCount()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java881 int shardCount = 10; in testInvoke_strictShardableTest_withShardIndex() local
913 int shardCount = 10; in testInvoke_nonStrictShardableTest_withShardIndexZero() local
971 int shardCount = 10; in testInvoke_nonStrictShardableTest_withShardIndexNonZero() local
1319 int shardCount = 2; in testInvoke_shardableTest_legacy() local
/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.java649 private void helperTestShardIndex(int shardCount, int shardIndex) throws Exception { in helperTestShardIndex()