Searched refs:runningTestCount (Results 1 – 1 of 1) sorted by relevance
370 int runningTestCount = 0; in splitByShardCount() local376 while (runningTestCount < testCount) { in splitByShardCount()377 if (runningTestCount < mBinaryPaths.size()) { in splitByShardCount()378 binaryPathsInShard.add(mBinaryPaths.get(runningTestCount)); in splitByShardCount()381 testCommands.get(runningTestCount - mBinaryPaths.size()); in splitByShardCount()394 ++runningTestCount; in splitByShardCount()