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

  /external/pdfium/third_party/libjpeg/
fpdfapi_jerror.c 61 error_exit (j_common_ptr cinfo) function
220 err->error_exit = error_exit;
  /external/libjpeg-turbo/
jerror.c 68 error_exit (j_common_ptr cinfo) function
231 err->error_exit = error_exit;
jpeglib.h 721 void (*error_exit) (j_common_ptr cinfo); member in struct:jpeg_error_mgr
    [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp 162 error_exit( j_common_ptr cinfo ) function in namespace:cv
222 state->jerr.pub.error_exit = error_exit;
570 jerr.pub.error_exit = error_exit;
  /external/toybox/lib/
lib.c 41 void error_exit(char *msg, ...) function
96 error_exit("%s", msg);
306 if (*c) error_exit("not integer: %s", numstr);
317 if (val < low) error_exit("%ld < %ld", val, low);
318 if (val > high) error_exit("%ld > %ld", val, high);
359 if (len < 1) error_exit("bad utf8 %x", (int)c);
455 if (CFG_TOYBOX_DEBUG && (ibuf ? !*plen : *plen)) error_exit("bad readfileat");
634 if(-1 == (fd = mkstemp(*tempname))) error_exit("no temp file");
879 error_exit("bad mode '%s'", modestr);
  /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 181 milliseconds