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/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerBaseConfigSetTest.java86 int testCount = 10;
87 while (testCount-- > 0) {
113 testCount = 10;
116 while (testCount-- > 0) {
H A DStaggeredGridLayoutManagerBaseConfigSetTest.java495 int testCount = 10;
496 while (testCount-- > 0) {
519 testCount = 10;
522 while (testCount-- > 0) {
630 int testCount = 10;
631 while (testCount-- > 0) {
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsStopwatchTimerTest.java31 public void testCount() throws Exception { method in class:BatteryStatsStopwatchTimerTest
/frameworks/base/legacy-test/src/junit/framework/
H A DTestSuite.java264 public int testCount() { method in class:TestSuite
/frameworks/base/tools/bit/
H A Dmain.cpp220 int32_t testCount = get_bundle_int(results, &found, "numtests", NULL); local
222 testCount = -1;
245 if (testCount > 0) {
246 line << " of " << testCount; local

Completed in 256 milliseconds