Home
last modified time | relevance | path

Searched defs:testcount (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/
H A DrootPlugin.py13 def pre_suite(self, testcount, testidlist): argument
H A DbuildebpfPlugin.py19 def pre_suite(self, testcount, testidlist): argument
H A DvalgrindPlugin.py28 def pre_suite(self, testcount, testidlist): argument
H A DnsPlugin.py15 def pre_suite(self, testcount, testidlist): argument
/aosp_15_r20/external/cronet/testing/android/junit/java/src/org/chromium/testing/local/
H A DGtestComputer.java45 int testcount = mRunner.getDescription().testCount(); in run() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/test/
Dtestfrmwk.hpp24 unsigned int testcount() const {return testcount_;} in testcount() function in TestStats
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/
H A DTdcPlugin.py8 def pre_suite(self, testcount, testidlist): argument
H A Dtdc.py117 def call_pre_suite(self, testcount, testidlist): argument
/aosp_15_r20/external/expat/expat/tests/
H A Dbasic_tests.c5850 const int testcount = sizeof(testcases) / sizeof(testcases[0]); in START_TEST() local