/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/jpeg/ |
jerror.c | 70 error_exit (j_common_ptr cinfo) function 233 err->error_exit = error_exit;
|
jerror.h | 207 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo))) 211 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo))) 216 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo))) 222 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo))) 229 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo))) 233 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
|
example.c | 235 * Our example here shows how to override the "error_exit" method so that 237 * rather than calling exit() as the standard error_exit method does. 241 * establish the return point. We want the replacement error_exit to do a 243 * error_exit routine. To do this, we make a private extension of the 259 * Here's the routine that will replace the standard error_exit method: 313 /* We set up the normal JPEG error routines, then override error_exit. */ 315 jerr.pub.error_exit = my_error_exit;
|
ckconfig.c | 106 int (*error_exit) (char *msgtext); member in struct:methods_struct
|
jpeglib.h | 706 JMETHOD(void, error_exit, (j_common_ptr cinfo)); [all...] |
configure | 751 int (*error_exit) (char *msgtext); [all...] |
/external/icu4c/test/letest/ |
PortableFontInstance.cpp | 100 goto error_exit; 119 goto error_exit; 130 // goto error_exit; 137 // goto error_exit; 146 goto error_exit; 161 goto error_exit; 166 error_exit:
|
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 85 void error_exit(j_common_ptr cinfo); 125 // We set up the normal JPEG error routines, then override error_exit. 127 m_err.pub.error_exit = error_exit; 376 void error_exit(j_common_ptr cinfo) function in namespace:WebCore
|
/system/extras/tests/bionic/libc/other/ |
test_jpeg.c | 70 cinfo->err->error_exit((j_common_ptr)cinfo); 80 cinfo->err->error_exit((j_common_ptr)cinfo); 155 errmgr.jpeg_mgr.error_exit = _error_exit;
|
/external/icu4c/extra/uconv/ |
uconv.cpp | 683 goto error_exit; 700 goto error_exit; 706 goto error_exit; 715 goto error_exit; 721 goto error_exit; 743 goto error_exit; [all...] |
/external/webkit/Source/WebCore/platform/image-encoders/ |
JPEGImageEncoder.cpp | 91 err.error_exit = jpegErrorExit;
|
/external/skia/src/images/ |
SkJpegUtility.cpp | 71 cinfo->err->error_exit((j_common_ptr)cinfo); 92 cinfo->err->error_exit((j_common_ptr)cinfo);
|
SkImageDecoder_libjpeg.cpp | 210 sk_err.error_exit = skjpeg_error_exit; 482 sk_err.error_exit = skjpeg_error_exit; 555 sk_err.error_exit = skjpeg_error_exit; 898 sk_err.error_exit = skjpeg_error_exit;
|
/external/webkit/Source/WebCore/platform/image-encoders/skia/ |
JPEGImageEncoder.cpp | 114 error.error_exit = handleError;
|
/external/chromium/net/tools/flip_server/ |
balsa_frame.cc | [all...] |
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.cpp | 31 sk_err.error_exit = skjpeg_error_exit;
|
/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...] |
/hardware/ril/libril/ |
ril.cpp | [all...] |