| /prebuilt/darwin-x86/sdl/include/SDL/ |
| SDL_opengl.h | 80 ** Original Code. The Original Code is: OpenGL Sample Implementation, 82 ** Inc. The Original Code is Copyright (c) 1991-2004 Silicon Graphics, Inc. [all...] |
| /prebuilt/linux-x86/sdl/include/SDL/ |
| SDL_opengl.h | 80 ** Original Code. The Original Code is: OpenGL Sample Implementation, 82 ** Inc. The Original Code is Copyright (c) 1991-2004 Silicon Graphics, Inc. [all...] |
| /prebuilt/windows/sdl/host/include/SDL/ |
| SDL_opengl.h | 80 ** Original Code. The Original Code is: OpenGL Sample Implementation, 82 ** Inc. The Original Code is Copyright (c) 1991-2002 Silicon Graphics, Inc. [all...] |
| /prebuilt/windows/sdl/include/SDL/ |
| SDL_opengl.h | 80 ** Original Code. The Original Code is: OpenGL Sample Implementation, 82 ** Inc. The Original Code is Copyright (c) 1991-2004 Silicon Graphics, Inc. [all...] |
| /dalvik/dx/src/com/android/dx/rop/code/ |
| Rops.java | 17 package com.android.dx.rop.code; 33 /** {@code nop()} */ 37 /** {@code r,x: int :: r = x;} */ 41 /** {@code r,x: long :: r = x;} */ 45 /** {@code r,x: float :: r = x;} */ 49 /** {@code r,x: double :: r = x;} */ 53 /** {@code r,x: Object :: r = x;} */ 58 * {@code r,x: ReturnAddress :: r = x;} 67 /** {@code r,param(x): int :: r = param(x);} */ 72 /** {@code r,param(x): long :: r = param(x);} * [all...] |
| /external/webkit/WebKitTools/Scripts/ |
| run-webkit-tests | 14 # 1. Redistributions of source code must retain the above copyright 228 --complex-text Use the complex text code path for all text (Mac OS X and Windows only) [all...] |
| /hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
| CmdInterpretWext.c | 11 * * Redistributions of source code must retain the above copyright 403 range->bitrate[i] = WEXT_MAX_RATE_REAL_VALUE; /* convert special code 0x7F to 65Mbps */ 815 iwe.u.bitrate.value = WEXT_MAX_RATE_REAL_VALUE; /* convert the special code 0x7f to 65Mbps */ [all...] |
| /system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
| CmdInterpretWext.c | 11 * * Redistributions of source code must retain the above copyright [all...] |
| /build/core/ |
| main.mk | 622 # is as little code as possible in the tree that doesn't build.
|
| /external/blktrace/btreplay/doc/ |
| btreplay.tex | 138 code, and thus are submitted to the block IO layer with \emph{very small}
|
| /external/elfutils/src/ |
| readelf.c | 3277 unsigned int code = dwarf_getabbrevcode (&abbrev); local [all...] |
| /external/icu4c/data/ |
| makedata.mak | 117 # This is the same place that all of the other ICU DLLs go (the code-containing DLLs)
|
| /external/qemu/ |
| vl-android.c | 727 void kbd_generic_event(int type, int code, int value) 730 qemu_put_generic_event(qemu_put_generic_event_opaque, type, code, value); 1245 /* NOTE: this code must be signal safe because 1269 /* NOTE: this code must be signal safe because [all...] |
| /external/v8/src/ |
| array.js | 6 // * Redistributions of source code must retain the above copyright [all...] |
| /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
| bfd.h | 53 /* This is a utility macro to handle the situation where the code 54 wants to place a constant string into the code, followed by a 387 /* Get the name of a stabs type code. */ 399 /* Next entry for this hash code. */ 403 /* Hash code. This is the full hash code, not the index into the 715 occurs; bfd_get_error will return an appropriate code. */ 725 error occurs; bfd_get_error will return an appropriate code. */ 738 should return zero on success or an `errno' code on failure. TEMPL must [all...] |
| /external/libxml2/ |
| tree.c | 75 * @code: the error number 81 xmlTreeErr(int code, xmlNodePtr node, const char *extra) 85 switch(code) { 101 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra); 359 * Returns 0 if this validates, a positive error code number otherwise 433 * Returns 0 if this validates, a positive error code number otherwise 531 * Returns 0 if this validates, a positive error code number otherwise 600 * Returns 0 if this validates, a positive error code number otherwise [all...] |
| xpointer.c | 2 * xpointer.c : Code to handle XML Pointer 103 ctxt->context->lastError.code = error; [all...] |
| /external/sqlite/dist/ |
| sqlite3.c | 3 ** version 3.6.22. By combining all the individual C code files into this 4 ** single large file, the entire code can be compiled as a one translation 15 ** of the embedded sqlite3.h header file.) Additional code files may be needed 17 ** language. The code for the "sqlite3" command-line shell is also in a 18 ** separate file. This file contains only code for the core SQLite library. 32 ** The author disclaims copyright to this source code. In place of 52 ** system #includes. Hence, this block of code must be the very first 53 ** code in all source files. 57 ** on a recent machine (ex: Red Hat 7.2) but you want your code to work 60 ** in Red Hat 6.0, so the code won't work. Hence, for maximum binar 26520 int code = errno; local 26527 int code = errno; local 67249 int code; local 68479 int code; local 69384 int code = SQLITE_DROP_INDEX; local 72368 int code = iCode[zIn[i]&0x7f]; local 79372 u8 code; \/* Join type mask *\/ member in struct:__anon5813 83923 int code = SQLITE_CREATE_TRIGGER; local 84256 int code = SQLITE_DROP_TRIGGER; local [all...] |
| sqlite3.c.orig | 3 ** version 3.6.22. By combining all the individual C code files into this 4 ** single large file, the entire code can be compiled as a one translation 15 ** of the embedded sqlite3.h header file.) Additional code files may be needed 17 ** language. The code for the "sqlite3" command-line shell is also in a 18 ** separate file. This file contains only code for the core SQLite library. 32 ** The author disclaims copyright to this source code. In place of 52 ** system #includes. Hence, this block of code must be the very first 53 ** code in all source files. 57 ** on a recent machine (ex: Red Hat 7.2) but you want your code to work 60 ** in Red Hat 6.0, so the code won't work. Hence, for maximum binar [all...] |
| /external/bluetooth/hcidump/parser/ |
| hci.c | 77 "PIN Code Request", 134 "PIN Code Request Reply", 135 "PIN Code Request Negative Reply", 308 "Read Country Code", 1175 printf(" (Limited Inquiry Access Code)"); 1178 printf(" (General Inquiry Access Code)"); [all...] |
| /external/openssl/crypto/0.9.9-dev/aes/ |
| aes-armv4.s | 2 .code 32
|
| /external/openssl/crypto/0.9.9-dev/sha/ |
| sha256-armv4.s | 2 .code 32
|
| /external/tremolo/Tremolo/ |
| mdctLARM.s | 11 @ * Redistributions of source code must retain the above copyright
|
| /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
| cpp.py | 13 # * Redistributions of source code must retain the above copyright 35 # This is the modified version of Google's cpplint. The original code is 461 line: is a partial line of code starting from the 0..n. 495 # unnecessary blank line warnings later in the code. 782 Much code has been originally written without consideration of [all...] |
| /frameworks/base/services/java/com/android/server/ |
| PackageManagerService.java | 228 // Directory containing the private parts (e.g. code and non-resource assets) of forward-locked [all...] |