HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 676 - 700 of 878) sorted by null

<<21222324252627282930>>

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 58 /** A private area code(ALT+SHIFT+X) to be ignore (G1 specific). */
68 /** Previous event's code */
115 /** Message for {@code mHandler} (execute prediction) */
118 /** Message for {@code mHandler} (execute tutorial) */
121 /** Message for {@code mHandler} (close) */
130 /** {@code Handler} for drawing candidates/displaying tutorial */
233 * @param charCode A character code
234 * @return {@code true} if success; {@code false} if an error occurs.
258 * @param mode {@code SymbolList.SYMBOL_ENGLISH} or {@code null}
523 int code = keyEvent.getKeyCode(); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip_icmp.h 30 u_int8_t code; /* type sub-code */ member in struct:icmphdr
102 * 1. Redistributions of source code must retain the above copyright
141 u_int8_t icmp_code; /* type sub code */
224 /* Definition of type and code fields. */
230 #define ICMP_TIMXCEED 11 /* time exceeded, code: */
269 /* PARAMPROB code */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
CodeGen.java 37 private PrintWriter code, make, namesHeader, namesSource; field in class:CodeGen
56 code.write(MessageFormatter.format(msg, true));
57 code.write(";CHKERR;\n");
70 code.write(MessageFormatter.format(msg, true));
71 code.write(";CHKERR;\n");
89 code.write("{\n");
90 code.format(" void * texData = malloc(%d);CHKERR;\n", data.length);
91 code.format(" FILE * texFile = fopen(\"/sdcard/frame_data.bin\", \"rb\");CHKERR;\n");
92 code.format(" assert(texFile);CHKERR;\n");
93 code.format(" fseek(texFile, %d, SEEK_SET);CHKERR;\n", dataOut.getChannel(
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 17 package com.android.dexgen.dex.code;
19 import com.android.dexgen.dex.code.form.Form10t;
20 import com.android.dexgen.dex.code.form.Form10x;
21 import com.android.dexgen.dex.code.form.Form11n;
22 import com.android.dexgen.dex.code.form.Form11x;
23 import com.android.dexgen.dex.code.form.Form12x;
24 import com.android.dexgen.dex.code.form.Form20t;
25 import com.android.dexgen.dex.code.form.Form21c;
26 import com.android.dexgen.dex.code.form.Form21h;
27 import com.android.dexgen.dex.code.form.Form21s
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 17 package com.android.dx.cf.code;
19 import com.android.dx.rop.code.*;
69 /** {@code non-null;} method being converted */
72 /** {@code non-null;} original block list */
81 /** {@code non-null;} simulation machine to use */
84 /** {@code non-null;} simulator to use */
88 * {@code non-null;} sparse array mapping block labels to initial frame
93 /** {@code non-null;} output block list in-progress */
97 * {@code non-null;} list of subroutine-nest labels
104 * {@code non-null;} for each block (by label) that is used as an exceptio
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 479 short code = fFilter.acceptNode(node); local
480 switch (code) {
820 short code = fFilter.acceptNode(attr); local
821 switch (code) {
    [all...]
  /external/bison/src/
parse-gram.c 898 we won't break user code: when these are the locations we know. */
1900 char *code = muscle_find ("stype"); local
    [all...]
scan-gram.c 424 /* %% [2.0] code to fiddle gram_text and gram_leng for yymore() goes here \ */\
428 /* %% [3.0] code to copy yytext_ptr to gram_text[] goes here, if %array \ */\
3681 unsigned long int code = strtoul (ucn + 2, NULL, 16); local
    [all...]
  /external/bzip2/
bzlib_private.h 260 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon2136
411 /* save area for scalars in the main decompress code */
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 83 * <code>cls.clone()</code> or by retaining the original definition bytes.
496 final CodeAttribute_info code = new CodeAttribute_info (attribute_name_index, local
502 attributes.add (code);
651 final CodeAttribute_info code = new CodeAttribute_info (attribute_name_index, local
657 code.setCode (buf.getByteArray (), buf.size ());
659 attributes.add (code);
710 final byte [] code = attribute.getCode ();
713 if (trace2) m_log.trace2 ("visit", "code attribute for method #" + m_methodID + ": size = " + codeSize);
717 // instructionMap.get(ip) is the number of instructions in code[0-ip
    [all...]
  /external/icu4c/common/
unames.c 48 * and we don't want to make it less compact, so we changed the access code.
96 UChar32 code; member in struct:__anon5921
200 /* check error code from previous attempt */
469 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) {
470 const char *catname = getCharCatName(code);
481 for (cp = code, ndigits = 0; cp; ++ndigits, cp >>= 4)
485 for (cp = code, i = ndigits; (cp || i > 0) && bufferLength; cp >>= 4, bufferLength--) {
498 * Unicode code point "code".
499 * The return value is always a valid Group* that may contain "code"
1088 UChar32 code; local
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 379 break; /* done with code points, got a string or -1 */
1457 uint32_t code; member in struct:__anon6142
    [all...]
  /external/libpcap/
pcap-bpf.h 5 * This code is derived from the Stanford/CMU enet packet filter,
6 * (net/enet.c) distributed as part of 4.3BSD, and code contributed
13 * 1. Redistributions of source code must retain the above copyright
45 * the stuff needed for the code generator and the userland BPF
103 * It has nothing to do with the source code version.
749 #define BPF_CLASS(code) ((code) & 0x07)
760 #define BPF_SIZE(code) ((code) & 0x18)
764 #define BPF_MODE(code) ((code) & 0xe0
805 u_short code; member in struct:bpf_insn
    [all...]
  /external/libxml2/
xmlIO.c 255 * @code: the error number
262 __xmlIOErr(int domain, int code, const char *extra)
266 if (code == 0) {
268 if (errno == 0) code = 0;
270 else if (errno == EACCES) code = XML_IO_EACCES;
273 else if (errno == EAGAIN) code = XML_IO_EAGAIN;
276 else if (errno == EBADF) code = XML_IO_EBADF;
279 else if (errno == EBADMSG) code = XML_IO_EBADMSG;
282 else if (errno == EBUSY) code = XML_IO_EBUSY;
285 else if (errno == ECANCELED) code = XML_IO_ECANCELED
3635 int code; local
    [all...]
  /external/opencv/cv/include/
cvtypes.h 19 // * Redistribution's of source code must retain the above copyright notice,
102 char code; member in struct:CvChainPtReader
  /external/opencv/cxcore/src/
cxdatastructs.cpp 19 // * Redistribution's of source code must retain the above copyright notice,
2529 int k = (i+j)>>1, code; local
3520 int code = -1; local
    [all...]
cxdrawing.cpp 19 // * Redistribution's of source code must retain the above copyright notice,
2500 char code; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 19 // * Redistribution's of source code must retain the above copyright notice,
195 * following code is for supporting MJPEG image files
263 * This code comes from jpeg6b (jdmarker.c).
324 * end of code for supportting MJPEG image files
585 int code = m_low_strm.GetWord(); local
586 while( (code & 0xFF00) != 0xFF00 || (code == 0xFFFF || code == 0xFF00 ))
588 code = ((code&255) << 8) | m_low_strm.GetByte()
    [all...]
  /external/pcre/
pcre_compile.c 15 * Redistributions of source code must retain the above copyright notice,
78 * Code parameters and static tables *
84 soon as they can be, so that hopefully there will never be an overrun. The code
357 "internal error: code overflow\0"
416 may mark arbitrary characters as digits - but the PCRE compiling code expects
428 Then we can use ctype_digit and ctype_xdigit in the code. */
664 the -ESC_g code (cf \k). */
778 larger first octal digit. The original code used just to take the least
2972 register uschar *code = *codeptr; local
6231 uschar *code = *codeptr; local
6826 uschar *code; local
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 62 u_char code; member in struct:pw_auth_hdr
303 int vendorcode; /* vendor code */
334 /* don't change this, as it has to be the same as in the Merit radiusd code */
346 u_char code; /* RADIUS packet code */ member in struct:send_data
  /external/qemu/android/
console.c 1859 int type, code, value, ret; local
    [all...]
  /external/strace/
signal.c 14 * 1. Redistributions of source code must retain the above copyright
464 int si_code; /* Signal code. */
649 const char *code; local
657 code = xlookup(siginfo_codes, sip->si_code);
658 if (!code) {
661 code = xlookup(sigtrap_codes, sip->si_code);
664 code = xlookup(sigchld_codes, sip->si_code);
667 code = xlookup(sigpoll_codes, sip->si_code);
670 code = xlookup(sigprof_codes, sip->si_code);
673 code = xlookup(sigill_codes, sip->si_code)
    [all...]
  /external/tcpdump/
print-ppp.c 6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
122 #define CPCODES_CODE_REJ 7 /* Code-Reject */
140 {CPCODES_CODE_REJ, "Code-Reject"},
427 u_int code, len; local
441 code = *tptr++;
444 tok2str(cpcodes, "Unknown Opcode",code),
445 code,
465 switch (code) {
482 x = len - 4; /* Code(1), Identifier(1) and Length(2) *
800 u_int code, len; local
879 u_int code, len; local
    [all...]

Completed in 1717 milliseconds

<<21222324252627282930>>