Home | History | Annotate | Download | only in testtype

Lines Matching defs:newCount

926             int newCount = test.countTestCases();
930 if (newCount > numTotalTestCases) {
935 if (newCount == 0) {
939 test.mRuntimeHint = (mRuntimeHint * newCount) / numTotalTestCases;