Searched refs:_test_sys_exit (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_multiprocessing.py330 def _test_sys_exit(cls, reason, testfn): member in class:_TestProcess
343 p = self.Process(target=self._test_sys_exit, args=(reason, testfn))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_multiprocessing.py330 def _test_sys_exit(cls, reason, testfn): member in class:_TestProcess
343 p = self.Process(target=self._test_sys_exit, args=(reason, testfn))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py330 def _test_sys_exit(cls, reason, testfn): member in class:_TestProcess
343 p = self.Process(target=self._test_sys_exit, args=(reason, testfn))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py330 def _test_sys_exit(cls, reason, testfn): member in class:_TestProcess
343 p = self.Process(target=self._test_sys_exit, args=(reason, testfn))

Completed in 33 milliseconds