Searched defs:errorcode (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/
H A Ddmprof.py72 errorcode = COMMANDS[action]().do(sys.argv) variable
74 errorcode = 1 variable
77 return errorcode
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dapplegl_glx.c129 int errorcode; local
152 &errorcode, &x11error)) {
153 __glXSendError(dpy, errorcode, 0, X_GLXCreateContext, x11error);
H A Dglx_pbuffer.c650 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);
H A Dglxcmds.c517 int errorcode; local
521 mask, &errorcode, &x11error)) {
522 __glXSendError(dpy, errorcode, 0, X_GLXCopyContext, x11error);
/external/mesa3d/src/glx/
H A Dapplegl_glx.c129 int errorcode; local
152 &errorcode, &x11error)) {
153 __glXSendError(dpy, errorcode, 0, X_GLXCreateContext, x11error);
H A Dglx_pbuffer.c650 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);
H A Dglxcmds.c517 int errorcode; local
521 mask, &errorcode, &x11error)) {
522 __glXSendError(dpy, errorcode, 0, X_GLXCopyContext, x11error);
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_pbuffer.c121 int width, int height, int *errorcode,
144 *errorcode = BadAlloc;
149 *errorcode = BadAlloc;
167 *errorcode = BadMatch;
120 apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config, int width, int height, int *errorcode, GLXPbuffer * result) argument
/external/mesa3d/src/glx/apple/
H A Dapple_glx_pbuffer.c121 int width, int height, int *errorcode,
144 *errorcode = BadAlloc;
149 *errorcode = BadAlloc;
167 *errorcode = BadMatch;
120 apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config, int width, int height, int *errorcode, GLXPbuffer * result) argument
/external/qemu/slirp/
H A Dtftp.c173 u_int16_t errorcode, const char *msg,
194 tp->x.tp_error.tp_error_code = htons(errorcode);
172 tftp_send_error(struct tftp_session *spt, u_int16_t errorcode, const char *msg, struct tftp_t *recv_tp) argument
/external/qemu/slirp-android/
H A Dtftp.c175 u_int16_t errorcode, const char *msg,
195 tp->x.tp_error.tp_error_code = htons(errorcode);
174 tftp_send_error(struct tftp_session *spt, u_int16_t errorcode, const char *msg, struct tftp_t *recv_tp) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun_unittest.cc1008 const StunErrorCodeAttribute* errorcode = msg.GetErrorCode(); local
1009 ASSERT_TRUE(errorcode != NULL);
1010 EXPECT_EQ(kTestErrorClass, errorcode->eclass());
1011 EXPECT_EQ(kTestErrorNumber, errorcode->number());
1012 EXPECT_EQ(kTestErrorReason, errorcode->reason());
1013 EXPECT_EQ(kTestErrorCode, errorcode->code());
1049 StunErrorCodeAttribute* errorcode = StunAttribute::CreateErrorCode(); local
1050 errorcode->SetCode(kTestErrorCode);
1051 errorcode->SetReason(kTestErrorReason);
1052 EXPECT_TRUE(msg.AddAttribute(errorcode));
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
H A Dwebrtc_cng.c33 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...]
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.c315 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/
H A Dstructs.h362 int16_t errorcode; member in struct:__anon15062
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dstructs.h361 WebRtc_Word16 errorcode; member in struct:__anon32556
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c2230 int WRAPPER_FOR(PMPI_Error_string)( int errorcode, char* string, argument
2240 CALL_FN_W_WWW(err, fn, errorcode,string,resultlen);
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c6844 TRIO_ARGS1((errorcode),
6845 int errorcode)
6848 switch (TRIO_ERROR_CODE(errorcode))
6843 trio_strerror(errorcode), int errorcode argument
/external/libxml2/
H A Dtrio.c6848 TRIO_ARGS1((errorcode),
6849 int errorcode)
6852 switch (TRIO_ERROR_CODE(errorcode))
6847 trio_strerror(errorcode), int errorcode argument

Completed in 486 milliseconds