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

  /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/
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/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
  /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 460 milliseconds