Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java176 if (config.getCommandOptions().getShardIndex() != null) { in logStartInvocation()
180 config.getCommandOptions().getShardIndex() + 1, in logStartInvocation()
864 Integer shardIndex = config.getCommandOptions().getShardIndex(); in invoke()
1082 if (config.getCommandOptions().getShardIndex() != null) { in updateInvocationContext()
1084 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateInvocationContext()
DRemoteInvocationExecution.java130 && config.getCommandOptions().getShardIndex() == null) { in customizeDevicePreInvocation()
617 && config.getCommandOptions().getShardIndex() == null) { in createRemoteConfig()
DInvocationExecution.java715 if (config.getCommandOptions().getShardIndex() != null) { in updateBuild()
717 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateBuild()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java1243 if (options.getShardIndex() != null in validateOptions()
1244 && (options.getShardCount() == null || options.getShardIndex() < 0 in validateOptions()
1245 || options.getShardIndex() >= options.getShardCount())) { in validateOptions()
1258 if (options.getShardCount() != null && options.getShardIndex() == null) { in resolveDynamicOptions()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java526 public Integer getShardIndex() { in testValidateOptionsShardIndexException()
546 public Integer getShardIndex() { in testValidateOptionsShardIndexAboveShardCount()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java136 public Integer getShardIndex(); in getShardIndex() method
DCommandOptions.java389 public Integer getShardIndex() { in getShardIndex() method in CommandOptions
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DParentShardReplicate.java47 Integer shardIndex = config.getCommandOptions().getShardIndex(); in replicatedSetup()
DStrictShardHelper.java51 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java201 public Integer getShardIndex() { in getShardIndex() method in ClusterCommand
DClusterCommandLauncher.java306 final Integer shardIndex = mConfiguration.getCommandOptions().getShardIndex(); in buildJavaCommandArgs()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostGTest.java100 runUtil.setEnvVariable("GTEST_SHARD_INDEX", Integer.toString(getShardIndex())); in executeHostGTestCommand()
DGTest.java287 sb.append(String.format("GTEST_SHARD_INDEX=%s ", getShardIndex())); in getGTestCmdLine()
DGTestBase.java258 public int getShardIndex() { in getShardIndex() method in GTestBase
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java153 .setShardIndex(mConfiguration.getCommandOptions().getShardIndex()); in run()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java211 && config.getCommandOptions().getShardIndex() == null) { in prepareEnvironment()