Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/filter/
DGetPreviousPassedHelper.java73 if (config.getCommandOptions().getShardIndex() != null) { in getPreviousPassedFilters()
74 args.put("shard_index", Integer.toString(config.getCommandOptions().getShardIndex())); in getPreviousPassedFilters()
82 f.getShardIndex() != null in getPreviousPassedFilters()
83 && !f.getShardIndex() in getPreviousPassedFilters()
87 .getShardIndex())); in getPreviousPassedFilters()
/tools/tradefederation/core/src/com/android/tradefed/result/
DReportPassedTests.java68 if (configuration.getCommandOptions().getShardIndex() != null) { in setConfiguration()
69 mShardIndex = configuration.getCommandOptions().getShardIndex(); in setConfiguration()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DParentShardReplicate.java51 Integer shardIndex = config.getCommandOptions().getShardIndex(); in replicatedSetup()
DDynamicShardHelper.java59 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig()
DStrictShardHelper.java64 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java146 public Integer getShardIndex(); in getShardIndex() method
DCommandOptions.java529 public Integer getShardIndex() { in getShardIndex() method in CommandOptions
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java201 public Integer getShardIndex() { in getShardIndex() method in ClusterCommand
DClusterCommandLauncher.java376 final Integer shardIndex = mConfiguration.getCommandOptions().getShardIndex(); in buildJavaCommandArgs()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteTestFilter.java148 public Integer getShardIndex() { in getShardIndex() method in SuiteTestFilter
DSuiteModuleLoader.java543 filter.getShardIndex(), filter.getAbi(), name, filter.getTest())); in expandFoldableFilters()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/config/
DConfigurationDescriptor.java216 public Integer getShardIndex() { in getShardIndex() method in ConfigurationDescriptor
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java1337 if (options.getShardIndex() != null in validateOptions()
1338 && (options.getShardCount() == null || options.getShardIndex() < 0 in validateOptions()
1339 || options.getShardIndex() >= options.getShardCount())) { in validateOptions()
1359 && options.getShardIndex() == null in resolveDynamicOptions()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java231 if (config.getCommandOptions().getShardIndex() != null) { in logStartInvocation()
235 config.getCommandOptions().getShardIndex() + 1, in logStartInvocation()
847 boolean isShard = config.getConfigurationDescription().getShardIndex() != null; in logExpandedConfiguration()
1324 Integer shardIndex = config.getCommandOptions().getShardIndex(); in invoke()
1593 if (config.getCommandOptions().getShardIndex() != null) { in updateInvocationContext()
1595 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateInvocationContext()
DShardMainResultForwarder.java97 shardIndex = context.getConfigurationDescriptor().getShardIndex(); in invocationStarted()
DRemoteInvocationExecution.java151 && config.getCommandOptions().getShardIndex() == null in customizeDevicePreInvocation()
722 && config.getCommandOptions().getShardIndex() == null) { in createRemoteConfig()
DInvocationExecution.java1411 if (config.getCommandOptions().getShardIndex() != null) { in updateBuild()
1413 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateBuild()
/tools/tradefederation/core/javatests/com/android/tradefed/config/
DConfigurationTest.java539 public Integer getShardIndex() { in testValidateOptionsShardIndexException()
561 public Integer getShardIndex() { in testValidateOptionsShardIndexAboveShardCount()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTest.java298 sb.append(String.format("GTEST_SHARD_INDEX=%s ", getShardIndex())); in getGTestCmdLine()
DHostGTest.java127 runUtil.setEnvVariable("GTEST_SHARD_INDEX", Integer.toString(getShardIndex())); in executeHostGTestCommand()
DGTestBase.java316 public int getShardIndex() { in getShardIndex() method in GTestBase
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java146 .setShardIndex(mConfiguration.getCommandOptions().getShardIndex()); in run()