Home
last modified time | relevance | path

Searched refs:testCount (Results 1 – 8 of 8) 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/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DMenu.java63 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()
DFsUtils.java58 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/
Drsbench.rs103 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/
DInstrumentationResultPrinter.java103 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, description.testCount()); in testRunStarted()
/frameworks/base/test-runner/src/android/test/
DTestRunner.java349 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/
DTestRequestBuilderTest.java145 mTestCount = description.testCount(); in testRunStarted()
/frameworks/base/api/
Dcurrent.txt45361 method public int testCount();