Searched defs:errtype (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 51 int errtype, VADusage = 0, packetLossPercent = 0; in main() local
|
/external/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | kenny.cc | 111 int errtype, h = 0, k, packetLossPercent = 0; in TEST() local
|
/external/python/cpython3/Parser/pegen/ |
D | pegen.c | 238 const char *errtype = NULL; in raise_decode_error() local 315 PyObject* errtype = PyExc_SyntaxError; in tokenizer_error() local 363 _PyPegen_raise_error(Parser *p, PyObject *errtype, const char *errmsg, ...) in _PyPegen_raise_error() 384 _PyPegen_raise_error_known_location(Parser *p, PyObject *errtype, in _PyPegen_raise_error_known_location()
|
D | pegen.h | 141 RAISE_ERROR_KNOWN_LOCATION(Parser *p, PyObject *errtype, int lineno, in RAISE_ERROR_KNOWN_LOCATION()
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1587 PyObject *v, *w, *errtype; in err_input() local
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 1559 PyObject *v, *w, *errtype, *errtext; in err_input() local
|
D | ast.c | 2326 const char *errtype = NULL; in ast_for_atom() local
|
/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()
|