HomeSort by relevance Sort by last modified time
    Searched full:codes (Results 151 - 175 of 1622) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/third_party/zlib/
inflate.h 68 Read deflate codes:
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code const FAR *distcode; /* starting table for distance codes */
111 code FAR *next; /* next available space in codes[] */
114 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
inftrees.h 48 CODES,
54 unsigned codes, code FAR * FAR *table,
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 68 Read deflate codes:
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code const FAR *distcode; /* starting table for distance codes */
111 code FAR *next; /* next available space in codes[] */
114 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
inftrees.h 48 CODES,
54 unsigned codes, code FAR * FAR *table,
  /external/sonivox/arm-fm-22k/host_src/
eas_types.h 38 /* EAS_RESULT return codes */
80 /* special return codes */
85 /* EAS_STATE return codes */
181 /* metadata types for metadata return codes */
195 /* file types for metadata return codes */
  /external/sonivox/arm-hybrid-22k/host_src/
eas_types.h 38 /* EAS_RESULT return codes */
80 /* special return codes */
85 /* EAS_STATE return codes */
181 /* metadata types for metadata return codes */
195 /* file types for metadata return codes */
  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 38 /* EAS_RESULT return codes */
80 /* special return codes */
85 /* EAS_STATE return codes */
186 /* metadata types for metadata return codes */
200 /* file types for metadata return codes */
  /external/zlib/
inflate.h 72 Read deflate codes in fixed or dynamic block:
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code const FAR *distcode; /* starting table for distance codes */
115 code FAR *next; /* next available space in codes[] */
118 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
  /frameworks/base/core/java/android/net/http/
EventHandler.java 33 * Error codes used in the error() callback. Positive error codes
34 * are reserved for codes sent by http servers. Negative error
35 * codes are connection/parsing failures, etc.
135 * @param id One of the error codes defined below
  /external/zlib/contrib/blast/
blast.c 110 * - The codes as stored in the compressed data are bit-reversed relative to
111 * a simple integer ordering of codes of the same lengths. Hence below the
116 * - The first code for the shortest length is all ones. Subsequent codes of
128 int count; /* number of codes of length len */
132 short *next; /* next number of codes */
165 return -9; /* ran out of codes */
174 * codes. Those tables are the number of codes of each length, and the symbols
183 * codes past the end of the incomplete lengths.
189 int left; /* number of possible codes left of current length *
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
KeyDetector.java 87 int[] codes = new int[getMaxNearbyKeys()]; local
88 Arrays.fill(codes, LatinKeyboardBaseView.NOT_A_KEY);
89 return codes;
BinaryDictionary.java 155 public void getBigrams(final WordComposer codes, final CharSequence previousWord,
162 int codesSize = codes.size();
164 int[] alternatives = codes.getCodesAt(0);
187 public void getWords(final WordComposer codes, final WordCallback callback,
189 final int codesSize = codes.size();
195 int[] alternatives = codes.getCodesAt(i);
  /packages/inputmethods/PinyinIME/res/xml/
skb_qwerty.xml 29 codes="45|51|33|46|48|53|49|37|43|44"/>
34 codes="29|47|32|34|35|36|38|39|40"/>
53 codes="54|52|31|50|30|42|41"/>
  /external/chromium/net/tools/flip_server/
balsa_enums.h 49 // code numbers are organized to ensure that response error codes always
50 // precede request error codes.
  /external/e2fsprogs/lib/et/
com_err.3 65 any of the corresponding error codes are used, so that the
67 library will recognize error codes from these tables when they are
  /external/libffi/src/ia64/
ia64_flags.h 29 /* "Type" codes used between assembly and C. When used as a part of
30 a cfi->flags value, the low byte will be these extra type codes,
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xvlibint.h 56 req->reqType = info->codes->major_opcode;\
68 req->reqType = info->codes->major_opcode;\
  /dalvik/vm/mterp/armv5te/
unopNarrower.S 19 $preinstr @ optional op; may set condition codes
unopWide.S 17 $preinstr @ optional op; may set condition codes
unopWider.S 15 $preinstr @ optional op; may set condition codes
  /dalvik/vm/mterp/armv6t2/
unopNarrower.S 18 $preinstr @ optional op; may set condition codes
unopWide.S 16 $preinstr @ optional op; may set condition codes
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java 39 if (key.codes[0] == Keyboard.KEYCODE_CANCEL) {
  /external/bluetooth/bluez/cups/
cups.h 24 enum { /**** Backend exit codes ****/
  /external/bluetooth/glib/docs/reference/glib/tmpl/
shell.sgml 22 Error codes returned by shell functions.

Completed in 566 milliseconds

1 2 3 4 5 67 8 91011>>