Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtraceback.py46 def print_tb(tb, limit=None, file=None): argument
74 def format_tb(tb, limit = None): argument
78 def extract_tb(tb, limit = None): argument
110 def print_exception(etype, value, tb, limit=None, file=None): argument
130 def format_exception(etype, value, tb, limit = None): argument
314 def tb_lineno(tb): argument
Ddis.py51 def distb(tb=None): argument
Ddummy_thread.py118 def __exit__(self, typ, val, tb): argument
Dtempfile.py410 def __exit__(self, exc, value, tb): argument
415 def __exit__(self, exc, value, tb): argument
528 def __exit__(self, exc, value, tb): argument
Dtypes.py69 tb = sys.exc_info()[2] variable
Dcodecs.py388 def __exit__(self, type, value, tb): argument
633 def __exit__(self, type, value, tb): argument
720 def __exit__(self, type, value, tb): argument
836 def __exit__(self, type, value, tb): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtraceback.py46 def print_tb(tb, limit=None, file=None): argument
74 def format_tb(tb, limit = None): argument
78 def extract_tb(tb, limit = None): argument
110 def print_exception(etype, value, tb, limit=None, file=None): argument
130 def format_exception(etype, value, tb, limit = None): argument
315 def tb_lineno(tb): argument
Ddis.py51 def distb(tb=None): argument
Ddummy_thread.py118 def __exit__(self, typ, val, tb): argument
Dtypes.py69 tb = sys.exc_info()[2] variable
Dcodecs.py394 def __exit__(self, type, value, tb): argument
636 def __exit__(self, type, value, tb): argument
723 def __exit__(self, type, value, tb): argument
839 def __exit__(self, type, value, tb): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dtraceback.c23 tb_dealloc(PyTracebackObject *tb) in tb_dealloc()
34 tb_traverse(PyTracebackObject *tb, visitproc visit, void *arg) in tb_traverse()
42 tb_clear(PyTracebackObject *tb) in tb_clear()
86 PyTracebackObject *tb; in newtracebackobject() local
110 PyTracebackObject *tb = newtracebackobject(oldtb, frame); in PyTraceBack_Here() local
236 tb_printinternal(PyTracebackObject *tb, PyObject *f, long limit) in tb_printinternal()
Derrors.c110 PyObject *exception, *value, *tb; in PyErr_GivenExceptionMatches() local
145 PyErr_NormalizeException(PyObject **exc, PyObject **val, PyObject **tb) in PyErr_NormalizeException()
271 _PyErr_ReplaceException(PyObject *exc, PyObject *val, PyObject *tb) in _PyErr_ReplaceException()
668 PyObject *f, *t, *v, *tb; in PyErr_WriteUnraisable() local
726 PyObject *exc, *v, *tb, *tmp; in PyErr_SyntaxLocation() local
Dpythonrun.c1105 PyObject *exception, *value, *tb; in handle_system_exit() local
1159 PyObject *exception, *v, *tb, *hook; in PyErr_PrintEx() local
1222 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) in PyErr_Display()
1628 PyObject *type, *value, *tb; in err_input() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dtraceback.c23 tb_dealloc(PyTracebackObject *tb) in tb_dealloc()
34 tb_traverse(PyTracebackObject *tb, visitproc visit, void *arg) in tb_traverse()
42 tb_clear(PyTracebackObject *tb) in tb_clear()
86 PyTracebackObject *tb; in newtracebackobject() local
110 PyTracebackObject *tb = newtracebackobject(oldtb, frame); in PyTraceBack_Here() local
236 tb_printinternal(PyTracebackObject *tb, PyObject *f, long limit) in tb_printinternal()
Derrors.c110 PyObject *exception, *value, *tb; in PyErr_GivenExceptionMatches() local
143 PyErr_NormalizeException(PyObject **exc, PyObject **val, PyObject **tb) in PyErr_NormalizeException()
646 PyObject *f, *t, *v, *tb; in PyErr_WriteUnraisable() local
704 PyObject *exc, *v, *tb, *tmp; in PyErr_SyntaxLocation() local
Dpythonrun.c1080 PyObject *exception, *value, *tb; in handle_system_exit() local
1134 PyObject *exception, *v, *tb, *hook; in PyErr_PrintEx() local
1197 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) in PyErr_Display()
1603 PyObject *type, *value, *tb; in err_input() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqw.py30 t, v, tb = sys.exc_info() variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DWith.py13 def __exit__(self, exc, val, tb): argument
166 def __exit__(self, exc, val, tb): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstring.c66 stringtable *tb = &G(L)->strt; in luaS_resize() local
119 stringtable *tb = &G(L)->strt; in newshrstr() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dresult.py180 def _is_relevant_tb_level(self, tb): argument
183 def _count_relevant_tb_levels(self, tb): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dgenobject.c218 PyObject *tb = NULL; in gen_throw() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dgenobject.c221 PyObject *tb = NULL; in gen_throw() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_with.py623 def __exit__(self, t, v, tb): pass argument
644 def __exit__(self, t, v, tb): return True argument
654 def __exit__(self, t, v, tb): return False argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dbufferedio.c458 PyObject *res = NULL, *exc = NULL, *val, *tb; in buffered_close() local
607 PyObject *t, *v, *tb; in _buffered_check_blocking_error() local
722 PyObject *typ, *val, *tb; in _PyIO_trap_eintr() local
2196 PyObject *exc = NULL, *val, *tb; in bufferedrwpair_close() local

12