HomeSort by relevance Sort by last modified time
    Searched refs:_throw (Results 1 - 11 of 11) sorted by null

  /external/libvncserver/test/
bmp.c 79 #define _throw(m) {__bmperr=m; retcode=-1; goto finally;} macro
80 #define _unix(f) {if((f)==-1) _throw(strerror(errno));}
84 if((bytesread=read(fd, addr, (size)))==-1) _throw(strerror(errno)); \
85 if(bytesread!=(size)) _throw("Read error");
115 if((fs=fdopen(*fd, "r"))==NULL) _throw(strerror(errno));
119 if(!fgets(temps, 255, fs)) _throw("Read error");
126 _throw("Read error");
130 _throw("Read error");
134 _throw("Read error");
139 if((*w)<1 || (*h)<1 || scalefactor<1) _throw("Corrupt PPM header")
    [all...]
tjunittest.c 48 #define _throw(m) {printf("ERROR: %s\n", m); bailout();} macro
250 _throw("Memory allocation failure");
291 _throw("Incorrect JPEG header");
295 _throw("Memory allocation failure");
345 _throw("Memory allocation failure.");
396 _throw("Memory allocation failure");
399 _throw("Memory allocation failure");
414 _throw("Memory allocation failure");
417 _throw("Memory allocation failure");
tjbench.c 39 #define _throw(op, err) { \ macro
43 #define _throwunix(m) _throw(m, strerror(errno))
44 #define _throwtj(m) _throw(m, tjGetErrorStr())
45 #define _throwbmp(m) _throw(m, bmpgeterr())
  /external/libjpeg-turbo/
bmp.c 69 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \ macro
180 _throw("loadbmp(): Invalid argument");
198 else if(tempc==EOF) _throw("loadbmp(): Input file contains no data");
203 _throw("loadbmp(): Could not initialize bitmap loader");
208 _throw("loadbmp(): Could not initialize bitmap loader");
210 else _throw("loadbmp(): Unsupported file type");
224 _throw("loadbmp(): Memory allocation failure");
264 _throw("savebmp(): Invalid argument");
298 _throw("savebmp(): Could not initialize bitmap writer");
303 _throw("savebmp(): Could not initialize PPM writer")
    [all...]
turbojpeg.c 129 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \ macro
323 _throw("Unsupported pixel format");
627 _throw("tjBufSize(): Invalid argument");
645 _throw("TJBUFSIZE(): Invalid argument");
663 _throw("tjBufSizeYUV2(): Invalid argument");
697 _throw("tjPlaneWidth(): Invalid argument");
700 _throw("tjPlaneWidth(): Invalid argument");
718 _throw("tjPlaneHeight(): Invalid argument");
721 _throw("tjPlaneHeight(): Invalid argument");
741 _throw("tjPlaneSizeYUV(): Invalid argument")
    [all...]
tjunittest.c 60 #define _throw(m) {printf("ERROR: %s\n", m); bailout();} macro
405 _throw("Memory allocation failure");
420 _throw("Memory allocation failure");
467 _throw("Incorrect JPEG header");
471 _throw("Memory allocation failure");
482 _throw("Memory allocation failure");
558 _throw("Memory allocation failure.");
615 _throw("Memory allocation failure");
621 _throw("Memory allocation failure");
647 _throw("Memory allocation failure")
    [all...]
tjbench.c 41 #define _throw(op, err) { \ macro
44 #define _throwunix(m) _throw(m, strerror(errno))
45 #define _throwtj(m) _throw(m, tjGetErrorStr())
46 #define _throwbmp(m) _throw(m, bmpgeterr())
turbojpeg-jni.c 42 #define _throw(msg, exceptionClass) { \ macro
49 #define _throwtj() _throw(tjGetErrorStr(), "org/libjpegturbo/turbojpeg/TJException")
51 #define _throwarg(msg) _throw(msg, "java/lang/IllegalArgumentException")
53 #define _throwmem() _throw("Memory allocation failure", "java/lang/OutOfMemoryError");
    [all...]
  /external/libvncserver/common/
turbojpeg.c 107 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \ macro
251 _throw("Unsupported pixel format");
503 _throw("tjBufSize(): Invalid argument");
524 _throw("TJBUFSIZE(): Invalid argument");
549 _throw("tjCompress2(): Instance has not been initialized for compression");
554 _throw("tjCompress2(): Invalid argument");
569 if(!rgbBuf) _throw("tjCompress2(): Memory allocation failure");
590 _throw("tjCompress2(): Memory allocation failure");
692 _throw("tjDecompressHeader2(): Instance has not been initialized for decompression");
696 _throw("tjDecompressHeader2(): Invalid argument")
    [all...]
  /external/autotest/client/cros/
power_suspend.py 33 _throw: Set to have SuspendFailure exceptions raised to the caller.
109 self._throw = throw
458 exception when _throw is set. Returns a dict of general measurements,
559 if self._throw:
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 

Completed in 355 milliseconds