Searched refs:testcount (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DrootPlugin.py13 def pre_suite(self, testcount, testlist):
15 super().pre_suite(testcount, testlist)
H A DvalgrindPlugin.py28 def pre_suite(self, testcount, testist):
31 super().pre_suite(testcount, testlist)
35 self._add_to_tap('1..{}\n'.format(self.testcount))
43 for xx in range(index - 1, self.testcount):
H A DnsPlugin.py25 def pre_suite(self, testcount, testlist):
26 super().pre_suite(testcount, testlist)
/linux-master/tools/testing/selftests/tc-testing/
H A DTdcPlugin.py8 def pre_suite(self, testcount, testlist):
10 self.testcount = testcount
H A Dtdc.py129 def call_pre_suite(self, testcount, testidlist):
131 pgn_inst.pre_suite(testcount, testidlist)
/linux-master/block/partitions/
H A Dibm.c115 int i, testcount; local
133 testcount = 1;
138 testcount = 3;
140 for (i = 0; i < testcount; ++i) {
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py2921 def createZoomBox(self, mode='command', testcount=1):
2928 if testcount > 1:
4959 def addCSS(hf, sv, testcount=1, kerror=False, extra=''):
4979 if testcount > 1:

Completed in 197 milliseconds