Searched refs:numTests (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DSha1Test.java47 int numTests = mTestData.length;
48 for (int i = 0; i < numTests; i++) {
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DUnitTest.java34 private static int numTests = 0; field in class:UnitTest
44 testID = numTests++;
/frameworks/compile/libbcc/runtime/test/Unit/ppc/
H A Dfloatditf_test.c15 for (i=0; i<numTests; ++i) {
H A Dfloatunditf_test.c15 for (i=0; i<numTests; ++i) {
H A Dfloatunditf_test.h19014 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable
[all...]
H A Dfloatditf_test.h38018 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable
[all...]
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java733 public WatcherResultPrinter(int numTests) { argument
736 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, numTests);
H A DTestRunner.java658 int numTests = countJunitTests(clazz);
659 if (numTests > 0)

Completed in 928 milliseconds