HomeSort by relevance Sort by last modified time
    Searched defs:errorcode (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/tools/deep_memory_profiler/
dmprof.py 72 errorcode = COMMANDS[action]().do(sys.argv) variable
74 errorcode = 1 variable
77 return errorcode
  /external/chromium_org/third_party/mesa/src/src/glx/
applegl_glx.c 129 int errorcode; local
152 &errorcode, &x11error)) {
153 __glXSendError(dpy, errorcode, 0, X_GLXCreateContext, x11error);
glx_pbuffer.c 650 int errorcode; local
686 if (apple_glx_pbuffer_create(dpy, config, width, height, &errorcode,
689 * apple_glx_pbuffer_create only sets the errorcode to core X11
692 __glXSendError(dpy, errorcode, 0, X_GLXCreatePbuffer, true);
glxcmds.c 368 error.errorCode = BadValue;
517 int errorcode; local
521 mask, &errorcode, &x11error)) {
522 __glXSendError(dpy, errorcode, 0, X_GLXCopyContext, x11error);
    [all...]
  /external/mesa3d/src/glx/
applegl_glx.c 129 int errorcode; local
152 &errorcode, &x11error)) {
153 __glXSendError(dpy, errorcode, 0, X_GLXCreateContext, x11error);
glx_pbuffer.c 650 int errorcode; local
686 if (apple_glx_pbuffer_create(dpy, config, width, height, &errorcode,
689 * apple_glx_pbuffer_create only sets the errorcode to core X11
692 __glXSendError(dpy, errorcode, 0, X_GLXCreatePbuffer, true);
glxcmds.c 368 error.errorCode = BadValue;
517 int errorcode; local
521 mask, &errorcode, &x11error)) {
522 __glXSendError(dpy, errorcode, 0, X_GLXCopyContext, x11error);
    [all...]
  /external/pcre/dist/
pcreposix.c 272 int errorcode; local
284 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr,
293 return (errorcode < (int)(sizeof(eint)/sizeof(const int)))?
294 eint[errorcode] : REG_BADPAT;
pcre_dfa_exec.c 3342 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset); local
    [all...]
pcre_compile.c 8791 int errorcode = 0; local
    [all...]
pcre_exec.c 6432 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 33 int16_t errorcode; member in struct:WebRtcCngDecInst_t_
46 int16_t errorcode; member in struct:WebRtcCngEncInst_t_
89 (*(WebRtcCngEncInst_t**) cng_inst)->errorcode = 0;
110 (*(WebRtcCngDecInst_t**) cng_inst)->errorcode = 0;
153 inst->errorcode = CNG_DISALLOWED_LPC_ORDER;
255 inst->errorcode = CNG_ENCODER_NOT_INITIATED;
261 inst->errorcode = CNG_DISALLOWED_FRAME_SIZE;
422 inst->errorcode = CNG_DECODER_NOT_INITIATED;
493 inst->errorcode = CNG_DISALLOWED_FRAME_SIZE;
595 return inst->errorcode;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 58 errorcode namespace
72 if err in errorcode:
73 return errorcode[err]
356 raise socket.error(err, errorcode[err])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 58 errorcode namespace
72 if err in errorcode:
73 return errorcode[err]
356 raise socket.error(err, errorcode[err])
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun_unittest.cc 1008 const StunErrorCodeAttribute* errorcode = msg.GetErrorCode(); local
1049 StunErrorCodeAttribute* errorcode = StunAttribute::CreateErrorCode(); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 315 short ap_gout[4], errorcode; local
318 errorcode=appl_getinfo(AES_WINDOW, &ap_gout[0], &ap_gout[1], &ap_gout[2], &ap_gout[3]);
320 if (errorcode==0) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 362 int16_t errorcode; member in struct:__anon20382
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 361 WebRtc_Word16 errorcode; member in struct:__anon17104

Completed in 1888 milliseconds