Home
last modified time | relevance | path

Searched refs:error_exit (Results 1 – 19 of 19) sorted by relevance

/external/qemu/
Dqemu-thread.c22 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/
Djerror.c70 error_exit (j_common_ptr cinfo) in error_exit() function
233 err->error_exit = error_exit; in jpeg_std_error()
Djerror.h207 (*(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)))
Dexample.c315 jerr.pub.error_exit = my_error_exit; in read_JPEG_file()
Dckconfig.c106 int (*error_exit) (char *msgtext); member
Djpeglib.h706 JMETHOD(void, error_exit, (j_common_ptr cinfo));
Dconfigure751 int (*error_exit) (char *msgtext);
Dlibjpeg.doc504 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/
DPortableFontInstance.cpp100 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/
Duconv.cpp683 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/
DJPEGImageDecoder.cpp85 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/
DSkJpegUtility.cpp71 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()
DSkImageDecoder_libjpeg.cpp210 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/
DJPEGImageEncoder.cpp91 err.error_exit = jpegErrorExit; in compressRGBABigEndianToJPEG()
/external/webkit/Source/WebCore/platform/image-encoders/skia/
DJPEGImageEncoder.cpp114 error.error_exit = handleError; in encodePixels()
/external/chromium/net/tools/flip_server/
Dbalsa_frame.cc1205 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/
Dgrfmt_jpeg.cpp109 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/
DChangeLog-2006-05-108626 (WebCore::error_exit):
DChangeLog-2010-05-2447848 (WebCore::error_exit):