Home
last modified time | relevance | path

Searched refs:next_test (Results 1 – 7 of 7) sorted by relevance

/external/v8/tools/testrunner/testproc/
Dbase.py78 def next_test(self, test): member in TestProc
112 self._next_proc.next_test(test)
127 def next_test(self, test): member in TestProcObserver
160 def next_test(self, test): member in TestProcProducer
191 def next_test(self, test): member in TestProcFilter
Dloader.py22 def next_test(self, test): member in LoadProc
Dexecution.py65 def next_test(self, test): member in ExecutionProc
Dcombiner.py44 def next_test(self, test): member in CombinerProc
/external/python/cpython3/Lib/idlelib/idle_test/
Dhtest.py376 def next_test(): function
403 next_button = tk.Button(root, text="Next", command=next_test)
410 next_test()
/external/python/cpython3/Lib/test/libregrtest/
Dmain.py198 next_test = fp.read().strip()
199 self.tests = [next_test]
/external/python/cpython2/Lib/test/
Dregrtest.py571 next_test = fp.read().strip()
572 tests = [next_test]