/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
|
/external/qemu/distrib/jpeg-6b/ |
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
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
jerr_hook.cpp | 22 * Replaces libjpeg's error_exit function, returns control to 47 errMgr->mgr.error_exit = ErrExit;
|
/external/chromium_org/third_party/skia/src/images/ |
SkJpegUtility.cpp | 21 cinfo->err->error_exit((j_common_ptr)cinfo); 35 cinfo->err->error_exit((j_common_ptr)cinfo); 77 cinfo->err->error_exit((j_common_ptr)cinfo);
|
/external/skia/src/images/ |
SkJpegUtility.cpp | 21 cinfo->err->error_exit((j_common_ptr)cinfo); 35 cinfo->err->error_exit((j_common_ptr)cinfo); 77 cinfo->err->error_exit((j_common_ptr)cinfo);
|
/external/chromium_org/third_party/icu/source/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/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:
|
/frameworks/av/cmds/stagefright/ |
jpeg.cpp | 53 sf_err.jerr.error_exit = sf_jpeg_error_exit;
|
/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 | 686 goto error_exit; 703 goto error_exit; 709 goto error_exit; 718 goto error_exit; 724 goto error_exit; 746 goto error_exit; [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
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
JpegCompressor.cpp | 87 mCInfo.err->error_exit = jpegErrorHandler;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
dri2_glx.c | 250 goto error_exit; 258 goto error_exit; 268 goto error_exit; 273 goto error_exit; 309 goto error_exit; 315 error_exit: [all...] |
/external/mesa3d/src/glx/ |
dri2_glx.c | 250 goto error_exit; 258 goto error_exit; 268 goto error_exit; 273 goto error_exit; 309 goto error_exit; 315 error_exit: [all...] |
/external/chromium_org/ui/gfx/codec/ |
jpeg_codec.cc | 215 // We set up the normal JPEG error routines, then override error_exit. 219 errmgr.pub.error_exit = ErrorExit; 468 // We set up the normal JPEG error routines, then override error_exit. 472 errmgr.pub.error_exit = ErrorExit;
|
/device/generic/goldfish/camera/fake-pipeline2/ |
JpegCompressor.cpp | 146 mCInfo.err->error_exit = jpegErrorHandler;
|
/external/chromium/net/tools/flip_server/ |
balsa_frame.cc | [all...] |
/external/chromium_org/net/tools/balsa/ |
balsa_frame.cc | [all...] |