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

1 2 3

  /external/qemu/util/
qemu-thread-posix.c 30 static void error_exit(int err, const char *msg) function
46 error_exit(err, __func__);
55 error_exit(err, __func__);
64 error_exit(err, __func__);
78 error_exit(err, __func__);
87 error_exit(err, __func__);
96 error_exit(err, __func__);
105 error_exit(err, __func__);
114 error_exit(err, __func__);
123 error_exit(err, __func__)
    [all...]
qemu-thread-win32.c 19 static void error_exit(int err, const char *msg) function
78 error_exit(GetLastError(), __func__);
85 error_exit(GetLastError(), __func__);
94 error_exit(GetLastError(), __func__);
99 error_exit(GetLastError(), __func__);
127 error_exit(GetLastError(), __func__);
145 error_exit(GetLastError(), __func__);
218 error_exit(GetLastError(), __func__);
226 error_exit(GetLastError(), __func__);
348 error_exit(GetLastError(), __func__)
    [all...]
  /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;
  /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;
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jerror.c 67 error_exit (j_common_ptr cinfo) function
234 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)))
  /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;
  /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/pdfium/core/include/thirdparties/libjpeg/
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)))
  /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/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...]

Completed in 1529 milliseconds

1 2 3