| /external/python/cpython2/Lib/test/ |
| D | test_with.py | 25 def __exit__(self, type, value, traceback): member in MockContextManager 74 def __exit__(self, *exc_info): member in Nested 101 def __exit__(self, *exc_info): member in MockNested 115 def __exit__(self, type, value, traceback): member in FailureTestCase.testEnterAttributeError.LacksEnter 164 def __exit__(self, *args): member in FailureTestCase.testEnterThrows.EnterThrows 179 def __exit__(self, *args): member in FailureTestCase.testExitThrows.ExitThrows 463 def __exit__(self, type, value, traceback): member in ExceptionalTestCase.testRaisedStopIteration2.cm 502 def __exit__(self, type, value, traceback): member in ExceptionalTestCase.testRaisedGeneratorExit2.cm 523 def __exit__(self, a, b, c): member in ExceptionalTestCase.testErrorsInBool.cm 621 def __exit__(self, t, v, tb): pass member in AssignmentTargetTestCase.testMultipleComplexTargets.C [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | test_with.py | 24 def __exit__(self, type, value, traceback): member in MockContextManager 73 def __exit__(self, *exc_info): member in Nested 100 def __exit__(self, *exc_info): member in MockNested 114 def __exit__(self, type, value, traceback): member in FailureTestCase.testEnterAttributeError1.LacksEnter 167 def __exit__(self, *args): member in FailureTestCase.testEnterThrows.EnterThrows 182 def __exit__(self, *args): member in FailureTestCase.testExitThrows.ExitThrows 469 def __exit__(self, type, value, traceback): member in ExceptionalTestCase.testRaisedStopIteration2.cm 510 def __exit__(self, type, value, traceback): member in ExceptionalTestCase.testRaisedGeneratorExit2.cm 531 def __exit__(self, a, b, c): member in ExceptionalTestCase.testErrorsInBool.cm 629 def __exit__(self, t, v, tb): pass member in AssignmentTargetTestCase.testMultipleComplexTargets.C [all …]
|
| D | test_contextlib.py | 18 def __exit__(self, *args): member in TestAbstractContextManager.test_enter.DefaultEnter 35 def __exit__(self, exc_type, exc_value, traceback): member in TestAbstractContextManager.test_structural_subclassing.ManagerFromScratch 41 def __exit__(self, *args): member in TestAbstractContextManager.test_structural_subclassing.DefaultEnter 52 __exit__ = None variable in TestAbstractContextManager.test_structural_subclassing.NoExit 396 def __exit__(self, *exc): member in mycontext 496 def __exit__(self, *exc): member in TestContextDecorator.test_typo_enter.mycontext 525 def __exit__(self, *exc): member in TestContextDecorator.test_contextdecorator_as_mixin.somecontext 631 def __exit__(self, *exc_details): member in TestBaseExitStack.test_push.ExitCM 654 def __exit__(self, *exc_details): member in TestBaseExitStack.test_enter_context.TestCM 712 def __exit__(self, *exc_details): member in TestBaseExitStack.test_exit_exception_chaining_reference.RaiseExc [all …]
|
| /external/skia/infra/bots/ |
| D | utils.py | 35 def __exit__(self, t, v, tb): member in print_timings 53 def __exit__(self, t, v, tb): member in tmp_dir 73 def __exit__(self, t, v, tb): member in chdir 110 def __exit__(self, exc_type, _value, _traceback): member in git_branch
|
| D | git_utils.py | 35 def __exit__(self, exc_type, _value, _traceback): member in GitLocalConfig 91 def __exit__(self, exc_type, _value, _traceback): member in GitBranch
|
| /external/autotest/client/cros/networking/ |
| D | shill_context.py | 79 def __exit__(self, exc_type, exc_value, traceback): member in AllowedTechnologiesContext 166 def __exit__(self, exc_type, exc_value, traceback): member in ServiceAutoConnectContext 236 def __exit__(self, exception, value, traceback): member in StaticIPContext
|
| /external/python/cpython2/Tools/pybench/ |
| D | With.py | 13 def __exit__(self, exc, val, tb): member in WithFinally.ContextManager 59 def __exit__(self): member in TryFinally.ContextManager 166 def __exit__(self, exc, val, tb): member in WithRaiseExcept.BlockExceptions
|
| /external/python/cpython2/Lib/ |
| D | contextlib.py | 21 def __exit__(self, type, value, traceback): member in GeneratorContextManager 153 def __exit__(self, *exc_info): member in closing
|
| D | runpy.py | 40 def __exit__(self, *args): member in _TempModule 58 def __exit__(self, *args): member in _ModifiedArgv0
|
| /external/tensorflow/tensorflow/python/autograph/core/ |
| D | ag_ctx.py | 76 def __exit__(self, unused_type, unused_value, unused_traceback): member in ControlStatusCtx 87 def __exit__(self, unused_type, unused_value, unused_traceback): member in NullCtx
|
| /external/python/cpython3/Lib/ |
| D | contextlib.py | 26 def __exit__(self, exc_type, exc_value, traceback): member in AbstractContextManager 139 def __exit__(self, typ, value, traceback): member in _GeneratorContextManager 339 def __exit__(self, *exc_info): member in closing 383 def __exit__(self, exctype, excinst, exctb): member in _RedirectStream 426 def __exit__(self, exctype, excinst, exctb): member in suppress 533 def __exit__(self, *exc_details): member in ExitStack 738 def __exit__(self, *excinfo): member in nullcontext
|
| D | runpy.py | 40 def __exit__(self, *args): member in _TempModule 58 def __exit__(self, *args): member in _ModifiedArgv0
|
| /external/openthread/tools/harness-automation/autothreadharness/ |
| D | rf_shield_controller.py | 55 def __exit__(self, *args, **kwargs): member in RfShieldController 88 def __exit__(self, *args, **kwargs): member in RfSwitchController
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| D | device_temp_file.py | 78 def __exit__(self, type, value, traceback): member in DeviceTempFile 120 def __exit__(self, exc_type, exc_val, exc_tb): member in NamedDeviceTemporaryDirectory
|
| /external/python/cpython3/Lib/test/support/ |
| D | import_helper.py | 172 def __exit__(self, *ignore_exc): member in CleanImport 196 def __exit__(self, *ignore_exc): member in DirsOnSysPath
|
| /external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/ |
| D | helpers.py | 52 def __exit__(self, exc_type, exc_value, traceback): member in ScopedIncrementCounter 146 def __exit__(self, exc_type, exc_value, traceback): member in ScopedMeasureTime
|
| /external/cronet/build/fuchsia/test/ |
| D | ffx_integration.py | 58 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: member in ScopedFfxConfig 113 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: member in FfxTestRunner
|
| /external/python/cpython3/Lib/multiprocessing/dummy/ |
| D | connection.py | 36 def __exit__(self, exc_type, exc_value, exc_tb): member in Listener 74 def __exit__(self, exc_type, exc_value, exc_tb): member in Connection
|
| /external/angle/build/fuchsia/test/ |
| D | ffx_integration.py | 58 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: member in ScopedFfxConfig 113 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: member in FfxTestRunner
|
| /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
| D | fake_fs.py | 22 def __exit__(self, *args): member in WithableStringIO 46 def __exit__(self, *args): member in FakeFS
|
| /external/python/cffi/testing/ |
| D | support.py | 40 def __exit__(self, *args): member in StdErrCapture 63 def __exit__(self, *args): member in FdWriteCapture
|
| /external/python/cachetools/tests/ |
| D | test_wrapper.py | 86 def __exit__(self, *exc): member in DecoratorTestMixin.test_decorator_lock.Lock 124 def __exit__(self, *exc): member in CacheWrapperTest.test_zero_size_cache_decorator_lock.Lock
|
| /external/python/cpython2/Misc/Vim/ |
| D | syntax_test.py | 23 def __exit__(self, *args): member in Bar
|
| /external/skia/tools/skqp/ |
| D | create_apk.py | 86 def __exit__(self, a, b, c): member in RemoveFiles 96 def __exit__(self, a, b, c): member in ChDir
|
| /external/autotest/server/hosts/tls_client/ |
| D | connection.py | 29 def __exit__(self, *exc): member in TLSConnection
|