Searched defs:error_exit (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jerror.c67 error_exit (j_common_ptr cinfo) function
234 err->error_exit = error_exit;
/external/chromium_org/third_party/libjpeg_turbo/
H A Djerror.c70 error_exit (j_common_ptr cinfo) function
233 err->error_exit = error_exit;
/external/jpeg/
H A Djerror.c70 error_exit (j_common_ptr cinfo) function
233 err->error_exit = error_exit;
H A Dckconfig.c106 int (*error_exit) (char *msgtext); member in struct:methods_struct
/external/qemu/distrib/jpeg-6b/
H A Djerror.c70 error_exit (j_common_ptr cinfo) function
233 err->error_exit = error_exit;
H A Dckconfig.c106 int (*error_exit) (char *msgtext); member in struct:methods_struct
/external/qemu/util/
H A Dqemu-thread-posix.c30 static void error_exit(int err, const char *msg) function
46 error_exit(err, __func__);
55 error_exit(err, __func__);
64 error_exit(err, __func__);
78 error_exit(err, __func__);
87 error_exit(err, __func__);
96 error_exit(err, __func__);
105 error_exit(err, __func__);
114 error_exit(err, __func__);
123 error_exit(er
[all...]
H A Dqemu-thread-win32.c19 static void error_exit(int err, const char *msg) function
78 error_exit(GetLastError(), __func__);
85 error_exit(GetLastError(), __func__);
94 error_exit(GetLastError(), __func__);
99 error_exit(GetLastError(), __func__);
127 error_exit(GetLastError(), __func__);
145 error_exit(GetLastError(), __func__);
218 error_exit(GetLastError(), __func__);
226 error_exit(GetLastError(), __func__);
348 error_exit(GetLastErro
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp130 void error_exit(j_common_ptr cinfo);
327 // We set up the normal JPEG error routines, then override error_exit.
329 m_err.pub.error_exit = error_exit;
652 void error_exit(j_common_ptr cinfo) function in namespace:blink
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp109 error_exit( j_common_ptr cinfo ) function
165 jerr->pub.error_exit = error_exit;
443 jerr.pub.error_exit = error_exit;

Completed in 1574 milliseconds