Home
last modified time | relevance | path

Searched defs:exc_value (Results 1 – 25 of 195) sorted by relevance

12345678

/aosp_15_r20/external/python/cpython3/Python/
Derrors.c110 PyObject *exc_value; in _PyErr_SetObject() local
460 get_exc_type(PyObject *exc_value) /* returns a borrowed ref */ in get_exc_type()
474 get_exc_traceback(PyObject *exc_value) /* returns a borrowed ref */ in get_exc_traceback()
554 PyObject *exc_value = err_info->exc_value; in _PyErr_StackItemToExcInfoTuple() local
1270 PyObject *exc_value, PyObject *exc_tb, in make_unraisable_hook_args()
1312 PyObject *exc_value, PyObject *exc_tb, in write_unraisable_exc_file()
1432 PyObject *exc_value, PyObject *exc_tb, PyObject *err_msg, in write_unraisable_exc()
1465 PyObject *exc_value = PyStructSequence_GET_ITEM(args, 1); in _PyErr_WriteUnraisableDefaultHook() local
1495 PyObject *exc_type, *exc_value, *exc_tb; in _PyErr_WriteUnraisableMsg() local
/aosp_15_r20/external/angle/build/fuchsia/test/
H A Disolate_daemon.py35 def __exit__(self, exc_type, exc_value, traceback): argument
76 def __exit__(self, exc_type, exc_value, traceback): argument
H A Dmodification_waiter.py27 def __exit__(self, exc_type, exc_value, traceback) -> bool: argument
H A Dffx_emulator.py99 def __exit__(self, exc_type, exc_value, traceback) -> bool: argument
/aosp_15_r20/external/cronet/build/fuchsia/test/
H A Disolate_daemon.py30 def __exit__(self, exc_type, exc_value, traceback): argument
65 def __exit__(self, exc_type, exc_value, traceback): argument
H A Dffx_emulator.py128 def __exit__(self, exc_type, exc_value, traceback) -> bool: argument
/aosp_15_r20/external/pytorch/test/onnx/
H A Dverify.py190 def __exit__(self, exc_type, exc_value, traceback): argument
211 def __exit__(self, exc_type, exc_value, traceback): argument
219 def __exit__(self, exc_type, exc_value, traceback): argument
/aosp_15_r20/external/autotest/client/cros/networking/
H A Dshill_context.py79 def __exit__(self, exc_type, exc_value, traceback): argument
166 def __exit__(self, exc_type, exc_value, traceback): argument
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/
H A Dhelpers.py52 def __exit__(self, exc_type, exc_value, traceback): argument
146 def __exit__(self, exc_type, exc_value, traceback): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/dummy/
H A Dconnection.py36 def __exit__(self, exc_type, exc_value, exc_tb): argument
74 def __exit__(self, exc_type, exc_value, exc_tb): argument
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/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
/aosp_15_r20/external/walt/pywalt/pywalt/
H A Dwalt.py110 def __exit__(self, exc_type, exc_value, traceback): argument
754 def __exit__(self, exc_type, exc_value, traceback): argument
/aosp_15_r20/external/autotest/server/cros/
H A Dtelemetry_runner.py131 def __exit__(self, exc_type, exc_value, traceback): argument
694 def __exit__(self, exc_type, exc_value, traceback): argument
/aosp_15_r20/external/scapy/scapy/
H A Dutils.py439 def __exit__(self, exc_type, exc_value, traceback): argument
868 def __exit__(self, exc_type, exc_value, tracback): argument
1165 def __exit__(self, exc_type, exc_value, tracback): argument
/aosp_15_r20/external/angle/build/util/lib/proto/
H A Dtime_consumption.py31 def __exit__(self, exc_type, exc_value, traceback) -> bool: argument
/aosp_15_r20/external/autotest/client/cros/
H A Dcros_disks.py56 def __exit__(self, exc_type, exc_value, traceback): argument
691 def __exit__(self, exc_type, exc_value, traceback): argument
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/
H A Dpatcher.py131 def __exit__(self, exc_type, exc_value, traceback): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dmemory_checker.py78 def __exit__(self, exc_type, exc_value, traceback): argument
/aosp_15_r20/tools/netsim/scripts/
H A Dserver_config.py109 def __exit__(self, exc_type, exc_value, tb): argument
/aosp_15_r20/external/python/cpython2/Lib/
Dpy_compile.py45 def __init__(self, exc_type, exc_value, file, msg=''): argument
/aosp_15_r20/external/autotest/client/site_tests/platform_PrinterPpds/
H A Dfake_printer.py65 def __exit__(self, exc_type, exc_value, traceback): argument

12345678