/external/python/cpython3/Lib/multiprocessing/dummy/ |
D | connection.py | 36 def __exit__(self, exc_type, exc_value, exc_tb): argument 74 def __exit__(self, exc_type, exc_value, exc_tb): argument
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | contextlib_ext_unittest.py | 21 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | contextlib_ext.py | 17 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/autotest/client/cros/image_comparison/ |
D | rgb_image_comparer.py | 91 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | pdiff_image_comparer.py | 106 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | upload_on_fail_comparer.py | 100 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/autotest/client/cros/input_playback/ |
D | keyboard.py | 57 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | stylus.py | 111 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | input_playback.py | 533 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/autotest/client/cros/video/ |
D | chameleon_screenshot_capturer.py | 109 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_video_capturer.py | 154 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/ |
D | logging_pool.py | 48 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_temp_file.py | 118 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | logcat_monitor.py | 249 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | fastboot_utils_test.py | 53 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | parallelizer.py | 216 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | mock_calls.py | 60 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | cmd_helper_test.py | 194 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _channel.py | 67 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/autotest/site_utils/ |
D | deploy_server_local.py | 483 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/autotest/client/cros/ |
D | memory_bandwidth_logger.py | 89 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/python/cpython3/Lib/test/ |
D | test_contextlib_async.py | 335 async def _expect_exc(exc_type, exc, exc_tb): argument 339 async def _expect_ok(exc_type, exc, exc_tb): argument
|
/external/autotest/client/deps/lansim/src/py/ |
D | simulator.py | 25 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/autotest/server/ |
D | crashcollect.py | 46 def __exit__(self, exc_type, exc_value, exc_tb): argument
|
/external/python/cpython3/Modules/ |
D | atexitmodule.c | 68 PyObject *exc_type = NULL, *exc_value, *exc_tb, *r; in atexit_callfuncs() local
|