Home
last modified time | relevance | path

Searched defs:traceback (Results 1 – 25 of 42) sorted by relevance

12

/third_party/python/Modules/
D_tracemalloc.c105 traceback_t *traceback; member
273 const traceback_t *traceback = (const traceback_t *)key; in hashtable_hash_traceback() local
366 traceback_hash(traceback_t *traceback) in traceback_hash()
392 traceback_get_frames(traceback_t *traceback) in traceback_get_frames()
427 traceback_t *traceback; in traceback_new() local
534 traceback_t *traceback = traceback_new(); in tracemalloc_add_trace() local
1103 traceback_to_pyobject(traceback_t *traceback, _Py_hashtable_t *intern_table) in traceback_to_pyobject()
1465 traceback_t *traceback; in _tracemalloc__get_object_traceback() local
1500 traceback_t *traceback; in _PyMem_DumpTraceback() local
1802 traceback_t *traceback = traceback_new(); in _PyTraceMalloc_NewReference() local
[all …]
/third_party/skia/tools/skpbench/
D_hardware_android.py71 def __exit__(self, exception_type, exception_value, traceback): argument
D_hardware.py29 def __exit__(self, exception_type, exception_value, traceback): argument
Dskpbench.py220 def __exit__(self, exception_type, exception_value, traceback): argument
/third_party/python/Lib/
Dtracemalloc.py37 def __init__(self, traceback, size, count): argument
77 def __init__(self, traceback, size, size_diff, count, count_diff): argument
292 def traceback(self): member in Trace
379 def _match_traceback(self, traceback): argument
Dcontextlib.py28 def __exit__(self, exc_type, exc_value, traceback): argument
50 async def __aexit__(self, exc_type, exc_value, traceback): argument
141 def __exit__(self, typ, value, traceback): argument
208 async def __aexit__(self, typ, value, traceback): argument
Dfileinput.py243 def __exit__(self, type, value, traceback): argument
Dshelve.py137 def __exit__(self, type, value, traceback): argument
Dtelnetlib.py647 def __exit__(self, type, value, traceback): argument
/third_party/python/Lib/urllib/
Dresponse.py33 def __exit__(self, type, value, traceback): argument
/third_party/python/Lib/test/
Dtest_with.py24 def __exit__(self, type, value, traceback): argument
114 def __exit__(self, type, value, traceback): argument
469 def __exit__(self, type, value, traceback): argument
510 def __exit__(self, type, value, traceback): argument
Dtest_tracemalloc.py78 def traceback(*frames): function
174 def find_trace(self, traces, traceback): argument
Dtest_urllib2net.py50 def __exit__(self, type_=None, value=None, traceback=None): argument
Dtest_mmap.py913 def __exit__(self, exc_type, exc_value, traceback): argument
Dtest_contextlib_async.py73 async def __aexit__(self, exc_type, exc_value, traceback): argument
/third_party/python/Python/
Dsuggestions.c203 PyTracebackObject *traceback = (PyTracebackObject *) exc->traceback; // borrowed reference in offer_suggestions_for_name_error() local
Derrors.c33 PyObject *traceback) in _PyErr_Restore()
60 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore()
541 PyErr_SetExcInfo(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_SetExcInfo()
/third_party/python/Parser/
Dpegen_errors.c160 PyObject *type, *value, *traceback; in _PyPegen_tokenize_full_source_to_check_for_errors() local
/third_party/python/Doc/whatsnew/
D3.10.rst1431 traceback section in Improved Modules
D3.11.rst1105 traceback section in Improved Modules
1118 .. _whatsnew311-typing:
D3.4.rst1603 traceback section in Improved Modules
D3.5.rst1946 traceback section in Improved Modules
D3.6.rst1562 traceback section in Improved Modules
/third_party/node/deps/v8/tools/
Drun_perf.py810 def __exit__(self, type, value, traceback): argument
/third_party/python/Python/clinic/
Dsysmodule.c.h65 PyObject *traceback; in sys_excepthook() local

12