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

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
jerror.c 70 error_exit (j_common_ptr cinfo) function
233 err->error_exit = error_exit;
jerror.h 230 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
234 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
239 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
245 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
252 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
256 (*(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;
bmp.c 119 jerr.pub.error_exit=my_error_exit;
203 jerr.pub.error_exit=my_error_exit;
turbojpegl.c 90 j->jerr.pub.error_exit=my_error_exit;
228 j->jerr.pub.error_exit=my_error_exit;
  /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/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/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.cpp 115 goto error_exit;
135 goto error_exit;
146 // goto error_exit;
153 // goto error_exit;
163 goto error_exit;
179 goto error_exit;
184 error_exit:
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
PortableFontInstance.cpp 115 goto error_exit;
135 goto error_exit;
146 // goto error_exit;
153 // goto error_exit;
163 goto error_exit;
179 goto error_exit;
184 error_exit:
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.cpp 115 goto error_exit;
135 goto error_exit;
146 // goto error_exit;
153 // goto error_exit;
163 goto error_exit;
179 goto error_exit;
184 error_exit:
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.cpp 115 goto error_exit;
135 goto error_exit;
146 // goto error_exit;
153 // goto error_exit;
163 goto error_exit;
179 goto error_exit;
184 error_exit:
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/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 210 // We set up the normal JPEG error routines, then override error_exit.
214 errmgr.pub.error_exit = ErrorExit;
459 // We set up the normal JPEG error routines, then override error_exit.
463 errmgr.pub.error_exit = ErrorExit;
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 146 mCInfo.err->error_exit = jpegErrorHandler;
  /external/chromium_org/net/tools/balsa/
balsa_frame.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 130 void error_exit(j_common_ptr cinfo);
327 // We set up the normal JPEG error routines, then override error_exit.
329 m_err.pub.error_exit = error_exit;
652 void error_exit(j_common_ptr cinfo) function in namespace:blink
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
JPEGImageEncoder.cpp 129 error.error_exit = handleError;
  /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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 74 error_mgr_->base.error_exit = &ErrorHandler;

Completed in 2822 milliseconds

1 2