Searched defs:numTests (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/ppc/
H A Dfloatditf_test.h38018 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable
[all...]
H A Dfloatunditf_test.h19014 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable
[all...]
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DUnitTest.java34 private static int numTests = 0; field in class:UnitTest
44 testID = numTests++;
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DUnitTest.java34 private static int numTests = 0; field in class:UnitTest
44 testID = numTests++;
/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/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java242 public WatcherResultPrinter(int numTests) { argument
245 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, numTests);
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java751 public WatcherResultPrinter(int numTests) { argument
754 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, numTests);

Completed in 9297 milliseconds