/external/jpeg/ |
jerror.c | 70 error_exit (j_common_ptr cinfo) function 233 err->error_exit = error_exit;
|
ckconfig.c | 106 int (*error_exit) (char *msgtext); member in struct:methods_struct
|
/external/qemu/distrib/jpeg-6b/ |
jerror.c | 70 error_exit (j_common_ptr cinfo) function 233 err->error_exit = error_exit;
|
ckconfig.c | 106 int (*error_exit) (char *msgtext); member in struct:methods_struct
|
/external/qemu/ |
qemu-thread.c | 22 static void error_exit(int err, const char *msg) function 34 error_exit(err, __func__); 43 error_exit(err, __func__); 52 error_exit(err, __func__); 80 error_exit(err, __func__); 90 error_exit(err, __func__); 99 error_exit(err, __func__); 108 error_exit(err, __func__); 117 error_exit(err, __func__); 126 error_exit(err, __func__) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 120 void error_exit(j_common_ptr cinfo); 260 // We set up the normal JPEG error routines, then override error_exit. 262 m_err.pub.error_exit = error_exit; 563 void error_exit(j_common_ptr cinfo) function in namespace:WebCore
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 109 error_exit( j_common_ptr cinfo ) function 165 jerr->pub.error_exit = error_exit; 443 jerr.pub.error_exit = error_exit; [all...] |