Home
last modified time | relevance | path

Searched defs:exc_tb (Results 1 – 25 of 69) sorted by relevance

123

/external/python/cpython3/Lib/multiprocessing/dummy/
Dconnection.py36 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/
Dcontextlib_ext_unittest.py21 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dcontextlib_ext.py17 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/autotest/client/cros/image_comparison/
Dpdiff_image_comparer.py106 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/autotest/client/cros/input_playback/
Dkeyboard.py57 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dstylus.py111 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dinput_playback.py533 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/autotest/client/cros/video/
Dchameleon_screenshot_capturer.py109 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/tensorflow/tensorflow/python/profiler/
Dtrace.py125 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/tensorflow/tensorflow/python/autograph/core/
Dfunction_wrappers.py83 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/autotest/client/cros/chameleon/
Dchameleon_video_capturer.py160 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
Dlogging_pool.py48 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_temp_file.py120 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dlogcat_monitor.py273 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/
Dgrpc.py99 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/chromium-trace/catapult/devil/devil/utils/
Dparallelizer.py218 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dmock_calls.py62 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/python/cpython3/Python/
Derrors.c1207 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.py67 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/autotest/client/cros/
Dmemory_bandwidth_logger.py89 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/python/cpython3/Lib/test/
Dtest_contextlib_async.py368 async def _expect_exc(exc_type, exc, exc_tb): argument
372 async def _expect_ok(exc_type, exc, exc_tb): argument
Daudit-tests.py247 def excepthook(exc_type, exc_value, exc_tb): argument
/external/autotest/server/
Dcrashcollect.py48 def __exit__(self, exc_type, exc_value, exc_tb): argument
/external/autotest/client/deps/lansim/src/py/
Dsimulator.py25 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/python/pyfakefs/pyfakefs/
Dfake_scandir.py158 def __exit__(self, exc_type, exc_val, exc_tb): argument

123