Searched refs:testCount (Results 1 – 8 of 8) 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/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | Menu.java | 63 int testCount = generateTestList(path); in processDirectory() local 68 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, testCount); in processDirectory() 76 int testCount = 0; in generateTestList() local 80 testCount = FsUtils.writeLayoutTestListRecursively( in generateTestList() 87 return testCount; in generateTestList()
|
D | FsUtils.java | 58 int testCount = 0; in writeLayoutTestListRecursively() local 76 testCount += writeLayoutTestListRecursively(bos, s, ignoreResultsInDir); in writeLayoutTestListRecursively() 98 testCount++; in writeLayoutTestListRecursively() 101 return testCount; in writeLayoutTestListRecursively()
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | rsbench.rs | 103 int testCount = rsAllocationGetDimX(rsGetAllocation(gTestScripts)); 104 for(int i = 0; i < testCount; i ++) { 225 int testCount = rsAllocationGetDimX(rsGetAllocation(gTestScripts)); 226 if (benchMode == testCount) { 227 rsSendToClientBlocking(RS_MSG_RESULTS_READY, gResultBuffer, testCount*sizeof(float));
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/ |
D | InstrumentationResultPrinter.java | 103 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, description.testCount()); in testRunStarted()
|
/frameworks/base/test-runner/src/android/test/ |
D | TestRunner.java | 349 final int testCount = suite.testCount(); in run() local 351 for (int j = 0; j < testCount; j++) { in run()
|
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/ |
D | TestRequestBuilderTest.java | 145 mTestCount = description.testCount(); in testRunStarted()
|
/frameworks/base/api/ |
D | current.txt | 45361 method public int testCount();
|