| /external/e2fsprogs/lib/ext2fs/ |
| tst_bitmaps.c | 576 int c, err, code; local 621 (char *)NULL, &tst_bitmaps_cmds, &code); 622 if (code) { 623 ss_perror(sci_idx, code, "creating invocation"); 627 (void) ss_add_request_table (sci_idx, &ss_std_requests, 1, &code); 628 if (code) { 629 ss_perror(sci_idx, code, "adding standard requests"); 639 code = ss_execute_line(sci_idx, request); 640 if (code) { 641 ss_perror(sci_idx, code, request) [all...] |
| /external/freetype/src/cff/ |
| cffparse.c | 40 FT_UInt code, 47 parser->object_code = code; 664 #define CFF_FIELD_NUM( code, name, id ) \ 665 CFF_FIELD( code, name, id, cff_kind_num ) 666 #define CFF_FIELD_FIXED( code, name, id ) \ 667 CFF_FIELD( code, name, id, cff_kind_fixed ) 668 #define CFF_FIELD_FIXED_1000( code, name, id ) \ 669 CFF_FIELD( code, name, id, cff_kind_fixed_thousand ) 670 #define CFF_FIELD_STRING( code, name, id ) \ 671 CFF_FIELD( code, name, id, cff_kind_string 989 FT_UInt code; local [all...] |
| /external/freetype/src/gzip/ |
| infcodes.c | 41 } code; /* if LEN or DIST, where in tree */ member in union:inflate_codes_state::__anon1108 117 c->sub.code.need = c->lbits; 118 c->sub.code.tree = c->ltree; 121 j = c->sub.code.need; 123 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]); 144 c->sub.code.need = e; 145 c->sub.code.tree = t + t->base; 154 c->mode = BADCODE; /* invalid code */ 155 z->msg = (char*)"invalid literal/length code"; 163 c->sub.code.need = c->dbits [all...] |
| /external/gcc-demangle/ |
| cp-demangle.h | 40 const char *code; member in struct:demangle_operator_info
|
| /external/harfbuzz_ng/src/hb-ucdn/ |
| ucdn.c | 53 static const UCDRecord *get_ucd_record(uint32_t code) 57 if (code >= 0x110000) 60 index = index0[code >> (SHIFT1+SHIFT2)] << SHIFT1; 61 offset = (code >> SHIFT2) & ((1<<SHIFT1) - 1); 63 offset = code & ((1<<SHIFT2) - 1); 70 static const unsigned short *get_decomp_record(uint32_t code) 74 if (code >= 0x110000) 77 index = decomp_index0[code >> (DECOMP_SHIFT1+DECOMP_SHIFT2)] 79 offset = (code >> DECOMP_SHIFT2) & ((1<<DECOMP_SHIFT1) - 1); 81 offset = code & ((1<<DECOMP_SHIFT2) - 1) 155 const unsigned short *code = *code_ptr; local [all...] |
| /external/icu/icu4c/source/common/ |
| brkeng.cpp | 223 UScriptCode code = uscript_getScript(c, &status); local 225 DictionaryMatcher *m = loadDictionaryMatcherFor(code, breakType); 228 switch(code) { 258 UBlockCode block = ublock_getCode(code);
|
| /external/icu/icu4c/source/i18n/ |
| anytrans.cpp | 75 * The code of the current run, valid after next() returns. May 327 * Return the script code for a given name, or -1 if not found. 331 UScriptCode code; local 340 if (!isInvariant || uscript_getCode(buf, &code, 1, &ec) != 1 || U_FAILURE(ec)) 342 code = USCRIPT_INVALID_CODE; 344 return code; 375 // Get the script code for the target. If not a script, ignore.
|
| /external/icu/icu4c/source/test/cintltst/ |
| currtest.c | 240 {"XFU", 0}, /* XFU: no numeric code */ 241 {"ZZZ", 0}, /* ZZZ: undefined ISO currency code */ 242 {"bogus", 0}, /* bogus code */ 247 UChar code[4]; local 252 u_charsToUChars(NUMCODE_TESTDATA[i].alphaCode, code, sizeof(code)/sizeof(code[0])); 253 numCode = ucurr_getNumericCode(code);
|
| uregiontest.c | 47 const char *code; member in struct:KnownRegion 57 // Code, Num, Parent, Type, Containing Continent 363 for (rd = knownRegions; rd->code != NULL ; rd++ ) { 365 const URegion *r = uregion_getRegionFromCode(rd->code, &status); 370 log_err("ERROR: Numeric code mismatch for region %s. Expected:%d Got:%d\n", uregion_getRegionCode(r), e, n ); 378 log_err("ERROR: Creating region %s by its numeric code returned a different region. Got: %s instead.\n", 383 log_data_err("ERROR: Known region %s was not recognized.\n", rd->code); 390 for (rd = knownRegions; rd->code != NULL ; rd++ ) { 392 const URegion *r = uregion_getRegionFromCode(rd->code, &status); 412 log_data_err("ERROR: Known region %s was not recognized.\n", rd->code); [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| regiontst.cpp | 21 const char *code; member in struct:KnownRegion 31 // Code, Num, Parent, Type, Containing Continent 370 const Region *r = Region::getInstance(rd.code,status); 375 errln("Numeric code mismatch for region %s. Expected:%d Got:%d",r->getRegionCode(),e,n); 386 errln("Creating region %s by its numeric code returned a different region. Got: %s instead.",r->getRegionCode(),ncRegion->getRegionCode()); 390 dataerrln("Known region %s was not recognized.",rd.code); 407 { "276", "DE", URGN_TERRITORY }, // Numeric code for Germany 408 { "278", "DE", URGN_TERRITORY }, // Numeric code for East Germany (Deprecated) 411 { "SVK", "SK", URGN_TERRITORY } // 3-letter code - Slovakia 459 { 276, "DE", URGN_TERRITORY }, // Numeric code for German [all...] |
| testidn.cpp | 148 uint32_t code; local 184 /* get the character code, field 0 */ 185 code=(uint32_t)uprv_strtoul(s, &end, 16); 191 compareMapping(code,mapping, length,USPREP_MAP); 211 //fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len); 317 test.logln("Number of Unassinged code points : %i \n",unassigned); 318 test.logln("Number of Prohibited code points : %i \n",prohibited); 319 test.logln("Number of Mapped code points : %i \n",mapped); 320 test.logln("Number of Mapped with NFKC code points : %i \n",mappedWithNorm); 321 test.logln("Number of code points that have no value in Trie: %i \n",noValueInTrie) [all...] |
| /external/icu/icu4c/source/tools/gensprep/ |
| gensprep.c | 281 uint32_t code; local 286 /* get the character code, field 0 */ 287 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16); 307 (long)code, u_errorName(*pErrorCode)); 315 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode); 330 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */ 344 uint32_t code; local 379 fprintf(stderr, "Could not parse code point range. Error: %s\n",u_errorName(*pErrorCode)); 390 fprintf(stderr, "Could not parse code point range. Error: %s\n",u_errorName(*pErrorCode)); 399 /* get the character code, field 0 * [all...] |
| /external/iputils/ninfod/ |
| ninfod_core.c | 9 * 1. Redistributions of source code must retain the above copyright 133 uint8_t code; member in struct:subjinfo 141 .code = ICMP6_NI_SUBJ_IPV6, 147 .code = ICMP6_NI_SUBJ_FQDN, 153 .code = ICMP6_NI_SUBJ_IPV4, 165 static __inline__ struct subjinfo *subjinfo_lookup(int code) 167 if (code >= ARRAY_SIZE(subjinfo_table)) 169 if (subjinfo_table[code].name == NULL) 171 return &subjinfo_table[code]; 571 /* Step 2: Check Subject Code */ [all...] |
| /external/javassist/src/main/javassist/ |
| CtMethod.java | 21 * An instance of <code>CtMethod</code> represents a method. 23 * <p>See the super class <code>CtBehavior</code> since 24 * a number of useful methods are in <code>CtBehavior</code>. 25 * A number of useful factory methods are in <code>CtNewMethod</code>. 43 * added to a class with <code>CtClass.addMethod()</code> 285 Bytecode code = CtNewWrappedMethod.makeBody(clazz, local [all...] |
| /external/kernel-headers/original/uapi/linux/ |
| icmp.h | 70 __u8 code; member in struct:icmphdr
|
| if_pppox.h | 146 __u8 code; member in struct:pppoe_hdr
|
| igmp.h | 32 __u8 code; /* For newer IGMP */ member in struct:igmphdr 64 __u8 code; member in struct:igmpv3_query
|
| uhid.h | 76 __u16 code; member in struct:uhid_output_ev_req
|
| v4l2-subdev.h | 45 * @format: media bus format (format code and frame size) 71 * @code: format code (from enum v4l2_mbus_pixelcode) 76 __u32 code; member in struct:v4l2_subdev_mbus_code_enum 84 * @code: format code (from enum v4l2_mbus_pixelcode) 89 __u32 code; member in struct:v4l2_subdev_frame_size_enum 112 * @code: format code (from enum v4l2_mbus_pixelcode) 120 __u32 code; member in struct:v4l2_subdev_frame_interval_enum [all...] |
| /external/libunwind/src/ia64/ |
| unwind_decoder.h | 51 * UNW_DEC_BAD_CODE(code) 107 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) 124 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) 142 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) 162 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) 183 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) 185 int body = (code & 0x20) != 0; 188 rlen = (code & 0x1f); 194 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) 201 mask = ((code & 0x7) << 1) | ((byte1 >> 7) & 1) 449 unsigned char code, primary; local [all...] |
| /external/libxml2/ |
| error.c | 248 int code = -1; local 265 code = err->code; 270 if (code == XML_ERR_OK) 436 * @code: the code for the error 455 void *nod, int domain, int code, xmlErrorLevel level, 467 if (code == XML_ERR_OK) 545 to->code = code; [all...] |
| /external/llvm/unittests/ADT/ |
| HashingTest.cpp | 24 // Helper for test code to print hash codes. 25 void PrintTo(const hash_code &code, std::ostream *os) { 26 *os << static_cast<size_t>(code); 179 hash_code code = hash_combine_range(&all_one_c[0], &all_one_c[0] + Idx); local 181 I = code_to_size.insert(std::make_pair(code, Idx)).first; 187 hash_code code = hash_combine_range(&all_zero_c[0], &all_zero_c[0] + Idx); local 189 I = code_to_size.insert(std::make_pair(code, Idx)).first; 195 hash_code code = hash_combine_range(&all_one_int[0], &all_one_int[0] + Idx); local 197 I = code_to_size.insert(std::make_pair(code, Idx)).first; 203 hash_code code = hash_combine_range(&all_zero_int[0], &all_zero_int[0] + Idx) local [all...] |
| /external/mesa3d/src/gallium/drivers/nv50/ |
| nv50_program.h | 58 uint32_t *code; member in struct:nv50_program
|
| nv50_screen.h | 31 struct nouveau_bo *code; member in struct:nv50_screen
|
| /external/mesa3d/src/gallium/drivers/nvc0/ |
| nvc0_program.c | 534 debug_printf("shader binary code (0x%x bytes):", prog->code_size); 538 debug_printf("%08x ", prog->code[pos]); 580 prog->code = info->bin.code; 674 NOUVEAU_ERR("out of code space\n"); 696 nv50_ir_relocate_code(prog->relocs, prog->code, code_pos, lib_pos, 0); 707 NOUVEAU_BO_VRAM, prog->code_size, prog->code); 719 /* Upload code for builtin functions like integer division emulation. */ 726 const uint32_t *code; local 731 nv50_ir_get_target_library(screen->base.device->chipset, &code, &size) [all...] |