Home
last modified time | relevance | path

Searched refs:getShardIndex (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java145 public Integer getShardIndex(); in getShardIndex() method
DCommandOptions.java356 public Integer getShardIndex() { in getShardIndex() method in CommandOptions
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java464 if (config.getCommandOptions().getShardIndex() != null) { in updateInvocationContext()
466 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateInvocationContext()
496 if (config.getCommandOptions().getShardIndex() != null) { in updateBuild()
498 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateBuild()
DTestInvocation.java152 if (config.getCommandOptions().getShardIndex() != null) { in logStartInvocation()
156 config.getCommandOptions().getShardIndex() + 1, in logStartInvocation()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java591 public Integer getShardIndex() { in testValidateOptionsShardIndexException()
611 public Integer getShardIndex() { in testValidateOptionsShardIndexAboveShardCount()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java1198 if (options.getShardIndex() != null in validateOptions()
1199 && (options.getShardCount() == null || options.getShardIndex() < 0 in validateOptions()
1200 || options.getShardIndex() >= options.getShardCount())) { in validateOptions()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java48 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTest.java256 int getShardIndex() { in getShardIndex() method in GTest