Home
last modified time | relevance | path

Searched defs:_traceback (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Include/cpython/
Dtraceback.h5 typedef struct _traceback { struct
7 struct _traceback *tb_next; argument
8 PyFrameObject *tb_frame;
9 int tb_lasti;
10 int tb_lineno;
/external/python/cpython2/Include/
Dtraceback.h12 typedef struct _traceback { struct
14 struct _traceback *tb_next; argument
15 struct _frame *tb_frame;
16 int tb_lasti;
17 int tb_lineno;
/external/skia/infra/bots/
Dgit_utils.py35 def __exit__(self, exc_type, _value, _traceback): argument
91 def __exit__(self, exc_type, _value, _traceback): argument
Dutils.py110 def __exit__(self, exc_type, _value, _traceback): argument
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py83 def __exit__(self, _exc_type, _exc_value, _traceback): argument
/external/python/cpython2/Lib/
Ddummy_thread.py19 import traceback as _traceback namespace
/external/toolchain-utils/crosperf/
Dgenerate_report_unittest.py36 def __exit__(self, _type, _value, _traceback): argument
/external/autotest/utils/frozen_chromite/lib/
Dcloud_trace.py134 def __exit__(self, _type, _value, _traceback): argument
Dremote_access.py685 def __exit__(self, _type, _value, _traceback): argument
701 def __exit__(self, _type, _value, _traceback): argument
Dmetrics.py731 def __exit__(self, _type, _value, _traceback): argument
/external/tensorflow/tensorflow/python/platform/
Dtf_logging.py25 import traceback as _traceback namespace
/external/python/setuptools/setuptools/config/
Dexpand.py413 def __exit__(self, _exc_type, _exc_value, _traceback): argument
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs.py415 def __exit__(self, exc_type, _exc_value, _traceback): argument
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py177 def _traceback(unused_handler): function