HomeSort by relevance Sort by last modified time
    Searched refs:do_exceptional_blocking_test (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_queue.py 41 # is supposed to raise an exception, call do_exceptional_blocking_test()
61 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, member in class:BlockingTestMixin
260 self.do_exceptional_blocking_test(q.put, ("full", True, 10), q.get, (),
298 self.do_exceptional_blocking_test(q.get, (), q.put, ('empty',),
  /external/python/cpython2/Lib/test/
test_queue.py 41 # is supposed to raise an exception, call do_exceptional_blocking_test()
64 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, member in class:BlockingTestMixin
263 self.do_exceptional_blocking_test(q.put, ("full", True, 10), q.get, (),
301 self.do_exceptional_blocking_test(q.get, (), q.put, ('empty',),
  /external/python/cpython3/Lib/test/
test_queue.py 44 # is supposed to raise an exception, call do_exceptional_blocking_test()
67 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, member in class:BlockingTestMixin
301 self.do_exceptional_blocking_test(q.put, ("full", True, 10), q.get, (),
339 self.do_exceptional_blocking_test(q.get, (), q.put, ('empty',),
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_queue.py 41 # is supposed to raise an exception, call do_exceptional_blocking_test()
64 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, member in class:BlockingTestMixin
263 self.do_exceptional_blocking_test(q.put, ("full", True, 10), q.get, (),
301 self.do_exceptional_blocking_test(q.get, (), q.put, ('empty',),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_queue.py 41 # is supposed to raise an exception, call do_exceptional_blocking_test()
64 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, member in class:BlockingTestMixin
263 self.do_exceptional_blocking_test(q.put, ("full", True, 10), q.get, (),
301 self.do_exceptional_blocking_test(q.get, (), q.put, ('empty',),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_queue.py 41 # is supposed to raise an exception, call do_exceptional_blocking_test()
64 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, member in class:BlockingTestMixin
263 self.do_exceptional_blocking_test(q.put, ("full", True, 10), q.get, (),
301 self.do_exceptional_blocking_test(q.get, (), q.put, ('empty',),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_queue.py 41 # is supposed to raise an exception, call do_exceptional_blocking_test()
64 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, member in class:BlockingTestMixin
263 self.do_exceptional_blocking_test(q.put, ("full", True, 10), q.get, (),
301 self.do_exceptional_blocking_test(q.get, (), q.put, ('empty',),

Completed in 812 milliseconds