Searched refs:testCount (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp71 int testCount = 0; local
75 testCount++;
87 t->name, i, testCount);
104 printf("All %d test(s) passed\n", testCount);
106 printf("Tests failed: (%d of %d)\n", failed, testCount);
/frameworks/base/test-runner/src/junit/runner/
H A DTestRunListener.java14 public void testRunStarted(String testSuiteName, int testCount); argument
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DMenu.java63 int testCount = generateTestList(path);
68 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, testCount);
76 int testCount = 0;
80 testCount = FsUtils.writeLayoutTestListRecursively(
87 return testCount;
H A DFsUtils.java58 int testCount = 0;
76 testCount += writeLayoutTestListRecursively(bos, s, ignoreResultsInDir);
98 testCount++;
101 return testCount;
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DProfiledWebView.java85 final int testCount = mTestCount;
96 if (testCount == mTestCount && !mIsTesting) {
98 Log.d("ProfiledWebView", "num " + testCount
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java349 final int testCount = suite.testCount();
351 for (int j = 0; j < testCount; j++) {
/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java604 public void testRunStarted(String runName, int testCount) { argument

Completed in 256 milliseconds