Searched refs:mShardIndex (Results 1 – 6 of 6) sorted by relevance
49 private int mShardIndex = -1; field in VersionedTfLauncher58 mShardIndex = shardIndex; in VersionedTfLauncher()93 if (0 <= mShardCount && 0 <= mShardIndex) { in preRun()97 mCmdArgs.add(Integer.toString(mShardIndex)); in preRun()
174 private int mShardIndex = 0; field in InstalledInstrumentationsTest232 mShardIndex = shardIndex; in setShardIndex()278 if ((numUnshardedTests - 1) % mTotalShards != mShardIndex) { in buildTests()296 t.addInstrumentationArg("shardIndex", Integer.toString(mShardIndex)); in buildTests()412 shard.mShardIndex = shardIndex; in getTestShard()
140 private int mShardIndex = 0; field in AndroidJUnitTest258 if (mTotalShards > 0 && !isShardable() && mShardIndex != 0) { in run()333 runner.addInstrumentationArg(SHARD_INDEX_INST_ARGS_KEY, Integer.toString(mShardIndex)); in setRunnerArgs()451 shard.mShardIndex = shardIndex; in getTestShard()
160 private int mShardIndex = 0; field in GTest249 mShardIndex = shardIndex; in setShardIndex()257 return mShardIndex; in getShardIndex()656 gTestCmdLine.append(String.format("GTEST_SHARD_INDEX=%s ", mShardIndex)); in getGTestCmdLine()676 shard.mShardIndex = shardIndex; in getTestShard()
112 private Integer mShardIndex; field in CommandOptions357 return mShardIndex; in getShardIndex()365 mShardIndex = shardIndex; in setShardIndex()
77 protected Integer mShardIndex = null; field in TestSuiteStub164 TestDescription tid = new TestDescription("TestStub", "failed" + mShardIndex); in run()