Home
last modified time | relevance | path

Searched refs:getShardCount (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java135 public Integer getShardCount(); in getShardCount() method
DCommandOptions.java340 public Integer getShardCount() { in getShardCount() method in CommandOptions
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java460 if (config.getCommandOptions().getShardCount() != null) { in updateInvocationContext()
462 "shard_count", config.getCommandOptions().getShardCount().toString()); in updateInvocationContext()
492 if (config.getCommandOptions().getShardCount() != null) { in updateBuild()
494 "shard_count", config.getCommandOptions().getShardCount().toString()); in updateBuild()
DTestInvocation.java157 config.getCommandOptions().getShardCount()); in logStartInvocation()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java1195 if (options.getShardCount() != null && options.getShardCount() < 1) { in validateOptions()
1199 && (options.getShardCount() == null || options.getShardIndex() < 0 in validateOptions()
1200 || options.getShardIndex() >= options.getShardCount())) { in validateOptions()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java573 public Integer getShardCount() {return -1;} in testValidateOptionsShardException()
615 public Integer getShardCount() { in testValidateOptionsShardIndexAboveShardCount()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java84 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig()
DStrictShardHelper.java47 Integer shardCount = config.getCommandOptions().getShardCount(); in shardConfig()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTest.java272 int getShardCount() { in getShardCount() method in GTest