HomeSort by relevance Sort by last modified time
    Searched refs:error_exit (Results 1 - 25 of 31) sorted by null

1 2

  /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
  /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
  /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/webkit/Source/WebCore/platform/image-encoders/
JPEGImageEncoder.cpp 91 err.error_exit = jpegErrorExit;
  /external/skia/legacy/src/images/
SkJpegUtility.cpp 64 cinfo->err->error_exit((j_common_ptr)cinfo);
85 cinfo->err->error_exit((j_common_ptr)cinfo);
SkImageDecoder_libjpeg.cpp 205 sk_err.error_exit = skjpeg_error_exit;
477 sk_err.error_exit = skjpeg_error_exit;
554 sk_err.error_exit = skjpeg_error_exit;
943 sk_err.error_exit = skjpeg_error_exit;
    [all...]
  /external/skia/src/images/
SkJpegUtility.cpp 64 cinfo->err->error_exit((j_common_ptr)cinfo);
85 cinfo->err->error_exit((j_common_ptr)cinfo);
SkImageDecoder_libjpeg.cpp 228 sk_err.error_exit = skjpeg_error_exit;
515 sk_err.error_exit = skjpeg_error_exit;
592 sk_err.error_exit = skjpeg_error_exit;
981 sk_err.error_exit = skjpeg_error_exit;
    [all...]
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.cpp 114 error.error_exit = handleError;
  /frameworks/av/services/camera/libcameraservice/camera2/
JpegCompressor.cpp 87 mCInfo.err->error_exit = jpegErrorHandler;
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 146 mCInfo.err->error_exit = jpegErrorHandler;
  /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...]

Completed in 366 milliseconds

1 2