Home
last modified time | relevance | path

Searched defs:exc_tb (Results 1 – 25 of 53) 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/
Drgb_image_comparer.py91 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dpdiff_image_comparer.py106 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dupload_on_fail_comparer.py100 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/autotest/client/cros/chameleon/
Dchameleon_video_capturer.py154 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.py118 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dlogcat_monitor.py249 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dfastboot_utils_test.py53 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/chromium-trace/catapult/devil/devil/utils/
Dparallelizer.py216 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dmock_calls.py60 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dcmd_helper_test.py194 def __exit__(self, exc_type, exc_val, exc_tb): argument
/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/site_utils/
Ddeploy_server_local.py483 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.py335 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/
Dsimulator.py25 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/autotest/server/
Dcrashcollect.py46 def __exit__(self, exc_type, exc_value, exc_tb): argument
/external/python/cpython3/Modules/
Datexitmodule.c68 PyObject *exc_type = NULL, *exc_value, *exc_tb, *r; in atexit_callfuncs() local

123