| /external/icu4c/tools/gencase/ |
| gencase.h | 54 * The values are stored in ucase.icu so that the runtime code will work with 74 UChar32 code; member in struct:__anon6236 81 UChar32 code, simple; member in struct:__anon6237 88 UChar32 code, lowerCase, upperCase, titleCase; member in struct:__anon6238
|
| /external/javassist/src/main/javassist/bytecode/ |
| InstructionPrinter.java | 42 CodeAttribute code = info.getCodeAttribute(); local 43 if (code == null) 46 CodeIterator iterator = code.iterator();
|
| /external/javassist/src/main/javassist/bytecode/analysis/ |
| SubroutineScanner.java | 42 CodeAttribute code = method.getCodeAttribute(); local 43 CodeIterator iter = code.iterator(); 45 subroutines = new Subroutine[code.getCodeLength()]; 51 ExceptionTable exceptions = code.getExceptionTable(); 98 // All forms of return and throw end current code flow 116 // GOTO ends current code flow
|
| /external/kernel-headers/original/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 12 "non-manipulatable" lines, for the benefit of the NAT code. 65 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon7064::__anon7065::__anon7068
|
| /external/opencv/cxcore/src/ |
| cxerror.cpp | 19 // * Redistribution's of source code must retain the above copyright notice, 150 cvStdErrReport( int code, const char *func_name, const char *err_msg, 153 if( code == CV_StsBackTrace || code == CV_StsAutoTrace ) 157 cvErrorStr(code), err_msg ? err_msg : "no description" ); 173 cvGuiBoxReport( int code, const char *func_name, const char *err_msg, 177 return cvStdErrReport( code, func_name, err_msg, file, line, 0 ); 179 if( code != CV_StsBackTrace && code != CV_StsAutoTrace ) 189 cvErrorStr(code), err_msg ? err_msg : "no description" 240 int code = cvGetErrStatus(); local [all...] |
| /external/opencv/otherlibs/highgui/ |
| grfmt_sunras.cpp | 19 // * Redistribution's of source code must retain the above copyright notice, 228 int code = 0, len = 0, len1 = 0; local 232 code = m_strm.GetByte(); 233 if( code == 0x80 ) 238 tsrc[len1] = (uchar)code; 247 code = m_strm.GetByte(); 254 memset( tsrc, code, len ); 296 int code = 0, len = 0, len1; local 301 code = m_strm.GetByte(); 302 if( code == 0x80 [all...] |
| /external/pcre/ |
| pcre_study.c | 15 * Redistributions of source code must retain the above copyright notice, 69 code pointer to start of group (the bracket) 79 find_minlength(const uschar *code, const uschar *startcode, int options) 85 register uschar *cc = (uschar *)code + 1 + LINK_SIZE; 87 if (*code == OP_CBRA || *code == OP_SCBRA) cc += 2; 131 END it's the end of the outer call. All can be handled by the same code. */ 579 code points to an expression 591 set_start_bits(const uschar *code, uschar *start_bits, BOOL caseless, 600 /* The following comment and code was inserted in January 1999. In May 2006 1035 uschar *code; local [all...] |
| /external/ppp/pppd/ |
| cbcp.c | 10 * 1. Redistributions of source code must retain the above copyright 101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len)); 160 u_char code, id; local 173 GETCHAR(code, inp); 185 switch(code) { 233 int code, opt, id, len, olen, delay; local 239 GETCHAR(code, p); 245 if (code >= 1 && code <= sizeof(cbcp_codenames) / sizeof(char *)) 246 printer(arg, " %s", cbcp_codenames[code-1]) [all...] |
| fsm.c | 10 * 1. Redistributions of source code must retain the above copyright 340 u_char code, id; local 344 * Parse header (code, id and length). 352 GETCHAR(code, inp); 372 * Action depends on code. 374 switch (code) { 385 fsm_rconfnakrej(f, code, id, inp, len); 402 || !(*f->callbacks->extcode)(f, code, id, inp, len) ) 419 int code, reject_if_disagree; local 447 * to protocol-specific code for checking 684 u_char code, id; local [all...] |
| /external/proguard/src/proguard/classfile/attribute/ |
| CodeAttribute.java | 29 * This Attribute represents a code attribute. 38 public byte[] code; field in class:CodeAttribute 60 byte[] code, 71 this.code = code; 120 Instruction instruction = InstructionFactory.create(code, offset); 136 Instruction instruction = InstructionFactory.create(code, offset);
|
| /external/qemu/slirp/ |
| socket.c | 289 * There's a lot duplicated code here, but... 461 u_char code=ICMP_UNREACH_PORT; local 463 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST; 464 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET; 468 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno)); 507 u_char code=ICMP_UNREACH_PORT; local 509 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST; 510 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET; 512 DEBUG_MISC((dfd," rx error, tx icmp ICMP_UNREACH:%i\n", code)); 513 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno)) [all...] |
| /external/skia/src/ports/ |
| SkXMLPullParser_expat.cpp | 142 XML_Error code = XML_GetErrorCode(parser); local 144 const char* msg = XML_ErrorString(code); 146 printf("-------- XML error [%d] on line %d, %s\n", code, lineNumber, msg);
|
| /external/v8/src/arm/ |
| regexp-macro-assembler-arm.cc | 6 // * Redistributions of source code must retain the above copyright 34 #include "code-stubs.h" 46 * - r5 : Pointer to current code object (Code*) including heap object tag. 52 * - r9 : Unused, might be used by C code and expected unchanged. 64 * - fp[48] direct_call (if 1, direct call from JavaScript code, 95 * code and the remaining arguments are passed in registers, e.g. by calling the 96 * code entry as cast to a function with the signature: 108 * When calling as a non-direct call (i.e., from C++ code), the return address 109 * area is overwritten with the LR register by the RegExp code. When doing 812 Handle<Code> code = FACTORY->NewCode(code_desc, local [all...] |
| /external/v8/src/ |
| code-stubs.cc | 6 // * Redistributions of source code must retain the above copyright 31 #include "code-stubs.h" 39 bool CodeStub::FindCodeInCache(Code** code_out) { 43 *code_out = Code::cast(heap->code_stubs()->ValueAt(index)); 51 // Update the static counter each time a new code stub is generated. 57 // Generate the code for the stub. 63 void CodeStub::RecordCodeGeneration(Code* code, MacroAssembler* masm) { 64 code->set_major_key(MajorKey()); 67 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, GetName())) 93 Code* code; local 132 Code* code; local [all...] |
| codegen.cc | 6 // * Redistributions of source code must retain the above copyright 92 PrintF("*** Generate code for %s function: ", ftype); 115 Handle<Code> CodeGenerator::MakeCodeEpilogue(MacroAssembler* masm, 116 Code::Flags flags, 120 // Allocate and install the code. 123 Handle<Code> code = local 126 if (!code.is_null()) { 128 code->instruction_size()); 130 return code; [all...] |
| /external/v8/test/cctest/ |
| test-assembler-arm.cc | 6 // * Redistributions of source code must retain the above copyright 69 Object* code = HEAP->CreateCode( variable 71 Code::ComputeFlags(Code::STUB), 73 CHECK(code->IsCode()); 75 Code::cast(code)->Print(); 77 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry()); 106 Object* code = HEAP->CreateCode variable 152 Object* code = HEAP->CreateCode( variable 200 Object* code = HEAP->CreateCode( variable 315 Object* code = HEAP->CreateCode( variable 375 Object* code = HEAP->CreateCode( variable 410 Object* code = HEAP->CreateCode( variable 486 Object* code = HEAP->CreateCode( local 672 Object* code = HEAP->CreateCode( variable 787 Object* code = HEAP->CreateCode( variable 898 Object* code = HEAP->CreateCode( variable [all...] |
| test-assembler-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 72 Object* code = HEAP->CreateCode( local 74 Code::ComputeFlags(Code::STUB), 76 CHECK(code->IsCode()); 78 Code::cast(code)->Print(); 80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry()); 110 Object* code = HEAP->CreateCode local 152 Object* code = HEAP->CreateCode( local 186 Code* code = Code::cast(HEAP->CreateCode( local 220 Code* code = Code::cast(HEAP->CreateCode( local 249 Code* code = Code::cast(HEAP->CreateCode( local 286 Code* code = Code::cast(HEAP->CreateCode( local 326 Code* code = Code::cast(HEAP->CreateCode( local 381 Code* code = Code::cast(HEAP->CreateCode( local [all...] |
| /external/valgrind/main/coregrind/m_initimg/ |
| simple_huffman.c | 14 * - Maximum tree depth of 32 (the coder aborts if any code exceeds a 73 UInt Code; 191 sym[k].Code = 0; 225 UInt code, UInt bits, UInt first, 237 /* Store code info in symbol array */ 238 sym[first].Code = code; 272 _Huffman_MakeTree( sym, stream, (code<<1)+0, bits+1, 294 _Huffman_MakeTree( sym, stream, (code<<1)+1, bits+1, 310 huff_bitstream_t *stream, UInt code, UInt bits 455 UInt bits, delta_bits, new_bits, code; local [all...] |
| /external/valgrind/main/none/tests/ |
| faultstatus.c | 36 int code; member in struct:test 62 static int testcode(int code, int want) 64 if (code != want) { 65 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code); 86 ok = ok && testcode(si->si_code, cur_test->code); 148 #define T(n, sig, code, addr) { test##n, sig, code, addr }
|
| /external/valgrind/main/none/tests/x86/ |
| faultstatus.c | 16 int code; member in struct:test 42 static int testcode(int code, int want) 44 if (code != want) { 45 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code); 66 ok = ok && testcode(si->si_code, cur_test->code); 134 #define T(n, sig, code, addr) { test##n, sig, code, addr }
|
| /external/webkit/Source/WebCore/bindings/v8/ |
| WorkerContextExecutionProxy.cpp | 8 * * Redistributions of source code must retain the above copyright 118 // Tell V8 not to call the default OOM handler, binding code will handle it. 239 v8::Local<v8::String> code = v8ExternalString("throw RangeError('Recursion too deep')"); local 240 script = V8Proxy::compileScript(code, "", TextPosition0::minimumPosition());
|
| /external/webkit/Source/WebCore/dom/ |
| Text.cpp | 266 ExceptionCode code = 0; local 267 setData(text, code); 268 ASSERT(!code);
|
| /external/webkit/Source/WebCore/platform/image-decoders/bmp/ |
| BMPImageReader.cpp | 8 * * Redistributions of source code must retain the above copyright 136 // Don't increment m_decodedOffset here, it just makes the code in 188 // other code relies on this value being correct. 432 // infinite loop in the counting code below. 534 const uint8_t code = m_data->data()[m_decodedOffset + 1]; local 535 if ((count || (code != 1)) && pastEndOfImage(0)) 540 switch (code) { 579 // |code| pixels specified as in BI_RGB, zero-padded at the end 585 const ProcessingResult result = processNonRLEData(true, code); 607 fillRGBA(endX, m_data->data()[m_decodedOffset + 3], m_data->data()[m_decodedOffset + 2], code, 0xff) [all...] |
| /external/webkit/Source/WebCore/platform/image-decoders/gif/ |
| GIFImageReader.cpp | 15 * The Original Code is mozilla.org code. 17 * The Initial Developer of the Original Code is 224 int code; local 278 code = datum & codemask; 283 if (code == clear_code) { 291 /* Check for explicit end-of-stream code */ 292 if (code == (clear_code + 1)) { 300 *rowp++ = suffix[code]; 304 firstchar = oldcode = code; [all...] |
| /external/webkit/Source/WebKit/android/WebCoreSupport/ |
| WebCache.cpp | 7 * * Redistributions of source code must retain the above copyright 156 int code = m_cache->GetBackend(&m_cacheBackend, &m_doomAllEntriesCallback); local 157 // Code ERR_IO_PENDING indicates that the operation is still in progress and 159 if (code == ERR_IO_PENDING) 161 else if (code != OK) { 176 // Code ERR_IO_PENDING indicates that the operation is still in progress and 219 int code = m_cache->GetBackend(&m_cacheBackend, &m_openEntryCallback); local 220 if (code == ERR_IO_PENDING) 222 else if (code != OK) {
|