/prebuilts/go/darwin-x86/src/compress/lzw/ |
reader.go | 10 // formats, which means variable-width codes up to 12 bits and the first 11 // two non-literal codes are a clear code and an EOF code. 53 litWidth int // width in bits of literal codes 56 // The first 1<<litWidth codes are literal codes. 57 // The next two codes mean clear and EOF. 58 // Other valid codes are in the range [lo, hi] where lo := clear + 2, 73 // Literal codes are accumulated from the start of the buffer. 74 // Non-literal codes decode to a sequence of suffixes that are first 131 // read specifies how to decode bytes into codes [all...] |
/prebuilts/go/linux-x86/src/compress/lzw/ |
reader.go | 10 // formats, which means variable-width codes up to 12 bits and the first 11 // two non-literal codes are a clear code and an EOF code. 53 litWidth int // width in bits of literal codes 56 // The first 1<<litWidth codes are literal codes. 57 // The next two codes mean clear and EOF. 58 // Other valid codes are in the range [lo, hi] where lo := clear + 2, 73 // Literal codes are accumulated from the start of the buffer. 74 // Non-literal codes decode to a sequence of suffixes that are first 131 // read specifies how to decode bytes into codes [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntddsnd.h | 14 14 Feb 2009 - Added base control codes for nonstandard extensions 37 Base control codes 48 Helper macros for defining control codes 65 Wave device control codes 124 MIDI device control codes 162 Mixer device control codes 179 Auxiliary device control codes
|
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
TestConstants.java | 61 * Convert the given array of error codes to an array of strings. 63 * @param err array of error codes from {@link TestConstants}. 64 * @return string array for the given error codes.
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
bytecode.py | 32 """Iterator over byte codes in `code`. 34 This handles the logic of EXTENDED_ARG byte codes internally. Those byte 35 codes are not returned by this iterator.
|
/external/kernel-headers/original/uapi/linux/ |
icmp.h | 38 /* Codes for UNREACH. */ 57 /* Codes for REDIRECT. */ 63 /* Codes for TIME_EXCEEDED. */
|
icmpv6.h | 111 * Codes for Destination Unreachable 122 * Codes for Time Exceeded 128 * Codes for Parameter Problem
|
/external/libvorbis/doc/vorbisfile/ |
return.html | 4 <title>Vorbisfile - Return Codes</title> 16 <h1>Return Codes</h1> 20 The following return codes are <tt>#define</tt>d in "vorbis/codec.h"
|
/external/mesa3d/src/glx/apple/ |
appledri.c | 102 switch ((event->u.u.type & 0x7f) - info->codes->first_event) { 137 *event_basep = info->codes->first_event; 138 *error_basep = info->codes->first_error; 164 req->reqType = info->codes->major_opcode; 196 req->reqType = info->codes->major_opcode; 227 req->reqType = info->codes->major_opcode; 262 req->reqType = info->codes->major_opcode; 297 req->reqType = info->codes->major_opcode; 320 req->reqType = info->codes->major_opcode; 366 req->reqType = info->codes->major_opcode [all...] |
/external/zlib/src/doc/ |
rfc1951.txt | 82 3.2.5. Compressed blocks (length and distance codes) ...... 11 83 3.2.6. Compression with fixed Huffman codes (BTYPE=01) .... 12 84 3.2.7. Compression with dynamic Huffman codes (BTYPE=10) .. 13 301 * Data elements other than Huffman codes are packed 304 * Huffman codes are packed starting with the most- 312 elements in the correct MSB-to-LSB order and Huffman codes in 321 alphabet by bit sequences (codes), one code for each symbol, in 367 using the fewest bits of any possible prefix codes for that 370 information on Huffman codes.) 372 Note that in the "deflate" format, the Huffman codes for th [all...] |
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
EditTextTypeActivity.java | 75 int codes[] = { KeyEvent.KEYCODE_H, KeyEvent.KEYCODE_E, KeyEvent.KEYCODE_L, 86 int code = codes[i % codes.length];
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
icmp.h | 38 /* Codes for UNREACH. */ 57 /* Codes for REDIRECT. */ 63 /* Codes for TIME_EXCEEDED. */
|
icmpv6.h | 111 * Codes for Destination Unreachable 120 * Codes for Time Exceeded 126 * Codes for Parameter Problem
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
icmp.h | 38 /* Codes for UNREACH. */ 57 /* Codes for REDIRECT. */ 63 /* Codes for TIME_EXCEEDED. */
|
icmpv6.h | 111 * Codes for Destination Unreachable 120 * Codes for Time Exceeded 126 * Codes for Parameter Problem
|
/external/icu/icu4c/source/i18n/unicode/ |
ucurr.h | 257 * Select all ISO-4217 currency codes. 262 * Select only ISO-4217 commonly used currency codes. 265 * This does not include fund codes, precious metals and other 266 * various ISO-4217 codes limited to special financial products. 271 * Select ISO-4217 uncommon currency codes. 272 * These codes respresent fund codes, precious metals and other 273 * various ISO-4217 codes limited to special financial products. 279 * Select only deprecated ISO-4217 codes. 280 * These codes are no longer in general public use [all...] |
/art/runtime/interpreter/mterp/arm/ |
unop.S | 14 $preinstr @ optional op; may set condition codes
|
/art/runtime/interpreter/mterp/arm64/ |
unop.S | 14 $preinstr // optional op; may set condition codes
|
/external/curl/tests/data/ |
test106 | 29 FTP GET with type=A style ASCII URL using %20 codes
|
/external/e2fsprogs/misc/ |
fsck.h | 55 * Structure to allow exit codes to be stored
|
/external/icu/icu4c/source/layout/ |
ThaiLayoutEngine.h | 23 * All existing Thai fonts use an encoding which assigns character codes to all 43 * @see ScriptAndLanguageTags.h for script and language codes 95 * generate the correct contextual character codes, and then calls 124 * it can use the character codes to determine glyph types if that information
|
/external/icu/icu4c/source/test/intltest/ |
trnserr.h | 35 /*Tests the returned error codes on all the APIs according to the API documentation. */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/ |
gxverror.h | 5 /* TrueTypeGX/AAT validation module error codes (specification only). */
|
/external/libweave/src/commands/ |
schema_constants.h | 13 // Common command definition error codes.
|
/external/llvm/lib/Support/ |
Locale.cpp | 22 // output functions in Windows, because the meaning of the upper 128 codes is
|