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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_contextlib.py 19 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_plain
23 with woohoo() as x:
32 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_finally
39 with woohoo() as x:
71 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_except
78 with woohoo() as x:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_contextlib.py 19 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_plain
23 with woohoo() as x:
32 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_finally
39 with woohoo() as x:
71 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_except
78 with woohoo() as x:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_contextlib.py 19 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_plain
23 with woohoo() as x:
32 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_finally
39 with woohoo() as x:
71 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_except
78 with woohoo() as x:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 19 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_plain
23 with woohoo() as x:
32 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_finally
39 with woohoo() as x:
71 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_except
78 with woohoo() as x:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 19 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_plain
23 with woohoo() as x:
32 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_finally
39 with woohoo() as x:
71 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_except
78 with woohoo() as x:
  /external/python/cpython2/Lib/test/
test_contextlib.py 19 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_plain
23 with woohoo() as x:
32 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_finally
39 with woohoo() as x:
71 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_except
78 with woohoo() as x:
112 def woohoo(self, func, args, kwds): function in function:ContextManagerTestCase.test_keywords
114 with woohoo(self=11, func=22, args=33, kwds=44) as target:
  /external/python/cpython3/Lib/test/
test_contextlib.py 53 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_plain
57 with woohoo() as x:
66 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_finally
73 with woohoo() as x:
105 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_except
112 with woohoo() as x:
122 def woohoo(): function in function:ContextManagerTestCase.test_contextmanager_except_stopiter
127 with woohoo():
139 def woohoo():
144 woohoo = locals['woohoo'
186 def woohoo(self, func, args, kwds): function in function:.test_keywords
450 def woohoo(y): function in function:TestContextDecorator.test_contextmanager_as_decorator
    [all...]

Completed in 133 milliseconds