Home
last modified time | relevance | path

Searched defs:errtype (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython3/Parser/
Dpegen_errors.c67 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()
Dpegen.h164 RAISE_ERROR_KNOWN_LOCATION(Parser *p, PyObject *errtype, in RAISE_ERROR_KNOWN_LOCATION()
/aosp_15_r20/external/libpcap/
H A Dsockutils.c400 sock_errtype errtype; member
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c1587 PyObject *v, *w, *errtype; in err_input() local
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c1211 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 Dmarisa-swig_wrap.cxx1148 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 Dacpi.h1384 u32 errtype; member