Home
last modified time | relevance | path

Searched refs:testCount (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp71 int testCount = 0; in main() local
75 testCount++; in main()
87 t->name, i, testCount); in main()
104 printf("All %d test(s) passed\n", testCount); in main()
106 printf("Tests failed: (%d of %d)\n", failed, testCount); in main()
/aosp14/frameworks/base/test-runner/src/junit/runner/
H A DTestRunListener.java14 public void testRunStarted(String testSuiteName, int testCount); in testRunStarted() argument
/aosp14/frameworks/base/tools/bit/
H A Dmain.cpp249 int32_t testCount = get_bundle_int(results, &found, "numtests", NULL); in OnTestStatus() local
251 testCount = -1; in OnTestStatus()
274 if (testCount > 0) { in OnTestStatus()
275 line << " of " << testCount; in OnTestStatus()
/aosp14/frameworks/base/test-base/src/junit/framework/
H A DTestSuite.java264 public int testCount() {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsStopwatchTimerTest.java33 public void testCount() throws Exception { in testCount() method in BatteryStatsStopwatchTimerTest
/aosp14/frameworks/base/test-base/api/
H A Dcurrent.txt229 method public int testCount();