Home
last modified time | relevance | path

Searched defs:exc_type (Results 1 – 25 of 172) sorted by relevance

1234567

/external/autotest/client/cros/networking/
Dshill_context.py79 def __exit__(self, exc_type, exc_value, traceback): argument
166 def __exit__(self, exc_type, exc_value, traceback): argument
/external/skia/infra/bots/
Dgit_utils.py35 def __exit__(self, exc_type, _value, _traceback): argument
91 def __exit__(self, exc_type, _value, _traceback): argument
/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/
Dhelpers.py52 def __exit__(self, exc_type, exc_value, traceback): argument
146 def __exit__(self, exc_type, exc_value, traceback): argument
/external/cronet/build/fuchsia/test/
Dffx_integration.py58 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: argument
113 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: argument
Dffx_emulator.py156 def __exit__(self, exc_type, exc_value, traceback) -> bool: argument
/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/angle/build/fuchsia/test/
Dffx_integration.py58 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: argument
113 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: argument
Dffx_emulator.py151 def __exit__(self, exc_type, exc_value, traceback) -> bool: argument
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dretry_util.py13 def RetryOnException(exc_type, retries): argument
Dcontextlib_ext.py17 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dcontextlib_ext_unittest.py21 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/autotest/client/cros/image_comparison/
Dpdiff_image_comparer.py107 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/python/cpython3/Lib/ctypes/test/
Dtest_random_things.py42 def expect_unraisable(self, exc_type, exc_msg=None): argument
/external/autotest/client/cros/input_playback/
Dkeyboard.py57 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/tensorflow/tensorflow/python/framework/
Dmemory_checker.py78 def __exit__(self, exc_type, exc_value, traceback): argument
/external/perfetto/tools/
Drun_android_test34 def RetryOn(exc_type=(), returns_falsy=False, retries=5): argument
/external/autotest/client/site_tests/platform_PrinterPpds/
Dfake_printer.py65 def __exit__(self, exc_type, exc_value, traceback): argument
/external/python/cpython2/Lib/
Dpy_compile.py45 def __init__(self, exc_type, exc_value, file, msg=''): argument
/external/autotest/client/cros/video/
Dchameleon_screenshot_capturer.py109 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/cronet/build/lacros/
Dmojo_connection_lacros_launcher.py55 def __exit__(self, exc_type, exc_value, trace): argument
/external/angle/build/lacros/
Dmojo_connection_lacros_launcher.py55 def __exit__(self, exc_type, exc_value, trace): argument
/external/python/cpython3/Lib/unittest/
D_log.py63 def __exit__(self, exc_type, exc_value, tb): argument
/external/tensorflow/tensorflow/python/profiler/
Dtrace.py121 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/python/cpython3/Lib/
Dpy_compile.py46 def __init__(self, exc_type, exc_value, file, msg=''): argument
/external/pigweed/pw_hdlc/py/pw_hdlc/
Drpc.py265 def __exit__(self, exc_type, exc_value, traceback) -> None: argument
324 def __exit__(self, exc_type, exc_value, traceback) -> None: argument

1234567