Searched refs:testcount (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/tc-testing/plugin-lib/ |
| D | rootPlugin.py | 13 def pre_suite(self, testcount, testlist): argument 15 super().pre_suite(testcount, testlist)
|
| D | valgrindPlugin.py | 28 def pre_suite(self, testcount, testist): argument 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):
|
| D | nsPlugin.py | 25 def pre_suite(self, testcount, testlist): argument 26 super().pre_suite(testcount, testlist)
|
| /tools/testing/selftests/tc-testing/ |
| D | TdcPlugin.py | 8 def pre_suite(self, testcount, testlist): argument 10 self.testcount = testcount
|
| D | tdc.py | 129 def call_pre_suite(self, testcount, testidlist): argument 131 pgn_inst.pre_suite(testcount, testidlist)
|
| /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
|
| /tools/power/pm-graph/ |
| D | sleepgraph.py | 2921 def createZoomBox(self, mode='command', testcount=1): argument 2928 if testcount > 1: 4960 def addCSS(hf, sv, testcount=1, kerror=False, extra=''): argument 4980 if testcount > 1:
|