HomeSort by relevance Sort by last modified time
    Searched refs:errtype (Results 1 - 12 of 12) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 88 int i, j, errtype, plc = 0; local
296 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst);
297 printf("\n\n Error in initialization: %d.\n\n", errtype);
313 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst);
314 printf("\n\n Error in initialization: %d.\n\n", errtype);
326 errtype = WebRtcIsacfix_GetErrorCode(ISACFIX_main_inst);
327 printf("\n\n Error in initialization: %d.\n\n", errtype);
342 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst);
343 printf("\n\n Error in initialization: %d.\n\n", errtype);
355 errtype = WebRtcIsacfix_GetErrorCode(ISACFIX_main_inst)
    [all...]
kenny.cc 103 int errtype, h = 0, k, packetLossPercent = 0; local
503 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
504 printf("\n\n Error in control: %d.\n\n", errtype);
514 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
515 printf("\n\n Error in SetMaxPayloadSize: %d.\n\n", errtype);
523 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
524 printf("\n\n Error in SetMaxRateInBytes: %d.\n\n", errtype);
538 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst);
539 printf("\n\n Error in encoderinit: %d.\n\n", errtype);
591 errtype=WebRtcIsacfix_GetErrorCode(ISAC_main_inst)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 47 int errtype, VADusage = 0, packetLossPercent = 0; local
508 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst);
509 printf("\n\n Error in initialization (control): %d.\n\n", errtype);
521 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst);
523 printf("\n\n Error in Control BWE: %d.\n\n", errtype);
533 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst);
534 printf("\n\n Error in SetMaxPayloadSize: %d.\n\n", errtype);
543 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst);
544 printf("\n\n Error in SetMaxRateInBytes: %d.\n\n", errtype);
563 errtype = WebRtcIsac_GetErrorCode(ISAC_main_inst)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 1573 PyObject *v, *w, *errtype; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 1548 PyObject *v, *w, *errtype; local
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 1578 PyObject *v, *w, *errtype; local
    [all...]
  /external/python/cpython3/Python/
pythonrun.c 1274 PyObject *v, *w, *errtype, *errtext; local
    [all...]
ast.c 2114 const char *errtype = NULL; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 81 func widstruct(errtype *types.Type, t *types.Type, o int64, flag int) int64 {
134 yyerror("type %L too large", errtype)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 81 func widstruct(errtype *types.Type, t *types.Type, o int64, flag int) int64 {
134 yyerror("type %L too large", errtype)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 64 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) {
66 PyErr_SetObject(errtype, obj);
72 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) {
74 PyErr_SetString(errtype, msg);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c     [all...]

Completed in 289 milliseconds