| /prebuilt/linux-x86/sdl/include/SDL/ |
| SDL_events.h | 206 int code; /* User defined event code */ member in struct:SDL_UserEvent
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
| c-common.h | 196 #define C_SET_RID_CODE(id, code) \ 197 (((struct c_common_identifier *) (id))->node.rid_code = (unsigned char) code) 319 However, in order to represent aggregate initialization code as 383 @try, etc.) in source code. */ 389 /* Nonzero means that code generation will be altered to support 636 /* Nonzero (the default) means to generate thread-safe code for 645 /* Warn about using __null (as NULL in C++) as sentinel. For code compiled 708 extern int c_common_handle_option (size_t code, const char *arg, int value); 709 extern bool c_common_missing_argument (const char *opt, size_t code); 723 /* Print an error message for invalid operands to arith operation CODE [all...] |
| /prebuilt/windows/sdl/host/include/SDL/ |
| SDL_events.h | 203 int code; /* User defined event code */ member in struct:SDL_UserEvent
|
| /prebuilt/windows/sdl/include/SDL/ |
| SDL_events.h | 206 int code; /* User defined event code */ member in struct:SDL_UserEvent
|
| /external/ping/ |
| ping.c | 5 * This code is derived from software contributed to Berkeley by 11 * 1. Redistributions of source code must retain the above copyright 951 static void pr_icmph(__u8 type, __u8 code, __u32 info, struct icmphdr *icp); 1073 icp->code = 0; 1217 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp); 1238 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp); [all...] |
| /dalvik/dx/src/com/android/dx/cf/code/ |
| LocalsArraySet.java | 17 package com.android.dx.cf.code; 19 import com.android.dx.rop.code.RegisterSpec; 54 * all-uninitialized values (represented as {@code null}s). 56 * @param maxLocals {@code >= 0;} the maximum number of locals this instance 68 * @param primary {@code non-null;} primary locals to use 69 * @param secondaries {@code non-null;} secondaries set, indexed by subroutine 83 * @param toCopy {@code non-null;} instance to copy. 253 * Merges this set with another {@code LocalsArraySet} instance. 255 * @param other {@code non-null;} to merge 256 * @return {@code non-null;} this instance if merge was a no-op, o [all...] |
| /dalvik/dx/src/com/android/dx/dex/code/ |
| InsnFormat.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 31 * streams of code words, as well as human-oriented listing strings 40 * @param insn {@code non-null;} the instruction 43 * @return {@code non-null;} the string form 69 * has no arguments, then the result should be {@code ""}, not 70 * {@code null}. 74 * @param insn {@code non-null;} the instruction 75 * @return {@code non-null;} the string form 82 * has no comment, then the result should be {@code ""}, no [all...] |
| /dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
| System.java | 117 * if a {@link SecurityManager} is installed and its {@code 137 * if a {@link SecurityManager} is installed and its {@code 158 * if a {@link SecurityManager} is installed and its {@code 178 * Copies the number of {@code length} elements of the Array {@code src} 179 * starting at the offset {@code srcPos} into the Array {@code dest} at 180 * the position {@code destPos}. 185 * the starting index of the content in {@code src}. 189 * the starting index for the copied content in {@code dest} [all...] |
| /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| CipherSuite.java | 58 // cipher suite code 242 // array for quick access to cipher suite by code 355 * Returns CipherSuite based on TLS CipherSuite code 371 * Returns CipherSuite based on V2CipherSpec code 398 * @param code 401 String cipherName, String hash, byte[] code) { 484 cipherSuiteCode = code; 533 * Returns cipher suite code as byte array
|
| /development/build/ |
| Android.mk | 50 # code is never going to be run anywhere, so just make a copy of the file.
|
| /external/bluetooth/bluez/input/ |
| fakehid.c | 247 event.code = key; 257 event.code = SYN_REPORT;
|
| /external/freetype/src/psnames/ |
| psmodule.c | 37 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) ) 49 /* hard-coded unicode character code. */ 57 /* XXX: Add code to deal with ligatures, i.e. glyph names like */ 101 /* hexadecimal digits, it is a hard-coded unicode character code. */
|
| /external/jpeg/ |
| wrgif.c | 12 * this code has been modified to output "uncompressed GIF" files. * 22 * This code is loosely based on ppmtogif from the PBMPLUS distribution 53 int n_bits; /* current number of bits/code */ 54 int maxcode; /* maximum code, given n_bits */ 58 /* State for GIF code assignment */ 59 int ClearCode; /* clear code (doesn't change) */ 60 int EOFCode; /* EOF code (ditto) */ 105 output (gif_dest_ptr dinfo, int code) 106 /* Emit a code of n_bits bits */ 109 dinfo->cur_accum |= ((INT32) code) << dinfo->cur_bits [all...] |
| /external/qemu/ |
| console.h | 22 typedef void QEMUPutGenericEvent(void* opaque, int type, int code, int value); 42 void kbd_generic_event(int type, int code, int value); 57 /* keysym is a unicode code except for special keys (see QEMU_KEY_xxx
|
| /external/qemu/distrib/zlib-1.2.3/ |
| inflate.c | 10 * - First version -- complete rewrite of inflate to simplify code, avoid 13 * improve code readability and style over the previous zlib inflate code 197 fixed code decoding. Normally this returns fixed tables from inffixed.h. 200 thereafter. This reduces the size of the code by about 2K bytes, in 210 static code *lenfix, *distfix; 211 static code fixed[544]; 216 static code *next; 285 printf(" static const code lenfix[%u] = {", size); 296 printf("\n static const code distfix[%u] = {", size) [all...] |
| /external/qemu/slirp/ |
| ip_icmp.c | 8 * 1. Redistributions of source code must retain the above copyright 76 /* int code; */ 106 /* code = icp->icmp_code; */ 204 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, 269 icp->icmp_code = code;
|
| /external/qemu/slirp-android/ |
| ip_icmp.c | 8 * 1. Redistributions of source code must retain the above copyright 77 /* int code; */ 107 /* code = icp->icmp_code; */ 206 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, 271 icp->icmp_code = code;
|
| /external/stlport/etc/ |
| STLport-4.5.1.spec | 30 would like to use your code with STLport add
|
| STLport-4.5.3.spec | 30 would like to use your code with STLport add
|
| STLport-4.6.spec | 30 would like to use your code with STLport add
|
| /external/strace/ |
| strace.spec | 86 - Cosmetic code cleanups (#159688). 103 - code cleanups (#143369, #143370)
|
| /external/v8/benchmarks/ |
| run.js | 6 // * Redistributions of source code must retain the above copyright
|
| /external/v8/src/ia32/ |
| macro-assembler-ia32.h | 6 // * Redistributions of source code must retain the above copyright 109 // Invoke the JavaScript function code by either calling or jumping. 110 void InvokeCode(const Operand& code, 115 void InvokeCode(Handle<Code> code, 135 // Store the code object for the given builtin in the target register. 179 // Abort execution if argument is not a number. Used in debug code. 195 // Generates code that verifies that the maps of objects in the 196 // prototype chain of object hasn't changed since the code was 198 // necessary the function also generates code for security chec [all...] |
| /external/v8/src/ |
| ic.h | 6 // * Redistributions of source code must retain the above copyright 42 // inline caching code. The argument for the macro, ICU, is the function name. 66 // The ids for utility called from the generated code. 77 // Alias the inline cache state type to make the IC code more readable. 80 // The IC code is either invoked with no extra frames on the stack 92 Code* target() { return GetTargetAtAddress(address()); } 96 static State StateFrom(Code* target, Object* receiver); 102 // operation as it has to search through the heap to find the code 130 // Computes the address in the original code when the code running i 136 void set_target(Code* code) { SetTargetAtAddress(address(), code); } local [all...] |
| /external/v8/test/cctest/ |
| test-log-stack-tracer.cc | 59 // pure JS code is being executed 83 v8::internal::Code* func_code = func->code(); 134 // on stack. In 64-bit mode we can't use Smi operations code because 273 v8::internal::Code* func_code = func->code();
|