Searched defs:errtype (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Parser/ |
D | pegen_errors.c | 69 PyObject* errtype = PyExc_SyntaxError; in _Pypegen_tokenizer_error() local 125 const char *errtype = NULL; in _Pypegen_raise_decode_error() local 220 _PyPegen_raise_error(Parser *p, PyObject *errtype, int use_mark, const char *errmsg, ...) in _PyPegen_raise_error() 309 _PyPegen_raise_error_known_location(Parser *p, PyObject *errtype, in _PyPegen_raise_error_known_location()
|
D | pegen.h | 174 RAISE_ERROR_KNOWN_LOCATION(Parser *p, PyObject *errtype, in RAISE_ERROR_KNOWN_LOCATION()
|
/external/python/cpython3/Python/ |
D | Python-tokenize.c | 96 PyObject* errtype = PyExc_SyntaxError; in _tokenizer_error() local
|
/external/libpcap/ |
D | sockutils.c | 395 sock_errtype errtype; member
|
/external/python/cpython3/Lib/test/test_warnings/ |
D | __init__.py | 651 def check_module_globals_error(self, module_globals, errmsg, errtype=ValueError): argument
|
/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()
|
/external/coreboot/src/include/acpi/ |
D | acpi.h | 1384 u32 errtype; member
|