/external/libjpeg-turbo/ |
turbojpeg-jni.c | 42 #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("Mismatch between Java and C API") [all...] |
bmp.c | 69 #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("savebmp(): Could not initialize PPM writer") [all...] |
turbojpeg.c | 128 #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("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())
|
/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/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 | 31 _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:
|
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/ |
codemodel-2.2.11.jar | |