Home
last modified time | relevance | path

Searched refs:testcount (Results 1 – 12 of 12) sorted by relevance

/external/sdv/vsomeip/third_party/boost/date_time/test/
Dtestfrmwk.hpp24 unsigned int testcount() const {return testcount_;} in testcount() function in TestStats
29 if (passcount() != testcount()) { in print()
30 out << (testcount() - passcount()) << " FAILURES"; in print()
110 return stat.testcount() - stat.passcount(); in printTestStats()
/external/linux-kselftest/tools/testing/selftests/tc-testing/
DTdcPlugin.py8 def pre_suite(self, testcount, testidlist): argument
10 self.testcount = testcount
Dtdc.py117 def call_pre_suite(self, testcount, testidlist): argument
119 pgn_inst.pre_suite(testcount, testidlist)
/external/pcre/maint/
DManyConfigTests149 testcount=`expr $testcount + 1`
152 echo "[$testcount/$testtotal] Configuring with: default settings"
154 echo "[$testcount/$testtotal] Configuring with:"
269 testcount=0
/external/cronet/tot/testing/android/junit/java/src/org/chromium/testing/local/
DGtestComputer.java45 int testcount = mRunner.getDescription().testCount(); in run() local
46 mLogger.testCaseStarted(desc, testcount); in run()
48 mLogger.testCaseFinished(desc, testcount, System.currentTimeMillis() - startTimeMillis); in run()
/external/cronet/stable/testing/android/junit/java/src/org/chromium/testing/local/
DGtestComputer.java45 int testcount = mRunner.getDescription().testCount(); in run() local
46 mLogger.testCaseStarted(desc, testcount); in run()
48 mLogger.testCaseFinished(desc, testcount, System.currentTimeMillis() - startTimeMillis); in run()
/external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/
DrootPlugin.py13 def pre_suite(self, testcount, testidlist): argument
15 super().pre_suite(testcount, testidlist)
DvalgrindPlugin.py28 def pre_suite(self, testcount, testidlist): argument
30 super().pre_suite(testcount, testidlist)
34 self._add_to_tap('1..{}\n'.format(self.testcount))
42 for xx in range(index - 1, self.testcount):
DbuildebpfPlugin.py19 def pre_suite(self, testcount, testidlist): argument
20 super().pre_suite(testcount, testidlist)
DnsPlugin.py15 def pre_suite(self, testcount, testidlist): argument
17 super().pre_suite(testcount, testidlist)
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt30 def pre_suite(self, testcount, testidlist) # see "PRE_SUITE" below
43 This method takes a testcount (number of tests to be run) and
/external/expat/expat/tests/
Dbasic_tests.c5859 const int testcount = sizeof(testcases) / sizeof(testcases[0]); in START_TEST() local
5860 for (int test_i = 0; test_i < testcount; test_i++) { in START_TEST()