HomeSort by relevance Sort by last modified time
    Searched refs:__exit__ (Results 1 - 25 of 500) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
With.py 13 def __exit__(self, exc, val, tb): member in class:WithFinally.ContextManager
59 def __exit__(self): member in class:TryFinally.ContextManager
71 finally: cm.__exit__()
75 finally: cm.__exit__()
79 finally: cm.__exit__()
83 finally: cm.__exit__()
87 finally: cm.__exit__()
91 finally: cm.__exit__()
95 finally: cm.__exit__()
99 finally: cm.__exit__()
166 def __exit__(self, exc, val, tb): member in class:WithRaiseExcept.BlockExceptions
    [all...]
  /external/python/cpython2/Tools/pybench/
With.py 13 def __exit__(self, exc, val, tb): member in class:WithFinally.ContextManager
59 def __exit__(self): member in class:TryFinally.ContextManager
71 finally: cm.__exit__()
75 finally: cm.__exit__()
79 finally: cm.__exit__()
83 finally: cm.__exit__()
87 finally: cm.__exit__()
91 finally: cm.__exit__()
95 finally: cm.__exit__()
99 finally: cm.__exit__()
166 def __exit__(self, exc, val, tb): member in class:WithRaiseExcept.BlockExceptions
    [all...]
  /external/python/cpython3/Tools/pybench/
With.py 12 def __exit__(self, exc, val, tb): member in class:WithFinally.ContextManager
58 def __exit__(self): member in class:TryFinally.ContextManager
70 finally: cm.__exit__()
74 finally: cm.__exit__()
78 finally: cm.__exit__()
82 finally: cm.__exit__()
86 finally: cm.__exit__()
90 finally: cm.__exit__()
94 finally: cm.__exit__()
98 finally: cm.__exit__()
165 def __exit__(self, exc, val, tb): member in class:WithRaiseExcept.BlockExceptions
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
contextlib_ext.py 17 def __exit__(self, exc_type, exc_val, exc_tb): member in class:_OptionalContextManager
19 return self._manager.__exit__(exc_type, exc_val, exc_tb)
contextlib_ext_unittest.py 21 def __exit__(self, exc_type, exc_val, exc_tb): member in class:OptionalUnittest.SampleContextMgr
  /external/autotest/server/cros/network/
wifi_interface_claim_context.py 21 def __exit__(self, exception, value, traceback): member in class:WiFiInterfaceClaimContext
  /test/vts/utils/python/io/
capture_printout.py 37 def __exit__(self, *args): member in class:CaptureStdout
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
contextlib.py 21 def __exit__(self, type, value, traceback): member in class:GeneratorContextManager
44 # passed to throw(), because __exit__() must not raise
45 # an exception unless __exit__() itself failed. But throw()
48 # and the __exit__() protocol.
110 exit = mgr.__exit__
153 def __exit__(self, *exc_info): member in class:closing
  /external/python/cpython2/Lib/
contextlib.py 21 def __exit__(self, type, value, traceback): member in class:GeneratorContextManager
44 # passed to throw(), because __exit__() must not raise
45 # an exception unless __exit__() itself failed. But throw()
48 # and the __exit__() protocol.
110 exit = mgr.__exit__
153 def __exit__(self, *exc_info): member in class:closing
  /prebuilts/gdb/darwin-x86/lib/python2.7/
contextlib.py 21 def __exit__(self, type, value, traceback): member in class:GeneratorContextManager
44 # passed to throw(), because __exit__() must not raise
45 # an exception unless __exit__() itself failed. But throw()
48 # and the __exit__() protocol.
110 exit = mgr.__exit__
153 def __exit__(self, *exc_info): member in class:closing
  /prebuilts/gdb/linux-x86/lib/python2.7/
contextlib.py 21 def __exit__(self, type, value, traceback): member in class:GeneratorContextManager
44 # passed to throw(), because __exit__() must not raise
45 # an exception unless __exit__() itself failed. But throw()
48 # and the __exit__() protocol.
110 exit = mgr.__exit__
153 def __exit__(self, *exc_info): member in class:closing
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 21 def __exit__(self, type, value, traceback): member in class:GeneratorContextManager
44 # passed to throw(), because __exit__() must not raise
45 # an exception unless __exit__() itself failed. But throw()
48 # and the __exit__() protocol.
110 exit = mgr.__exit__
153 def __exit__(self, *exc_info): member in class:closing
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 21 def __exit__(self, type, value, traceback): member in class:GeneratorContextManager
44 # passed to throw(), because __exit__() must not raise
45 # an exception unless __exit__() itself failed. But throw()
48 # and the __exit__() protocol.
110 exit = mgr.__exit__
153 def __exit__(self, *exc_info): member in class:closing
  /external/python/cpython2/Misc/Vim/
syntax_test.py 23 def __exit__(self, *args): member in class:Bar
  /external/python/cpython3/Lib/
contextlib.py 21 def __exit__(self, exc_type, exc_value, traceback): member in class:AbstractContextManager
29 any("__exit__" in B.__dict__ for B in C.__mro__)):
86 def __exit__(self, type, value, traceback): member in class:_GeneratorContextManager
119 # passed to throw(), because __exit__() must not raise
120 # an exception unless __exit__() itself failed. But throw()
123 # and the __exit__() protocol.
184 def __exit__(self, *exc_info): member in class:closing
202 def __exit__(self, exctype, excinst, exctb): member in class:_RedirectStream
245 def __exit__(self, exctype, excinst, exctb): member in class:suppress
282 """Helper to correctly register callbacks to __exit__ methods""
338 def __exit__(self, *exc_details): member in class:ExitStack
    [all...]
  /external/autotest/client/cros/networking/
apmanager_xmlrpc_server.py 36 def __exit__(self, exception, value, traceback): member in class:ApmanagerXmlRpcDelegate
37 super(ApmanagerXmlRpcDelegate, self).__exit__(exception, value, traceback)
  /external/skia/tools/skpbench/
_hardware_android.py 60 def __exit__(self, exception_type, exception_value, traceback): member in class:HardwareAndroid
61 Hardware.__exit__(self, exception_type, exception_value, traceback)
  /external/skqp/tools/skpbench/
_hardware_android.py 60 def __exit__(self, exception_type, exception_value, traceback): member in class:HardwareAndroid
61 Hardware.__exit__(self, exception_type, exception_value, traceback)
  /development/gsi/gsi_util/gsi_util/dumpers/
prop_dumper.py 35 def __exit__(self, exc_type, exc_val, exc_tb): member in class:PropDumper
xml_dumper.py 34 def __exit__(self, exc_type, exc_val, exc_tb): member in class:XmlDumper
  /development/vndk/tools/sourcedr/sourcedr/
utils.py 25 def __exit__(self, exc_type, exc_val, exc_tb): member in class:LockedFile
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pdb.py 22 def __exit__(self, *exc): member in class:PdbTestInput
  /external/autotest/client/common_lib/
metrics_mock_class.py 70 def __exit__(self, *args, **kwargs): member in class:mock_class_base
  /external/autotest/client/cros/
shill_temporary_profile.py 26 def __exit__(self, exception, value, traceback): member in class:ShillTemporaryProfile
  /external/autotest/client/cros/video/
import_screenshot_capturer.py 63 def __exit__(self, exc_type, exc_val, exc_tb): member in class:ImportScreenShotCapturer

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 91011>>