/tools/tradefederation/core/src/com/android/tradefed/config/filter/ |
D | GetPreviousPassedHelper.java | 73 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/ |
D | ReportPassedTests.java | 68 if (configuration.getCommandOptions().getShardIndex() != null) { in setConfiguration() 69 mShardIndex = configuration.getCommandOptions().getShardIndex(); in setConfiguration()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | ParentShardReplicate.java | 51 Integer shardIndex = config.getCommandOptions().getShardIndex(); in replicatedSetup()
|
D | DynamicShardHelper.java | 59 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig()
|
D | StrictShardHelper.java | 64 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig()
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | ICommandOptions.java | 146 public Integer getShardIndex(); in getShardIndex() method
|
D | CommandOptions.java | 529 public Integer getShardIndex() { in getShardIndex() method in CommandOptions
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommand.java | 201 public Integer getShardIndex() { in getShardIndex() method in ClusterCommand
|
D | ClusterCommandLauncher.java | 376 final Integer shardIndex = mConfiguration.getCommandOptions().getShardIndex(); in buildJavaCommandArgs()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | SuiteTestFilter.java | 148 public Integer getShardIndex() { in getShardIndex() method in SuiteTestFilter
|
D | SuiteModuleLoader.java | 543 filter.getShardIndex(), filter.getAbi(), name, filter.getTest())); in expandFoldableFilters()
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/config/ |
D | ConfigurationDescriptor.java | 216 public Integer getShardIndex() { in getShardIndex() method in ConfigurationDescriptor
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | Configuration.java | 1337 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/ |
D | TestInvocation.java | 231 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()
|
D | ShardMainResultForwarder.java | 97 shardIndex = context.getConfigurationDescriptor().getShardIndex(); in invocationStarted()
|
D | RemoteInvocationExecution.java | 151 && config.getCommandOptions().getShardIndex() == null in customizeDevicePreInvocation() 722 && config.getCommandOptions().getShardIndex() == null) { in createRemoteConfig()
|
D | InvocationExecution.java | 1411 if (config.getCommandOptions().getShardIndex() != null) { in updateBuild() 1413 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateBuild()
|
/tools/tradefederation/core/javatests/com/android/tradefed/config/ |
D | ConfigurationTest.java | 539 public Integer getShardIndex() { in testValidateOptionsShardIndexException() 561 public Integer getShardIndex() { in testValidateOptionsShardIndexAboveShardCount()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GTest.java | 298 sb.append(String.format("GTEST_SHARD_INDEX=%s ", getShardIndex())); in getGTestCmdLine()
|
D | HostGTest.java | 127 runUtil.setEnvVariable("GTEST_SHARD_INDEX", Integer.toString(getShardIndex())); in executeHostGTestCommand()
|
D | GTestBase.java | 316 public int getShardIndex() { in getShardIndex() method in GTestBase
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/ |
D | RetryRescheduler.java | 146 .setShardIndex(mConfiguration.getCommandOptions().getShardIndex()); in run()
|