/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
t1errors.h | 5 /* Type 1 error codes (specification only). */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/ |
t42error.h | 5 /* Type 42 error codes (specification only). */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/winfonts/ |
fnterrs.h | 5 /* Win FNT/FON error codes (specification only). */
|
/external/pdfium/third_party/freetype/src/cff/ |
cfferrs.h | 5 /* CFF error codes (specification only). */
|
/external/pdfium/third_party/freetype/src/cid/ |
ciderrs.h | 5 /* CID error codes (specification only). */
|
/external/pdfium/third_party/freetype/src/psaux/ |
psauxerr.h | 5 /* PS auxiliary module error codes (specification only). */
|
/external/pdfium/third_party/freetype/src/pshinter/ |
pshnterr.h | 5 /* PS Hinter error codes (specification only). */
|
/external/pdfium/third_party/freetype/src/psnames/ |
psnamerr.h | 5 /* PS names module error codes (specification only). */
|
/external/pdfium/third_party/freetype/src/raster/ |
rasterrs.h | 5 /* monochrome renderer error codes (specification only). */
|
/external/pdfium/third_party/freetype/src/sfnt/ |
sferrors.h | 5 /* SFNT error codes (specification only). */
|
/external/pdfium/third_party/freetype/src/smooth/ |
ftsmerrs.h | 5 /* smooth renderer error codes (specification only). */
|
/external/pdfium/third_party/freetype/src/truetype/ |
tterrors.h | 5 /* TrueType error codes (specification only). */
|
/external/pdfium/third_party/freetype/src/type1/ |
t1errors.h | 5 /* Type 1 error codes (specification only). */
|
/external/ppp/pppd/plugins/pppoatm/ |
atmres.h | 25 /* Return codes for text2atm and atm2text */
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/ |
package.html | 14 codes are retrieved and the class object is constructed by the class
|
/external/strace/linux/aarch64/ |
get_scno.c | 1 /* Return codes: 1 - ok, 0 - ignore, other - error. */
|
/external/strace/linux/alpha/ |
get_scno.c | 1 /* Return codes: 1 - ok, 0 - ignore, other - error. */
|
/external/strace/linux/powerpc64/ |
get_scno.c | 1 /* Return codes: 1 - ok, 0 - ignore, other - error. */
|
/external/strace/linux/sparc64/ |
get_scno.c | 1 /* Return codes: 1 - ok, 0 - ignore, other - error. */
|
/external/webp/src/utils/ |
huffman_encode.h | 26 uint8_t extra_bits; // extra bits for escape codes 29 // Struct to represent the tree codes (depth and bits array). 33 uint16_t* codes; // Symbol Codes. member in struct:__anon27478
|
/external/zxing/core/ |
README.google | 12 QR Codes, Data Matrix, and the UPC family of 1D barcodes. It will provide
|
/external/zxing/qr_scanner/ |
README.google | 7 Android library that exposes an activity to capture QR codes. It is basically
|
/system/core/include/utils/ |
Errors.h | 25 // use this type to return error codes 32 /* the MS C runtime lacks a few error codes */ 35 * Error codes. 36 * All error codes are negative values.
|
/external/mesa3d/src/glx/ |
dri2.c | 65 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code); 95 switch ((wire->u.u.type & 0x7f) - info->codes->first_event) { 178 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code) 180 if (err->majorCode == codes->major_opcode && 188 if (err->majorCode == codes->major_opcode && 195 if (err->majorCode == codes->major_opcode && 211 *eventBase = info->codes->first_event; 212 *errorBase = info->codes->first_error; 231 req->reqType = info->codes->major_opcode; 259 XESetWireToEvent (dpy, info->codes->first_event + i, DRI2WireToEvent) [all...] |
/external/freetype/src/gzip/ |
inftrees.c | 32 uInt, /* number of codes */ 33 uInt, /* number of "simple" codes */ 34 const uIntf *, /* list of base values for non-simple codes */ 35 const uIntf *, /* list of extra bits for non-simple codes */ 43 local const uInt cplens[31] = { /* Copy lengths for literal codes 257..285 */ 47 local const uInt cplext[31] = { /* Extra bits for literal codes 257..285 */ 50 local const uInt cpdist[30] = { /* Copy offsets for distance codes 0..29 */ 54 local const uInt cpdext[30] = { /* Extra bits for distance codes */ 64 is not very long. The most common codes are necessarily the 65 shortest codes, so those codes dominate the decoding time, and henc [all...] |