Searched refs:testCount (Results 1 - 5 of 5) 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/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/test-runner/src/android/test/
H A DTestRunner.java349 final int testCount = suite.testCount();
351 for (int j = 0; j < testCount; j++) {
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DAndroidJUnitRunner.java341 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, description.testCount());

Completed in 1863 milliseconds