Home
last modified time | relevance | path

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

/frameworks/base/tests/backup/
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()
/frameworks/av/media/libaudioclient/tests/
Dtest_create_audiorecord.cpp40 uint32_t testCount = 0; in testRecord() local
83 fprintf(stderr, "Malformed line for test #%u in input file\n", testCount + 1); in testRecord()
87 testCount++; in testRecord()
104 sprintf(statusStr, "\n#### Test %u status %d\n", testCount, status); in testRecord()
Dtest_create_audiotrack.cpp37 uint32_t testCount = 0; in testTrack() local
81 fprintf(stderr, "Malformed line for test #%u in input file\n", testCount + 1); in testTrack()
85 testCount++; in testTrack()
118 sprintf(statusStr, "\n#### Test %u status %d\n", testCount, status); in testTrack()
/frameworks/base/test-junit/src/junit/runner/
DTestRunListener.java14 public void testRunStarted(String testSuiteName, int testCount); in testRunStarted() argument
/frameworks/base/tools/bit/
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()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsStopwatchTimerTest.java33 public void testCount() throws Exception { in testCount() method in BatteryStatsStopwatchTimerTest
/frameworks/base/test-junit/src/junit/framework/
DTestSuite.java264 public int testCount() {
/frameworks/base/test-base/api/
Dcurrent.txt229 method public int testCount();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54149 method public int testCount();