Searched defs:errtype (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython3/Parser/ |
| D | pegen.c | 256 const char *errtype = NULL; in raise_decode_error() local 344 PyObject* errtype = PyExc_SyntaxError; in tokenizer_error() local 392 _PyPegen_raise_error(Parser *p, PyObject *errtype, const char *errmsg, ...) in _PyPegen_raise_error() 460 _PyPegen_raise_error_known_location(Parser *p, PyObject *errtype, in _PyPegen_raise_error_known_location()
|
| D | pegen.h | 159 RAISE_ERROR_KNOWN_LOCATION(Parser *p, PyObject *errtype, in RAISE_ERROR_KNOWN_LOCATION()
|
| /external/libpcap/ |
| D | sockutils.c | 400 sock_errtype errtype; member
|
| /external/python/cpython2/Python/ |
| D | pythonrun.c | 1587 PyObject *v, *w, *errtype; in err_input() local
|
| /external/webp/swig/ |
| 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()
|
| /external/marisa-trie/bindings/python/ |
| 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()
|