Searched refs:errtype (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | test_iSACfixfloat.c | 88 int i, j, errtype, plc = 0; in main() local 296 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 297 printf("\n\n Error in initialization: %d.\n\n", errtype); in main() 313 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 314 printf("\n\n Error in initialization: %d.\n\n", errtype); in main() 326 errtype = WebRtcIsacfix_GetErrorCode(ISACFIX_main_inst); in main() 327 printf("\n\n Error in initialization: %d.\n\n", errtype); in main() 342 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 343 printf("\n\n Error in initialization: %d.\n\n", errtype); in main() 355 errtype = WebRtcIsacfix_GetErrorCode(ISACFIX_main_inst); in main() [all …]
|
D | kenny.cc | 103 int errtype, h = 0, k, packetLossPercent = 0; in main() local 503 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst); in main() 504 printf("\n\n Error in control: %d.\n\n", errtype); in main() 514 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst); in main() 515 printf("\n\n Error in SetMaxPayloadSize: %d.\n\n", errtype); in main() 523 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst); in main() 524 printf("\n\n Error in SetMaxRateInBytes: %d.\n\n", errtype); in main() 538 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst); in main() 539 printf("\n\n Error in encoderinit: %d.\n\n", errtype); in main() 591 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst); in main() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 47 int errtype, VADusage = 0, packetLossPercent = 0; in main() local 508 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 509 printf("\n\n Error in initialization (control): %d.\n\n", errtype); in main() 521 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 523 printf("\n\n Error in Control BWE: %d.\n\n", errtype); in main() 533 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 534 printf("\n\n Error in SetMaxPayloadSize: %d.\n\n", errtype); in main() 543 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() 544 printf("\n\n Error in SetMaxRateInBytes: %d.\n\n", errtype); in main() 563 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst); in main() [all …]
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 1334 PyObject *v, *w, *errtype, *errtext; in err_input() local 1339 errtype = PyExc_SyntaxError; in err_input() 1344 errtype = PyExc_IndentationError; in err_input() 1352 errtype = PyExc_SyntaxError; in err_input() 1356 errtype = PyExc_SyntaxError; in err_input() 1380 errtype = PyExc_TabError; in err_input() 1387 errtype = PyExc_IndentationError; in err_input() 1391 errtype = PyExc_IndentationError; in err_input() 1448 PyErr_SetObject(errtype, w); in err_input()
|
D | ast.c | 2109 const char *errtype = NULL; in ast_for_atom() local 2111 errtype = "unicode error"; in ast_for_atom() 2113 errtype = "value error"; in ast_for_atom() 2114 if (errtype) { in ast_for_atom() 2123 PyOS_snprintf(buf, sizeof(buf), "(%s) %s", errtype, s); in ast_for_atom() 2126 PyOS_snprintf(buf, sizeof(buf), "(%s) unknown error", errtype); in ast_for_atom()
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1587 PyObject *v, *w, *errtype; in err_input() local 1590 errtype = PyExc_SyntaxError; in err_input() 1595 errtype = PyExc_IndentationError; in err_input() 1603 errtype = PyExc_SyntaxError; in err_input() 1627 errtype = PyExc_TabError; in err_input() 1634 errtype = PyExc_IndentationError; in err_input() 1638 errtype = PyExc_IndentationError; in err_input() 1675 PyErr_SetObject(errtype, w); in err_input()
|