| /external/zlib/ |
| 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...] |
| /bionic/libc/arch-arm/bionic/ |
| crtbegin_dynamic.S | 8 * * Redistributions of source code must retain the above copyright 33 # this is the small startup code that is first run when 47 # can't hard-code it in the adr pseudo instruction 49 # by the dynamic linker before this code runs
|
| crtbegin_static.S | 8 * * Redistributions of source code must retain the above copyright 33 # this is the small startup code that is first run when 47 # can't hard-code it in the adr pseudo instruction 49 # by the dynamic linker before this code runs
|
| /bionic/libc/arch-sh/bionic/ |
| crtbegin_dynamic.S | 8 * * Redistributions of source code must retain the above copyright 33 # this is the small startup code that is first run when 47 # can't hard-code it in the adr pseudo instruction 49 # by the dynamic linker before this code runs
|
| crtbegin_static.S | 8 * * Redistributions of source code must retain the above copyright 33 # this is the small startup code that is first run when 47 # can't hard-code it in the adr pseudo instruction 49 # by the dynamic linker before this code runs
|
| /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/elfutils/tests/ |
| show-abbrev.c | 69 unsigned code = dwarf_getabbrevcode (abbrev); local 70 if (code == 0) 87 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n", 88 (unsigned long long int) offset, code, tag, children); 109 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n",
|
| /external/guava/src/com/google/common/collect/ |
| SingletonImmutableSet.java | 47 // Guaranteed to be non-null by the presence of the pre-computed hash code. 97 Integer code = cachedHashCode; local 98 if (code == null) { 101 return code;
|
| /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/rc4/asm/ |
| rc4-x86_64.pl | 24 # Opteron... For reference, 1x in this case is RC4_CHAR C-code 29 # Intel P4 EM64T core was found to run the AMD64 code really slow... 32 # compose blended code, which would perform even within 30% marginal 42 # provided that loads are reordered even more aggressively! Both code 47 # If executed on Xeon, current RC4_CHAR code-path is 2.7x faster than 48 # RC4_INT code-path. While if executed on Opteron, it's only 25% 50 # is not implemented, then this final RC4_CHAR code-path should be 53 # Intel Core2 was observed to perform poorly on both code paths:-( It 58 # fit for Core2 and therefore the code was modified to skip cloop8 on 80 $code=<<___ [all...] |
| /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);
|
| /external/proguard/src/proguard/optimize/peephole/ |
| UnreachableExceptionRemover.java | 32 * code attributes that it visits. 77 // Remove exceptions with empty code blocks. 94 // Make the code block empty. 108 * Returns whether the specified block of code may throw exceptions. 116 byte[] code = codeAttribute.code; 123 Instruction instruction = InstructionFactory.create(code, offset); 145 * code blocks.
|
| /external/qemu/distrib/sdl-1.2.12/src/thread/win32/ |
| SDL_systhread.c | 43 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code); 52 typedef void (__watcall *pfnSDL_CurrentEndThread)(unsigned code); 57 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
|
| /external/skia/src/animator/ |
| SkDisplayEvent.cpp | 41 SK_MEMBER(code, EventCode), 55 SkDisplayEvent::SkDisplayEvent() : code((SkKey) -1), disable(false), 99 if (code >= 0) 100 SkDump::GetEnumString(SkType_EventCode, code, &str); 103 SkDebugf("code=\"%s\" ", str.c_str()); 106 if (fMax != (SkKey) -1 && fMax != code) 107 SkDebugf("keys=\"%c - %c\" ", code, fMax); 109 SkDebugf("key=\"%c\" ", code); 166 SkKey convert = index == SK_PROPERTY(keys) ? code : fLastCode; 170 if (index != SK_PROPERTY(keys) || fMax == (SkKey) -1 || fMax == code) [all...] |
| /external/tcpdump/missing/ |
| dlnames.c | 8 * 1. Redistributions of source code must retain the above copyright 56 #define DLT_CHOICE(code, description) { #code, description, code }
|
| /external/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/v8/test/cctest/ |
| test-assembler-mips.cc | 6 // * Redistributions of source code must retain the above copyright 79 Object* code = Heap::CreateCode(desc, local 81 Code::ComputeFlags(Code::STUB), 83 CHECK(code->IsCode()); 85 Code::cast(code)->Print(); 87 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry()); 120 Object* code = Heap::CreateCode(desc local 243 Object* code = Heap::CreateCode(desc, local [all...] |
| /external/webkit/JavaScriptCore/assembler/ |
| RepatchBuffer.h | 7 * 1. Redistributions of source code must retain the above copyright 40 // This class is used to modify code after code generation has been completed, 41 // and after the code has potentially already been executed. This mechanism is 42 // used to apply optimizations to the code. 50 JITCode& code = codeBlock->getJITCode(); local 51 m_start = code.start(); 52 m_size = code.size();
|
| /external/webkit/WebCore/bridge/ |
| testqtbindings.cpp | 7 * 1. Redistributions of source code must retain the above copyright 82 static char code[] = variable 108 if (code) { 110 Completion comp(interp->evaluate("", 0, code));
|
| /external/webkit/WebCore/platform/mac/ |
| GeolocationServiceMac.mm | 7 * 1. Redistributions of source code must retain the above copyright 203 PositionError::ErrorCode code; 204 switch ([error code]) { 206 code = PositionError::PERMISSION_DENIED; 209 code = PositionError::POSITION_UNAVAILABLE; 212 code = PositionError::POSITION_UNAVAILABLE; 216 m_callback->errorOccurred(PositionError::create(code, [error localizedDescription]));
|
| /frameworks/base/media/libmedia/ |
| IAudioRecord.cpp | 83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 85 switch(code) { 102 return BBinder::onTransact(code, data, reply, flags);
|
| /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
| GSMTestHandler.java | 95 public Message waitForMessage(int code) { 115 if (msg == null || code == GSMPhoneTest.ANY_MESSAGE || msg.what == code) return msg;
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/ |
| VersionQualifier.java | 43 * <code>null</code> is returned. 45 * @return a new {@link VersionQualifier} object or <code>null</code> 52 int code = -1; local 54 code = Integer.parseInt(v); 61 qualifier.mVersion = code;
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| ByteBlockList.java | 17 package com.android.dx.cf.code; 31 * @param size {@code >= 0;} the number of elements to be in the list 40 * will throw {@code NullPointerException}. 42 * @param n {@code >= 0, < size();} which element 43 * @return {@code non-null;} the indicated element 53 * @return {@code non-null;} the block with the given label 69 * @param n {@code >= 0, < size();} which element 70 * @param bb {@code null-ok;} the value to store
|