Searched defs:shardCount (Results 1 – 14 of 14) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | StrictShardHelper.java | 47 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()
|
D | ShardHelper.java | 84 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig() local 208 Integer shardCount, in shardTest()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | VersionedTfLauncher.java | 55 private VersionedTfLauncher(int shardCount, int shardIndex) { in VersionedTfLauncher() 118 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
D | IStrictShardableTest.java | 33 IRemoteTest getTestShard(int shardCount, int shardIndex); in getTestShard()
|
D | AndroidJUnitTest.java | 416 public Collection<IRemoteTest> split(int shardCount) { in split() 438 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
D | HostTest.java | 926 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()
|
D | GTest.java | 264 void setShardCount(int shardCount) { in setShardCount() 673 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
D | InstalledInstrumentationsTest.java | 404 public IRemoteTest getTestShard(int shardCount, int shardIndex) { in getTestShard()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleSplitter.java | 66 int shardCount, in splitConfiguration() 92 int shardCount, in createAndAddModule()
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | ICommandOptions.java | 140 public void setShardCount(Integer shardCount); in setShardCount()
|
D | CommandOptions.java | 348 public void setShardCount(Integer shardCount) { in setShardCount()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 881 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/ |
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 | 649 private void helperTestShardIndex(int shardCount, int shardIndex) throws Exception { in helperTestShardIndex()
|