HomeSort by relevance Sort by last modified time
    Searched defs:error_exit (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jerror.c 67 error_exit (j_common_ptr cinfo) function
234 err->error_exit = error_exit;
  /external/chromium_org/third_party/libjpeg_turbo/
jerror.c 70 error_exit (j_common_ptr cinfo) function
233 err->error_exit = error_exit;
  /external/jpeg/
jerror.c 70 error_exit (j_common_ptr cinfo) function
233 err->error_exit = 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;
ckconfig.c 106 int (*error_exit) (char *msgtext); member in struct:methods_struct
  /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/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/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 112 milliseconds