Searched refs:testcount (Results 1 – 12 of 12) sorted by relevance
/external/sdv/vsomeip/third_party/boost/date_time/test/ |
D | testfrmwk.hpp | 24 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/ |
D | TdcPlugin.py | 8 def pre_suite(self, testcount, testidlist): argument 10 self.testcount = testcount
|
D | tdc.py | 117 def call_pre_suite(self, testcount, testidlist): argument 119 pgn_inst.pre_suite(testcount, testidlist)
|
/external/pcre/maint/ |
D | ManyConfigTests | 149 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/ |
D | GtestComputer.java | 45 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/ |
D | GtestComputer.java | 45 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/ |
D | rootPlugin.py | 13 def pre_suite(self, testcount, testidlist): argument 15 super().pre_suite(testcount, testidlist)
|
D | valgrindPlugin.py | 28 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):
|
D | buildebpfPlugin.py | 19 def pre_suite(self, testcount, testidlist): argument 20 super().pre_suite(testcount, testidlist)
|
D | nsPlugin.py | 15 def pre_suite(self, testcount, testidlist): argument 17 super().pre_suite(testcount, testidlist)
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 30 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/ |
D | basic_tests.c | 5859 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()
|