Searched refs:getShardIndex (Results 1 – 13 of 13) sorted by relevance
566 if (config.getCommandOptions().getShardIndex() != null) { in updateInvocationContext()568 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateInvocationContext()613 if (config.getCommandOptions().getShardIndex() != null) { in updateBuild()615 "shard_index", config.getCommandOptions().getShardIndex().toString()); in updateBuild()
171 if (config.getCommandOptions().getShardIndex() != null) { in logStartInvocation()175 config.getCommandOptions().getShardIndex() + 1, in logStartInvocation()701 Integer shardIndex = config.getCommandOptions().getShardIndex(); in invoke()
132 && config.getCommandOptions().getShardIndex() == null) { in runTests()
1287 if (options.getShardIndex() != null in validateOptions()1288 && (options.getShardCount() == null || options.getShardIndex() < 0 in validateOptions()1289 || options.getShardIndex() >= options.getShardCount())) { in validateOptions()1293 if (options.getShardCount() != null && options.getShardIndex() == null) { in validateOptions()
148 public Integer getShardIndex(); in getShardIndex() method
407 public Integer getShardIndex() { in getShardIndex() method in CommandOptions
597 public Integer getShardIndex() { in testValidateOptionsShardIndexException()617 public Integer getShardIndex() { in testValidateOptionsShardIndexAboveShardCount()
99 runUtil.setEnvVariable("GTEST_SHARD_INDEX", Integer.toString(getShardIndex())); in executeHostGTestCommand()
222 sb.append(String.format("GTEST_SHARD_INDEX=%s ", getShardIndex())); in getGTestCmdLine()
223 public int getShardIndex() { in getShardIndex() method in GTestBase
47 Integer shardIndex = config.getCommandOptions().getShardIndex(); in shardConfig()
133 .setShardIndex(mConfiguration.getCommandOptions().getShardIndex()); in run()
170 && config.getCommandOptions().getShardIndex() == null) { in prepareEnvironment()