Home
last modified time | relevance | path

Searched refs:testCount (Results 1 – 7 of 7) 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/RenderScriptTests/PerfTest/src/com/android/perftest/
Drsbench.rs103 int testCount = rsAllocationGetDimX(rsGetAllocation(gTestScripts));
104 for(int i = 0; i < testCount; i ++) {
223 int testCount = rsAllocationGetDimX(rsGetAllocation(gTestScripts));
224 if (benchMode == testCount) {
225 rsSendToClientBlocking(RS_MSG_RESULTS_READY, gResultBuffer, testCount*sizeof(float));
/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/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java1286 int testCount = 10; in scrollToPositionWithOffsetTest() local
1287 while (testCount-- > 0) { in scrollToPositionWithOffsetTest()
1310 testCount = 10; in scrollToPositionWithOffsetTest()
1313 while (testCount-- > 0) { in scrollToPositionWithOffsetTest()
1456 int testCount = 10; in scrollToPositionTest() local
1457 while (testCount-- > 0) { in scrollToPositionTest()
DLinearLayoutManagerTest.java435 int testCount = 10; in scrollToPositionWithOffsetTest() local
436 while (testCount-- > 0) { in scrollToPositionWithOffsetTest()
462 testCount = 10; in scrollToPositionWithOffsetTest()
465 while (testCount-- > 0) { in scrollToPositionWithOffsetTest()
/frameworks/base/api/
Dcurrent.txt56914 method public int testCount();
Dsystem-current.txt59520 method public int testCount();