Searched refs:getShardIndex (Results 1 – 16 of 16) sorted by relevance
176 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()
130 && config.getCommandOptions().getShardIndex() == null) { in customizeDevicePreInvocation()617 && config.getCommandOptions().getShardIndex() == null) { in createRemoteConfig()
715 if (config.getCommandOptions().getShardIndex() != null) { in updateBuild()717 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateBuild()
1243 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()
526 public Integer getShardIndex() { in testValidateOptionsShardIndexException()546 public Integer getShardIndex() { in testValidateOptionsShardIndexAboveShardCount()
136 public Integer getShardIndex(); in getShardIndex() method
389 public Integer getShardIndex() { in getShardIndex() method in CommandOptions
47 Integer shardIndex = config.getCommandOptions().getShardIndex(); in replicatedSetup()
51 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig()
201 public Integer getShardIndex() { in getShardIndex() method in ClusterCommand
306 final Integer shardIndex = mConfiguration.getCommandOptions().getShardIndex(); in buildJavaCommandArgs()
100 runUtil.setEnvVariable("GTEST_SHARD_INDEX", Integer.toString(getShardIndex())); in executeHostGTestCommand()
287 sb.append(String.format("GTEST_SHARD_INDEX=%s ", getShardIndex())); in getGTestCmdLine()
258 public int getShardIndex() { in getShardIndex() method in GTestBase
153 .setShardIndex(mConfiguration.getCommandOptions().getShardIndex()); in run()
211 && config.getCommandOptions().getShardIndex() == null) { in prepareEnvironment()