HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 201 - 225 of 637) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/freetype/src/cff/
cffparse.h 55 FT_UInt code,
86 int code; member in struct:CFF_Field_Handler_
  /external/icu4c/common/
brkeng.cpp 220 UScriptCode code = uscript_getScript(c, &status); local
222 const CompactTrieDictionary *dict = loadDictionaryFor(code, breakType);
225 switch(code) {
  /external/icu4c/test/cintltst/
sprpdata.c 51 uint32_t code; local
75 /* get the character code, field 0 */
76 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16);
82 compareMapping(data, code,mapping, length,USPREP_MAP);
101 /*fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len);*/
236 // supplementary code point
  /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:__anon4287
81 UChar32 code, simple; member in struct:__anon4288
88 UChar32 code, lowerCase, upperCase, titleCase; member in struct:__anon4289
  /external/ipsec-tools/
main.c 150 unsigned char code = argc - 1; local
177 send(control, &code, 1, 0);
  /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::__anon4936::__anon4937::__anon4940
  /external/mtpd/
mtpd.c 151 * so other files are clean and free from android specific code. */
179 unsigned char code = argc - 1; local
180 send(control, &code, 1, 0);
239 code = status;
240 send(control, &code, 1, 0);
  /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/
compiler.cc 6 // * Redistributions of source code must retain the above copyright
47 static Handle<Code> MakeCode(Handle<Context> context, CompilationInfo* info) {
54 return Handle<Code>::null();
79 return Handle<Code>::null();
82 // Generate code and return it. Code generator selection is governed by
84 // run-once code or not:
86 // --full-compiler enables the dedicated backend for code we expect to be
89 // non-run-once code)
148 it.frame()->pc() - it.frame()->code()->instruction_start())
181 Handle<Code> code = MakeCode(context, &info); local
388 Handle<Code> code = MakeCode(Handle<Context>::null(), info); local
441 Handle<Code> code; local
    [all...]
disassembler.cc 6 // * Redistributions of source code must retain the above copyright
30 #include "code-stubs.h"
58 explicit V8NameConverter(Code* code) : code_(code) {}
61 Code* code() const { return code_; } function in class:v8::internal::V8NameConverter
63 Code* code_;
78 // print as code offset, if it seems reasonable
90 // The V8NameConverter is used for well known code, so we can "safely
233 Code* code = Code::GetCodeFromTargetAddress(relocinfo.target_address()); local
    [all...]
scopeinfo.h 6 // * Redistributions of source code must retain the above copyright
39 // is stored in a compressed form with Code objects and is used
56 // Create a ScopeInfo instance from a Code object.
57 explicit ScopeInfo(Code* code);
59 // Write the ScopeInfo data into a Code object, and returns the
60 // amount of space that was needed. If no Code object is provided
63 // This operations requires that the Code object has the correct amount
65 // error). Any existing scope info in the Code object is simply overwritten.
66 int Serialize(Code* code)
200 Code* code; member in struct:v8::internal::ContextSlotCache::Key
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 6 // * Redistributions of source code must retain the above copyright
59 * positions from end of string or code location from Code* pointer).
60 * - r8 : code object pointer. Used to convert between absolute and
61 * code-object-relative addresses.
70 * - direct_call (if 1, direct call from JavaScript code, if 0 call
93 * The first seven values must be provided by the calling code by
94 * calling the code's entry address cast to a function pointer with the
122 __ jmp(&entry_label_); // We'll write the entry code when we know more.
164 // Pop Code* offset from backtrack stack, add Code* and jump to location
892 Handle<Code> code = Factory::NewCode(code_desc, local
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 6 // * Redistributions of source code must retain the above copyright
72 Object* code = Heap::CreateCode(desc, 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(desc local
152 Object* code = Heap::CreateCode(desc, local
184 Code* code = local
217 Code* code = local
247 Code* code = local
283 Code* code = local
322 Code* code = local
378 Code* code = local
    [all...]
  /external/webkit/JavaScriptCore/assembler/
LinkBuffer.h 7 * 1. Redistributions of source code must retain the above copyright
40 // This class assists in linking code generated by the macro assembler, once code generation
41 // has been completed, and the code has been copied to is final location in memory. At this
42 // time pointers to labels within the code may be resolved, and relative offsets to external
49 // * The address of a Label pointing into the code may be resolved.
80 // These methods are used to link or set values at code generation time.
85 MacroAssembler::linkCall(code(), call, function);
90 MacroAssembler::linkJump(code(), jump, label);
96 MacroAssembler::linkJump(code(), list.m_jumps[i], label)
167 void* code() function in class:JSC::LinkBuffer
    [all...]
  /external/webkit/WebCore/bindings/v8/
WorkerContextExecutionProxy.cpp 8 * * Redistributions of source code must retain the above copyright
125 // Tell V8 not to call the default OOM handler, binding code will handle it.
225 v8::Local<v8::String> code = v8ExternalString("throw RangeError('Recursion too deep')"); local
226 script = V8Proxy::compileScript(code, "", 0);
  /external/webkit/WebCore/dom/
ExceptionCode.h 81 int code; // numeric value of the exception within a particular type member in struct:WebCore::ExceptionCodeDescription
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 8 * * Redistributions of source code must retain the above copyright
140 // Don't increment m_decodedOffset here, it just makes the code in
200 // other code relies on this value being correct.
469 // infinite loop in the counting code below.
575 const uint8_t code = m_data->data()[m_decodedOffset + 1]; local
576 if (((count != 0) || (code != 1)) && pastEndOfImage(0))
581 switch (code) {
624 // |code| pixels specified as in BI_RGB, zero-padded at the end
630 if (!processNonRLEData(true, code)) {
650 m_data->data()[m_decodedOffset + 2], code, 0xff)
    [all...]
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 15 * The Original Code is mozilla.org code.
17 * The Initial Developer of the Original Code is
223 int code; local
277 code = datum & codemask;
282 if (code == clear_code) {
290 /* Check for explicit end-of-stream code */
291 if (code == (clear_code + 1)) {
297 *rowp++ = suffix[code];
301 firstchar = oldcode = code;
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
ResourceLoadDelegate.cpp 8 * 1. Redistributions of source code must retain the above copyright
121 return L"<NSURLResponse " + url + L", http status code " + wstringFromInt(statusCode) + L">";
135 int code; local
136 if (FAILED(error->code(&code)))
143 if (code == -998)
144 code = -1;
148 // Convert the winsock error code to an NSURLError code.
149 if (code == WSAEADDRNOTAVAIL
    [all...]
  /external/wpa_supplicant/
eap_defs.h 25 u8 code; member in struct:eap_hdr
27 u16 length; /* including code and identifier; network byte order */
67 /* SMI Network Management Private Enterprise Code for vendor specific types */
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_defs.h 25 u8 code; member in struct:eap_hdr
27 be16 length; /* including code and identifier; network byte order */
75 /* SMI Network Management Private Enterprise Code for vendor specific types */

Completed in 681 milliseconds

1 2 3 4 5 6 7 891011>>