Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
DReleaseTest-API.cc51 int errtype, VADusage = 0, packetLossPercent = 0; in main() local
/external/webrtc/modules/audio_coding/codecs/isac/fix/test/
Dkenny.cc111 int errtype, h = 0, k, packetLossPercent = 0; in TEST() local
/external/python/cpython3/Parser/pegen/
Dpegen.c238 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()
Dpegen.h141 RAISE_ERROR_KNOWN_LOCATION(Parser *p, PyObject *errtype, int lineno, in RAISE_ERROR_KNOWN_LOCATION()
/external/python/cpython2/Python/
Dpythonrun.c1587 PyObject *v, *w, *errtype; in err_input() local
/external/python/cpython3/Python/
Dpythonrun.c1559 PyObject *v, *w, *errtype, *errtext; in err_input() local
Dast.c2326 const char *errtype = NULL; in ast_for_atom() local
/external/marisa-trie/bindings/python/
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()