Searched refs:_throw (Results 1 - 12 of 12) sorted by relevance

/external/libjpeg-turbo/
H A Dturbojpeg-jni.c42 #define _throw(msg) { \ macro
52 _throw(temps); \
104 if(retval==-1) _throw(tjGetErrorStr());
115 if(retval==-1) _throw(tjGetErrorStr());
136 if(retval==-1) _throw(tjGetErrorStr());
147 if(retval==-1) _throw(tjGetErrorStr());
158 if(retval==-1) _throw(tjGetErrorStr());
173 _throw(tjGetErrorStr());
197 _throw("Invalid argument in compress()");
199 _throw("Mismatc
[all...]
H A Dbmp.c69 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \ macro
173 _throw("loadbmp(): Invalid argument");
191 else if(tempc==EOF) _throw("loadbmp(): Input file contains no data");
196 _throw("loadbmp(): Could not initialize bitmap loader");
201 _throw("loadbmp(): Could not initialize bitmap loader");
203 else _throw("loadbmp(): Unsupported file type");
217 _throw("loadbmp(): Memory allocation failure");
257 _throw("savebmp(): Invalid argument");
291 _throw("savebmp(): Could not initialize bitmap writer");
296 _throw("savebm
[all...]
H A Dturbojpeg.c128 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \ macro
322 _throw("Unsupported pixel format");
601 _throw("tjBufSize(): Invalid argument");
619 _throw("TJBUFSIZE(): Invalid argument");
637 _throw("tjBufSizeYUV2(): Invalid argument");
671 _throw("tjPlaneWidth(): Invalid argument");
674 _throw("tjPlaneWidth(): Invalid argument");
692 _throw("tjPlaneHeight(): Invalid argument");
695 _throw("tjPlaneHeight(): Invalid argument");
715 _throw("tjPlaneSizeYU
[all...]
H A Dtjunittest.c60 #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("Memor
[all...]
H A Dtjbench.c41 #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())
/external/libvncserver/test/
H A Dbmp.c79 #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("Corrup
[all...]
H A Dtjunittest.c48 #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");
H A Dtjbench.c39 #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/libvncserver/common/
H A Dturbojpeg.c107 #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("tjDecompressHeader
[all...]
/external/autotest/client/cros/
H A Dpower_suspend.py31 _throw: Set to have SuspendFailure exceptions raised to the caller.
98 self._throw = throw
366 exception when _throw is set. Returns a dict of general measurements,
452 if self._throw:
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 289 milliseconds