/external/qemu/ |
D | qemu-thread.c | 22 static void error_exit(int err, const char *msg) in error_exit() function 34 error_exit(err, __func__); in qemu_mutex_init() 43 error_exit(err, __func__); in qemu_mutex_destroy() 52 error_exit(err, __func__); in qemu_mutex_lock() 80 error_exit(err, __func__); in qemu_mutex_timedlock() 90 error_exit(err, __func__); in qemu_mutex_unlock() 99 error_exit(err, __func__); in qemu_cond_init() 108 error_exit(err, __func__); in qemu_cond_destroy() 117 error_exit(err, __func__); in qemu_cond_signal() 126 error_exit(err, __func__); in qemu_cond_broadcast() [all …]
|
/external/jpeg/ |
D | jerror.c | 70 error_exit (j_common_ptr cinfo) in error_exit() function 233 err->error_exit = error_exit; in jpeg_std_error()
|
D | 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)))
|
D | example.c | 315 jerr.pub.error_exit = my_error_exit; in read_JPEG_file()
|
D | ckconfig.c | 106 int (*error_exit) (char *msgtext); member
|
D | jpeglib.h | 706 JMETHOD(void, error_exit, (j_common_ptr cinfo));
|
D | configure | 751 int (*error_exit) (char *msgtext);
|
D | libjpeg.doc | 504 object that has reported an error by calling error_exit (see "Error handling" 1312 error_exit (j_common_ptr cinfo) 1339 Only error_exit() and emit_message() are called from the rest of the JPEG 1364 error handler struct, then invoke the error_exit() or emit_message() method.
|
/external/icu4c/test/letest/ |
D | PortableFontInstance.cpp | 100 goto error_exit; in PortableFontInstance() 119 goto error_exit; in PortableFontInstance() 146 goto error_exit; in PortableFontInstance() 161 goto error_exit; in PortableFontInstance() 166 error_exit: in PortableFontInstance()
|
/external/icu4c/extra/uconv/ |
D | uconv.cpp | 683 goto error_exit; in convertFile() 700 goto error_exit; in convertFile() 706 goto error_exit; in convertFile() 715 goto error_exit; in convertFile() 721 goto error_exit; in convertFile() 743 goto error_exit; in convertFile() 1031 goto error_exit; in convertFile() 1041 error_exit: in convertFile() 1355 goto error_exit; in main() 1364 goto error_exit; in main() [all …]
|
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/ |
D | JPEGImageDecoder.cpp | 85 void error_exit(j_common_ptr cinfo); 127 m_err.pub.error_exit = error_exit; in JPEGImageReader() 376 void error_exit(j_common_ptr cinfo) in error_exit() function
|
/external/skia/src/images/ |
D | SkJpegUtility.cpp | 71 cinfo->err->error_exit((j_common_ptr)cinfo); in sk_skip_input_data() 92 cinfo->err->error_exit((j_common_ptr)cinfo); in sk_resync_to_restart()
|
D | SkImageDecoder_libjpeg.cpp | 210 sk_err.error_exit = skjpeg_error_exit; in onDecode() 482 sk_err.error_exit = skjpeg_error_exit; in onBuildTileIndex() 555 sk_err.error_exit = skjpeg_error_exit; in onDecodeRegion() 898 sk_err.error_exit = skjpeg_error_exit; in onEncode()
|
/external/webkit/Source/WebCore/platform/image-encoders/ |
D | JPEGImageEncoder.cpp | 91 err.error_exit = jpegErrorExit; in compressRGBABigEndianToJPEG()
|
/external/webkit/Source/WebCore/platform/image-encoders/skia/ |
D | JPEGImageEncoder.cpp | 114 error.error_exit = handleError; in encodePixels()
|
/external/chromium/net/tools/flip_server/ |
D | balsa_frame.cc | 1205 goto error_exit; in BytesSpliced() 1222 goto error_exit; in BytesSpliced() 1227 goto error_exit; in BytesSpliced() 1230 error_exit: in BytesSpliced()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 109 error_exit( j_common_ptr cinfo ) in error_exit() function 165 jerr->pub.error_exit = error_exit; in ReadHeader() 443 jerr.pub.error_exit = error_exit; in WriteImage()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 8626 (WebCore::error_exit):
|
D | ChangeLog-2010-05-24 | 47848 (WebCore::error_exit):
|