/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 | pdiff_image_comparer.py | 106 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/tensorflow/tensorflow/python/profiler/ |
D | trace.py | 125 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/tensorflow/tensorflow/python/autograph/core/ |
D | function_wrappers.py | 83 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_video_capturer.py | 160 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 | 120 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | logcat_monitor.py | 273 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/rpc/ |
D | grpc.py | 99 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | parallelizer.py | 218 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | mock_calls.py | 62 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/external/python/cpython3/Python/ |
D | errors.c | 1207 PyObject *exc_value, PyObject *exc_tb, in make_unraisable_hook_args() 1249 PyObject *exc_value, PyObject *exc_tb, in write_unraisable_exc_file() 1369 PyObject *exc_value, PyObject *exc_tb, PyObject *err_msg, in write_unraisable_exc() 1403 PyObject *exc_tb = PyStructSequence_GET_ITEM(args, 2); in _PyErr_WriteUnraisableDefaultHook() local 1432 PyObject *exc_type, *exc_value, *exc_tb; in _PyErr_WriteUnraisableMsg() local
|
/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/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 | 368 async def _expect_exc(exc_type, exc, exc_tb): argument 372 async def _expect_ok(exc_type, exc, exc_tb): argument
|
D | audit-tests.py | 247 def excepthook(exc_type, exc_value, exc_tb): argument
|
/external/autotest/server/ |
D | crashcollect.py | 48 def __exit__(self, exc_type, exc_value, 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/python/pyfakefs/pyfakefs/ |
D | fake_scandir.py | 158 def __exit__(self, exc_type, exc_val, exc_tb): argument
|