Searched defs:errtype (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/python/cpython3/Parser/ |
D | pegen_errors.c | 67 PyObject* errtype = PyExc_SyntaxError; in _Pypegen_tokenizer_error() local 118 const char *errtype = NULL; in _Pypegen_raise_decode_error() local 209 _PyPegen_raise_error(Parser *p, PyObject *errtype, const char *errmsg, ...) in _PyPegen_raise_error() 285 _PyPegen_raise_error_known_location(Parser *p, PyObject *errtype, in _PyPegen_raise_error_known_location()
|
D | pegen.h | 164 RAISE_ERROR_KNOWN_LOCATION(Parser *p, PyObject *errtype, in RAISE_ERROR_KNOWN_LOCATION()
|
/aosp_15_r20/external/libpcap/ |
H A D | sockutils.c | 400 sock_errtype errtype; member
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | pythonrun.c | 1587 PyObject *v, *w, *errtype; in err_input() local
|
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp_python_wrap.c | 1211 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) { in SWIG_Python_SetErrorObj() 1219 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) { in SWIG_Python_SetErrorMsg()
|
/aosp_15_r20/external/marisa-trie/bindings/python/ |
H A D | marisa-swig_wrap.cxx | 1148 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) { in SWIG_Python_SetErrorObj() 1156 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) { in SWIG_Python_SetErrorMsg()
|
/aosp_15_r20/external/coreboot/src/include/acpi/ |
H A D | acpi.h | 1384 u32 errtype; member
|