/external/expat/xmlwf/ |
xmlwin32url.cxx | 127 int code = XML_GetErrorCode(parser); local 128 const XML_Char *message = XML_ErrorString(code); 137 XML_GetBase(parser), code);
|
/external/freetype/src/cff/ |
cffparse.c | 42 FT_UInt code, 49 parser->object_code = code; 575 #define CFF_FIELD_NUM( code, name ) \ 576 CFF_FIELD( code, name, cff_kind_num ) 577 #define CFF_FIELD_FIXED( code, name ) \ 578 CFF_FIELD( code, name, cff_kind_fixed ) 579 #define CFF_FIELD_FIXED_1000( code, name ) \ 580 CFF_FIELD( code, name, cff_kind_fixed_thousand ) 581 #define CFF_FIELD_STRING( code, name ) \ 582 CFF_FIELD( code, name, cff_kind_string 778 FT_UInt code; local [all...] |
/external/freetype/src/sfnt/ |
sfobjs.c | 54 FT_UInt len, code, n; local 66 code = FT_NEXT_USHORT( read ); 67 if ( code < 32 || code > 127 ) 68 code = '?'; 70 string[n] = (char)code; 85 FT_UInt len, code, n; local 97 code = *read++; 98 if ( code < 32 || code > 127 [all...] |
/external/icu4c/i18n/ |
anytrans.cpp | 73 * The code of the current run, valid after next() returns. May 308 * Return the script code for a given name, or -1 if not found. 312 UScriptCode code; local 321 if (!isInvariant || uscript_getCode(buf, &code, 1, &ec) != 1 || U_FAILURE(ec)) 323 code = USCRIPT_INVALID_CODE; 325 return code; 356 // Get the script code for the target. If not a script, ignore.
|
/external/icu4c/test/cintltst/ |
putiltst.c | 276 /* Test the data version API for better code coverage */ 438 int32_t code=0; local 440 for(;code<U_ERROR_LIMIT;code++){ 441 errorName = u_errorName((UErrorCode)code); 443 log_err("Error: u_errorName(0x%X) failed.\n",code); 447 for(code=0;code<_CODE_ARR_LEN; code++){ 448 errorName = u_errorName(errorCode[code]); [all...] |
/external/icu4c/test/intltest/ |
testidn.cpp | 146 uint32_t code; local 182 /* get the character code, field 0 */ 183 code=(uint32_t)uprv_strtoul(s, &end, 16); 189 compareMapping(code,mapping, length,USPREP_MAP); 209 //fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len); 315 test.logln("Number of Unassinged code points : %i \n",unassigned); 316 test.logln("Number of Prohibited code points : %i \n",prohibited); 317 test.logln("Number of Mapped code points : %i \n",mapped); 318 test.logln("Number of Mapped with NFKC code points : %i \n",mappedWithNorm); 319 test.logln("Number of code points that have no value in Trie: %i \n",noValueInTrie) [all...] |
/external/icu4c/tools/gensprep/ |
gensprep.c | 278 uint32_t code; local 283 /* get the character code, field 0 */ 284 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16); 304 (long)code, u_errorName(*pErrorCode)); 312 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode); 327 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */ 341 uint32_t code; local 376 fprintf(stderr, "Could not parse code point range. Error: %s\n",u_errorName(*pErrorCode)); 387 fprintf(stderr, "Could not parse code point range. Error: %s\n",u_errorName(*pErrorCode)); 396 /* get the character code, field 0 * [all...] |
/external/kernel-headers/original/linux/ |
icmp.h | 70 __u8 code; member in struct:icmphdr
|
uinput.h | 49 int code; /* UI_FF_UPLOAD, UI_FF_ERASE */ member in struct:uinput_request 118 * these callbacks are invoked. The userspace code then uses 119 * ioctls to retrieve additional parameters and send the return code. 120 * The callback blocks until this return code is sent. 126 * 1. Wait for an event with type == EV_UINPUT and code == UI_FF_UPLOAD. 133 * 4. Perform the effect upload, and place a return code back into 140 * 1. Wait for an event with type == EV_UINPUT and code == UI_FF_ERASE. 147 * 4. Perform the effect erasure, and place a return code back 156 * 'code' is UI_FF_UPLOAD or UI_FF_ERASE, and 'value'
|
/external/libffi/src/ |
closures.c | 5 Code to allocate and deallocate memory for closures. 38 with both write and execute permission. Code compiled when this 71 /* We have no use for this, so save some code and data. */ 75 lose track of the corresponding code address. */ 460 void *code; local 466 if (seg && (code = add_segment_exec_offset (start, seg)) != start) 468 int ret = munmap (code, length); 477 /* Return segment holding given code address. */ 493 to the writable address, and sets *CODE to the executable 496 ffi_closure_alloc (size_t size, void **code) [all...] |
/external/libxml2/ |
error.c | 248 int code = -1; local 265 code = err->code; 270 if (code == XML_ERR_OK) 424 * @code: the code for the error 443 void *nod, int domain, int code, xmlErrorLevel level, 484 if (code == XML_ERR_OK) 536 to->code = code; [all...] |
/external/openssl/crypto/ |
o_time.c | 15 * 1. Redistributions of source code must retain the above copyright 101 short code; member in struct:__anon5579 150 following code was used to get this number: 323 /* Time checking test code. Check times are identical for a wide range of
|
/external/ppp/pppd/ |
chap-new.c | 10 * 1. Redistributions of source code must retain the above copyright 120 static void chap_handle_response(struct chap_server_state *ss, int code, 128 static void chap_handle_status(struct chap_client_state *cs, int code, int id, 209 if (dp->code == digest_code) 239 if (dp->code == digest_code) 380 auth_peer_success(0, PPP_CHAP, ss->digest->code, 476 chap_handle_status(struct chap_client_state *cs, int code, int id, 486 if (code == CHAP_SUCCESS) { 490 code = CHAP_FAILURE; 505 if (code == CHAP_SUCCESS 518 unsigned char code, id; local 575 int code, id, len; local [all...] |
upap.c | 10 * 1. Redistributions of source code must retain the above copyright 320 u_char code, id; local 324 * Parse header (code, id and length). 332 GETCHAR(code, inp); 346 * Action depends on code. 348 switch (code) { 361 default: /* XXX Need code reject */ 584 upap_sresp(u, code, id, msg, msglen) 586 u_char code, id; 597 PUTCHAR(code, outp) 619 int code, id, len; local [all...] |
/external/protobuf/src/google/protobuf/io/ |
tokenizer.cc | 3 // http://code.google.com/p/protobuf/ 9 // * Redistributions of source code must retain the above copyright 42 // integrate cleanly with C++ code, especially abstract code or code meant 49 // use regular expressions. And, indeed, I did. I have code which 55 // a lot of code that ends up basically as complex as the hand-coded 68 // - PCRE is fast, but there's still more overhead involved than the code 77 // our code, but that obligates us to keep it up-to-date and just seems 78 // like a big waste just to save 200 lines of code 649 int code = DigitValue(*ptr); local 663 int code = 0; local [all...] |
/external/qemu/android/skin/ |
file.c | 117 AndroidKeyCode code; member in struct:__anon5874 196 return ki->code; 463 dprint( "### WARNING: invalid skin layout event format: '%s', should be '<TYPE>:<CODE>:<VALUE>'", event );
|
keyboard.c | 106 unsigned code, 109 android_keycodes_add_key_event(&kb->keycodes, code, down); 230 AndroidKeyCode code = 0; local 240 case SDLK_LEFT: code = kKeyCodeDpadLeft; break; 241 case SDLK_RIGHT: code = kKeyCodeDpadRight; break; 242 case SDLK_UP: code = kKeyCodeDpadUp; break; 243 case SDLK_DOWN: code = kKeyCodeDpadDown; break; 247 if (code != 0) { 273 skin_keyboard_add_key_event(keyboard, code, down); 281 code = 0 435 unsigned code; local [all...] |
/external/qemu/slirp/ |
ip_input.c | 8 * 1. Redistributions of source code must retain the above copyright 282 * would confuse code below. 507 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */ 508 int opt, optlen, cnt, off, code, type, forward = 0; local 525 code = &cp[IPOPT_OLEN] - (u_char *)ip; 546 code = &cp[IPOPT_OFFSET] - (u_char *)ip; 555 code = ICMP_UNREACH_SRCFAIL; 586 code = ICMP_UNREACH_SRCFAIL; 601 code = &cp[IPOPT_OFFSET] - (u_char *)ip; 619 code = ICMP_UNREACH_HOST [all...] |
tcp_input.c | 8 * 1. Redistributions of source code must retain the above copyright 635 * But a bit of spaghetti code never hurt anybody :) 672 u_char code=ICMP_UNREACH_NET; local 680 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST; 688 icmp_error(m, ICMP_UNREACH,code, 0,strerror(errno)); [all...] |
/external/qemu/slirp-android/ |
ip_input.c | 8 * 1. Redistributions of source code must retain the above copyright 282 * would confuse code below. 507 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */ 508 int opt, optlen, cnt, off, code, type, forward = 0; local 525 code = &cp[IPOPT_OLEN] - (u_char *)ip; 546 code = &cp[IPOPT_OFFSET] - (u_char *)ip; 555 code = ICMP_UNREACH_SRCFAIL; 586 code = ICMP_UNREACH_SRCFAIL; 601 code = &cp[IPOPT_OFFSET] - (u_char *)ip; 619 code = ICMP_UNREACH_HOST [all...] |
socket.c | 297 * There's a lot duplicated code here, but... 467 u_char code=ICMP_UNREACH_PORT; local 469 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST; 470 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET; 474 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str); 508 u_char code=ICMP_UNREACH_PORT; local 510 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST; 511 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET; 513 DEBUG_MISC((dfd," rx error, tx icmp ICMP_UNREACH:%i\n", code)); 514 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str) [all...] |
tcp_input.c | 8 * 1. Redistributions of source code must retain the above copyright 640 * But a bit of spaghetti code never hurt anybody :) 678 u_char code=ICMP_UNREACH_NET; local 686 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST; 694 icmp_error(m, ICMP_UNREACH,code, 0,errno_str); [all...] |
/external/srec/srec/include/ |
srec_arb.h | 65 asr_uint16_t code; member in struct:__anon7640 98 phonemeID phoneme_index[NUM_PHONEME_INDICES]; /* from short code to phoneme index */
|
/external/v8/src/arm/ |
regexp-macro-assembler-arm.cc | 6 // * Redistributions of source code must retain the above copyright 32 #include "code-stubs.h" 45 * - r5 : Pointer to current code object (Code*) including heap object tag. 51 * - r9 : Unused, might be used by C code and expected unchanged. 62 * - direct_call (if 1, direct call from JavaScript code, if 0 call 90 * code, by calling the code entry as cast to a function with the signature: 118 __ jmp(&entry_label_); // We'll write the entry code later. 164 // Pop Code* offset from backtrack stack, add Code* and jump to location 795 Handle<Code> code = Factory::NewCode(code_desc, local [all...] |
/external/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 58 * - direct_call (if 1, direct call from JavaScript code, if 0 86 * code, by calling the code entry as cast to a function with the signature: 112 __ jmp(&entry_label_); // We'll write the entry code later. 154 // Pop Code* offset from backtrack stack, add Code* and jump to location. 614 // Finalize code - write the entry point code now we know how many 617 // Entry code 816 Handle<Code> code = Factory::NewCode(code_desc, local [all...] |