/external/qemu/distrib/zlib-1.2.3/ |
trees.c | 12 * Each code tree is stored in a compressed form which is itself 13 * a Huffman encoding of the lengths of all the code strings (in 14 * ascending order by source values). The actual code strings are 50 /* end of block literal code */ 61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 109 /* length code for each normalized match length (0 == MIN_MATCH) */ 112 /* First normalized length for each code (0 = MIN_MATCH) */ 115 /* First normalized distance for each code (0 = distance of 1) * 245 int code; \/* code value *\/ local 583 ush code = 0; \/* running code value *\/ local 1080 unsigned code; \/* the code to send *\/ local [all...] |
/external/v8/src/ |
compiler.cc | 6 // * Redistributions of source code must retain the above copyright 127 Handle<Code> code(shared_info()->code()); 128 SetCode(code); 132 // Determine whether to use the full compiler for all code. If the flag 135 // the code from the full compiler supports mode precise break points. For the 136 // crankshaft adaptive compiler debugging the optimized code is not possible at 190 // In case we are not optimizing simply return the code from 191 // the full code generator 377 Code* code = it.frame()->LookupCode(); local 636 Handle<Code> code = info->code(); local 726 Handle<Code> code = info.isolate()->builtins()->LazyCompile(); local 799 Handle<Code> code = info->code(); local [all...] |
/external/zlib/src/ |
trees.c | 13 * Each code tree is stored in a compressed form which is itself 14 * a Huffman encoding of the lengths of all the code strings (in 15 * ascending order by source values). The actual code strings are 51 /* end of block literal code */ 62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 105 /* length code for each normalized match length (0 == MIN_MATCH) */ 108 /* First normalized length for each code (0 = MIN_MATCH) */ 111 /* First normalized distance for each code (0 = distance of 1) * 241 int code; \/* code value *\/ local 581 ush code = 0; \/* running code value *\/ local 1068 unsigned code; \/* the code to send *\/ local [all...] |
/cts/tests/src/android/app/cts/ |
LocalService.java | 47 protected boolean onTransact(int code, Parcel data, Parcel reply, 49 if (code == SET_REPORTER_CODE) { 54 return super.onTransact(code, data, reply, flags);
|
/external/chromium_org/chrome/browser/google_apis/ |
request_sender.cc | 2 // Use of this source code is governed by a BSD-style license that can be 64 GDataErrorCode code, 72 if (code == HTTP_SUCCESS) { 76 request->OnAuthFailed(code);
|
/external/chromium_org/chrome/test/chromedriver/js/ |
execute_async_script.js | 2 // Use of this source code is governed by a BSD-style license that can be 69 var code = isUserSupplied ? StatusCode.JAVASCRIPT_ERROR : 70 (error.code || StatusCode.UNKNOWN_ERROR); 71 report(code, error.message); 86 var code = isUserSupplied ? StatusCode.SCRIPT_TIMEOUT : 90 report(code, errorMsg);
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen.h | 2 // Use of this source code is governed by a BSD-style license that can be 25 // The code generator instantiates a basic compiler that can convert a 48 // // Simplified code follows; in practice, it is important to avoid calling 69 Instruction *MakeInstruction(uint16_t code, uint32_t k, 71 Instruction *MakeInstruction(uint16_t code, const ErrorCode& err); 72 Instruction *MakeInstruction(uint16_t code, uint32_t k,
|
/external/chromium_org/sandbox/win/src/ |
process_thread_interception.cc | 2 // Use of this source code is governed by a BSD-style license that can be 73 ResultCode code = CrossCall(ipc, IPC_NTOPENTHREAD_TAG, desired_access, local 75 if (SBOX_ALL_OK != code) 151 ResultCode code = CrossCall(ipc, IPC_NTOPENPROCESS_TAG, desired_access, local 153 if (SBOX_ALL_OK != code) 196 ResultCode code = CrossCall(ipc, IPC_NTOPENPROCESSTOKEN_TAG, process, local 198 if (SBOX_ALL_OK != code) 241 ResultCode code = CrossCall(ipc, IPC_NTOPENPROCESSTOKENEX_TAG, process, local 243 if (SBOX_ALL_OK != code) 304 ResultCode code = CrossCall(ipc, IPC_CREATEPROCESSW_TAG, application_name local 381 ResultCode code = CrossCall(ipc, IPC_CREATEPROCESSW_TAG, app_name, local [all...] |
/external/chromium_org/third_party/jinja2/ |
debug.py | 232 code = compile('\n' * (lineno - 1) + raise_helper, filename, 'exec') 234 # if it's possible, change the name of the code. This won't work 242 location = 'top-level template code' 247 code = CodeType(0, code.co_nlocals, code.co_stacksize, 248 code.co_flags, code.co_code, code.co_consts, 249 code.co_names, code.co_varnames, filename [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
dtmfsender_unittest.cc | 8 * 1. Redistributions of source code must retain the above copyright notice, 77 DtmfInfo(int code, int duration, int gap) 78 : code(code), 81 int code; member in struct:FakeDtmfProvider::DtmfInfo 98 int code, int duration) OVERRIDE { 107 LOG(LS_VERBOSE) << "FakeDtmfProvider::InsertDtmf code=" << code 110 dtmf_info_queue_.push_back(DtmfInfo(code, duration, gap)); 168 int code = 0 local [all...] |
/external/chromium_org/third_party/libwebp/utils/ |
huffman_encode.c | 3 // Use of this source code is governed by a BSD-style license 33 // 1) Let's make the Huffman code more compatible with rle encoding. 45 // with an rle code. 287 tokens->code = value; 296 tokens->code = value; 302 tokens->code = 16; 307 tokens->code = 16; 322 tokens->code = 0; // 0-value 328 tokens->code = 17; 333 tokens->code = 18 412 uint32_t code = 0; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_prime.pl | 26 # * the code are not to be removed. 43 * apply to all code found in this distribution, be it the RC4, RSA, 44 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 49 * the code are not to be removed. 58 * 1. Redistributions of source code must retain the copyright 69 * 4. If you include any Windows specific code (or a derivative thereof) from 70 * the apps directory (application code) you must include an acknowledgement: 86 * derivative of this code cannot be changed. i.e. this code cannot simply b [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha1-armv4-large.pl | 25 # with recurring code in two private functions; 38 # the same job in Thumb, therefore the code is never twice as 40 # [***] which is also ~35% better than compiler generated code. Dual- 76 $code.=<<___; 97 $code.=<<___; 129 $code.=<<___; 138 $code.=<<___; 146 $code.=<<___; 152 $code=<<___; 177 $code.=<<___ [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
compile_test.cc | 2 // Use of this source code is governed by a BSD-style 18 // the regexp compiles to the expected code. 21 // that run the compiled code. 25 const char* code; member in struct:re2::Test 123 if (s != t.code) { 124 LOG(ERROR) << "Incorrect compiled code for: " << t.regexp; 125 LOG(ERROR) << "Want:\n" << t.code;
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
mkfts2amal.tcl | 3 # This script builds a single C code file holding all of FTS2 code. 9 # The make target above moves all of the source code files into 18 # The amalgamated FTS2 code will be written into fts2amal.c 30 ** code files into this single large file, the entire code can be compiled 33 ** makes the code easier to import into other projects. 39 # files are seen in a #include statement in the C code, include the complete 56 # Insert a comment into the code
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
mkfts3amal.tcl | 3 # This script builds a single C code file holding all of FTS3 code. 9 # The make target above moves all of the source code files into 18 # The amalgamated FTS3 code will be written into fts3amal.c 30 ** code files into this single large file, the entire code can be compiled 33 ** makes the code easier to import into other projects. 39 # files are seen in a #include statement in the C code, include the complete 56 # Insert a comment into the code
|
/external/chromium_org/v8/src/ |
bytecodes-irregexp.h | 6 // * Redistributions of source code must retain the above copyright 37 // The first argument is packed in with the byte code in one word, but so it 93 #define DECLARE_BYTECODES(name, code, length) \ 94 static const int BC_##name = code; 98 #define DECLARE_BYTECODE_LENGTH(name, code, length) \
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-815.js | 6 // * Redistributions of source code must retain the above copyright 28 // 815 describes a situation in which the ARM code generator could 29 // end up in a spilled scope in code that only worked in a register 32 // The code generated for unary + assumes that we are not in a spilled 37 // The code for the iterated-over object in for-in used to be emitted 41 // Emitting code for the left hand side of a for-in.
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
DexMaker.java | 21 import com.android.dx.dex.code.DalvCode; 22 import com.android.dx.dex.code.PositionList; 23 import com.android.dx.dex.code.RopTranslator; 28 import com.android.dx.rop.code.AccessFlags; 29 import static com.android.dx.rop.code.AccessFlags.ACC_CONSTRUCTOR; 30 import com.android.dx.rop.code.LocalVariableInfo; 31 import com.android.dx.rop.code.RopMethod; 50 * including their member methods and fields, executable code, and debugging 56 * <li><strong>For runtime code generation.</strong> By embedding this library 58 * executable code. This approach takes advantage of the fact that th 478 private final Code code; field in class:DexMaker.MethodDeclaration [all...] |
/external/elfutils/tests/ |
show-abbrev.c | 81 unsigned code = dwarf_getabbrevcode (abbrev); local 82 if (code == 0) 99 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n", 100 (unsigned long long int) offset, code, tag, children); 121 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n",
|
/external/jpeg/ |
cderror.h | 27 #define JMESSAGE(code,string) 35 #define JMESSAGE(code,string) code , 83 JMESSAGE(JERR_RLE_BADERROR, "Bogus error code from RLE library")
|
/external/openssl/crypto/bn/ |
bn_prime.pl | 26 # * the code are not to be removed. 43 * apply to all code found in this distribution, be it the RC4, RSA, 44 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 49 * the code are not to be removed. 58 * 1. Redistributions of source code must retain the copyright 69 * 4. If you include any Windows specific code (or a derivative thereof) from 70 * the apps directory (application code) you must include an acknowledgement: 86 * derivative of this code cannot be changed. i.e. this code cannot simply b [all...] |
/external/openssl/crypto/sha/asm/ |
sha1-armv4-large.pl | 25 # with recurring code in two private functions; 38 # the same job in Thumb, therefore the code is never twice as 40 # [***] which is also ~35% better than compiler generated code. Dual- 76 $code.=<<___; 97 $code.=<<___; 129 $code.=<<___; 138 $code.=<<___; 146 $code.=<<___; 152 $code=<<___; 177 $code.=<<___ [all...] |
/external/oprofile/libop/ |
op_hw_specific.h | 25 "pushl %%ebx\n" /* must be preserved due to PIC code */ 41 static inline unsigned arch_cpuid_1(int code) 50 : "a" (code) 54 asm("cpuid" : "=a" (v.eax) : "a" (code) : "ecx","ebx","edx");
|
/external/proguard/src/proguard/optimize/info/ |
SideEffectMethodMarker.java | 94 // Investigate the actual code. 116 // Remember whether the code has any side effects. 124 * Returns whether the given code has any side effects. 130 byte[] code = codeAttribute.code; 138 Instruction instruction = InstructionFactory.create(code, offset);
|