Searched refs:testCount (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tests/backup/ |
D | backup_helper_test.cpp | 71 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/ |
D | test_create_audiorecord.cpp | 40 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()
|
D | test_create_audiotrack.cpp | 37 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/ |
D | TestRunListener.java | 14 public void testRunStarted(String testSuiteName, int testCount); in testRunStarted() argument
|
/frameworks/base/tools/bit/ |
D | main.cpp | 249 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/ |
D | BatteryStatsStopwatchTimerTest.java | 33 public void testCount() throws Exception { in testCount() method in BatteryStatsStopwatchTimerTest
|
/frameworks/base/test-junit/src/junit/framework/ |
D | TestSuite.java | 264 public int testCount() {
|
/frameworks/base/test-base/api/ |
D | current.txt | 229 method public int testCount();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 54149 method public int testCount();
|