Home
last modified time | relevance | path

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

12

/third_party/python/Modules/
D_tracemalloc.c99 traceback_t *traceback; member
267 const traceback_t *traceback = (const traceback_t *)key; in hashtable_hash_traceback() local
362 traceback_hash(traceback_t *traceback) in traceback_hash()
388 traceback_get_frames(traceback_t *traceback) in traceback_get_frames()
419 traceback_t *traceback; in traceback_new() local
526 traceback_t *traceback = traceback_new(); in tracemalloc_add_trace() local
1102 traceback_to_pyobject(traceback_t *traceback, _Py_hashtable_t *intern_table) in traceback_to_pyobject()
1461 traceback_t *traceback; in _tracemalloc__get_object_traceback() local
1496 traceback_t *traceback; in _PyMem_DumpTraceback() local
1798 traceback_t *traceback = traceback_new(); in _PyTraceMalloc_NewReference() local
[all …]
/third_party/flutter/skia/tools/skpbench/
D_hardware_android.py60 def __exit__(self, exception_type, exception_value, traceback): argument
D_hardware.py29 def __exit__(self, exception_type, exception_value, traceback): argument
Dskpbench.py198 def __exit__(self, exception_type, exception_value, traceback): argument
/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.py26 def __exit__(self, exc_type, exc_value, traceback): argument
48 async def __aexit__(self, exc_type, exc_value, traceback): argument
139 def __exit__(self, typ, value, traceback): argument
203 async def __aexit__(self, typ, value, traceback): argument
Dfileinput.py248 def __exit__(self, type, value, traceback): argument
Dshelve.py137 def __exit__(self, type, value, traceback): argument
Dtelnetlib.py645 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.py56 def __exit__(self, type_=None, value=None, traceback=None): argument
Dtest_contextlib_async.py74 async def __aexit__(self, exc_type, exc_value, traceback): argument
/third_party/python/Lib/asyncio/
Dcoroutines.py64 def throw(self, type, value=None, traceback=None): argument
/third_party/python/Python/
Dsuggestions.c200 PyTracebackObject *traceback = (PyTracebackObject *) exc->traceback; // borrowed reference in offer_suggestions_for_name_error() local
Dimport.c663 PyObject *type, *value, *traceback; in remove_module() local
1285 PyTracebackObject *traceback = (PyTracebackObject *)tb; in remove_importlib_frames() local
/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.rst1402 traceback section in Improved Modules
D3.5.rst1946 traceback section in Improved Modules
D3.4.rst1603 traceback section in Improved Modules
D3.6.rst1562 traceback section in Improved Modules

12