Searched refs:numTests (Results 1 – 8 of 8) sorted by relevance
47 int numTests = mTestData.length; in testSha1() local48 for (int i = 0; i < numTests; i++) { in testSha1()
33 private static int numTests = 0; field in UnitTest43 testID = numTests++; in UnitTest()
15 for (i=0; i<numTests; ++i) { in main()
19014 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable
38018 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable
658 int numTests = countJunitTests(clazz); in isTestSuite() local659 if (numTests > 0) in isTestSuite()
733 public WatcherResultPrinter(int numTests) { in WatcherResultPrinter() argument736 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, numTests); in WatcherResultPrinter()