Searched refs:mShardCount (Results 1 – 3 of 3) sorted by relevance
47 private int mShardCount = -1; field in VersionedTfLauncher57 mShardCount = shardCount; in VersionedTfLauncher()93 if (0 <= mShardCount && 0 <= mShardIndex) { in preRun()95 mCmdArgs.add(Integer.toString(mShardCount)); in preRun()
159 private int mShardCount = 0; field in GTest265 mShardCount = shardCount; in setShardCount()273 return mShardCount; in getShardCount()651 if (mShardCount > 0) { in getGTestCmdLine()657 gTestCmdLine.append(String.format("GTEST_TOTAL_SHARDS=%s ", mShardCount)); in getGTestCmdLine()677 shard.mShardCount = shardCount; in getTestShard()
107 private Integer mShardCount; field in CommandOptions341 return mShardCount; in getShardCount()349 mShardCount = shardCount; in setShardCount()