Searched refs:numTotalTestCases (Results 1 – 1 of 1) sorted by relevance
951 int numTotalTestCases = countTestCases(); in split() local972 if (numTotalTestCases == 0) { in split()976 test.mRuntimeHint = mRuntimeHint * subTests.size() / numTotalTestCases; in split()1046 int numTotalTestCases = countTestCases(); in getTestShard() local1049 if (newCount > numTotalTestCases) { in getTestShard()1058 test.mRuntimeHint = (mRuntimeHint * newCount) / numTotalTestCases; in getTestShard()