/development/tools/emulator/opengl/ |
common.mk | 2 # the hardware OpenGL ES emulation for Android. 5 # order for various variable definitions and usage to happen in the correct 29 # Internal list of all declared modules (used for sanity checking) 89 # This is the list of recognized export types we support for now. 102 # $3: "HOST" for a host module, empty for a target one. 117 # Called to indicate that a module exports a given local variable for its 335 # For example: $(call emugl-set-shared-library-subpath,egl)
|
/external/jpeg/ |
jmemdosa.asm | 6 ; For conditions of distribution and use, see the accompanying README file. 46 push si ; save all registers for safety 60 xor ax,ax ; return zero for OK 81 push si ; save all registers for safety 92 xor ax,ax ; return zero for OK 113 push si ; save all registers for safety 126 xor ax,ax ; return zero for OK 147 push si ; save all registers for safety 162 mov ax,1 ; else return 1 for not OK 164 read_ok: xor ax,ax ; return zero for O [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 16 * is used for mutable variables etc. *) 114 (* Codegen of 'then' can change the current block, update then_bb for the 115 * phi. We create a new name because one is used for the phi node, and the 116 * other is used for the conditional branch. *) 124 (* Codegen of 'else' can change the current block, update else_bb for the 147 | Ast.For (var_name, start, end_, step, body) -> 170 (* Create an alloca for the variable in the entry block. *) 179 (* Make the new basic block for the loop header, inserting after current 239 (* for expr always returns 0.0. *) 309 (* Set names for all arguments. * [all...] |
/external/openssl/crypto/bn/asm/ |
pa-risc2.s | 11 ; for RSA/DSA. 13 ; See http://devresource.hp.com/ for more details on the PA-RISC 15 ; by Gerry Kane for information on the instruction set architecture. 28 ; Global Register definitions used for the routines. 30 ; Some information about HP's runtime architecture for 32-bits. 37 ; For the floating point registers 43 ; For the integer registers 63 ; Note that the "w" argument for bn_mul_add_words and bn_mul_words 280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1 441 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret [all...] |
pa-risc2W.s | 5 ; for RSA/DSA. 7 ; See http://devresource.hp.com/ for more details on the PA-RISC 9 ; by Gerry Kane for information on the instruction set architecture. 22 ; Global Register definitions used for the routines. 24 ; Some information about HP's runtime architecture for 64-bits. 31 ; For the floating point registers 37 ; For the integer registers [all...] |
/external/tcpdump/ |
configure | 3 # Guess values for system-dependent variables and create Makefiles. 15 DUALCASE=1; export DUALCASE # for MKS sh 75 for as_dir in $PATH 96 for as_var in ENV MAIL MAILPATH 104 for as_var in \ 223 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 229 for as_base in sh bash ksh sh5; do 237 for as_shell in $as_candidate_shells $SHELL; do 344 for as_var in BASH_ENV ENV 438 # E. McMahon (1931-1989) for sed's syntax. :- [all...] |
/build/core/ |
main.mk | 40 # check for broken versions of make 60 # Used to force goals to build. Only use for conditionally defined goals. 85 # check for a case sensitive file system 115 # Check for the correct version of java 134 # Check for the correct version of javac 166 # You are responsible for the correctness of the incremental build. 167 # This may decrease incremental build time dramatically for large Java libraries, 230 # Enable Dalvik lock contention logging for userdebug builds. 237 # Turn on Dalvik preoptimization for user builds, but only if not 239 # Dalvik isn't built for non-Linux hosts) [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 7 * This is the main code for the new tab page used by touch-enabled Chrome 8 * browsers. For now this is still a prototype. 11 // Use an anonymous function to enable strict mode just for this file (which 17 * The CardSlider object to use for changing app pages. 23 * Template to use for creating new 'dot' elements 66 * JavaScript creates the object for us based on the id. But I don't want 73 * The time in milliseconds for most transitions. This should match what's 147 // Add a drag handler to the body (for drags that don't land on an existing 155 // Note that we assume here that we only use a Grabber for moving apps, 160 // Add handlers for the tash ca [all...] |
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.js | 7 * This is the main code for the new tab page used by touch-enabled Chrome 8 * browsers. For now this is still a prototype. 11 // Use an anonymous function to enable strict mode just for this file (which 17 * The Slider object to use for changing app pages. 23 * Template to use for creating new 'apps-page' elements 29 * Template to use for creating new 'app-container' elements 35 * Template to use for creating new 'dot' elements 66 * JavaScript creates the object for us based on the id. But I don't want 73 * The time in milliseconds for most transitions. This should match what's 151 // Add a drag handler to the body (for drags that don't land on an existin [all...] |
/external/llvm/ |
configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.60 for llvm 3.0svn. 28 BIN_SH=xpg4; export BIN_SH # for Tru64 29 DUALCASE=1; export DUALCASE # for MKS sh 74 for as_dir in $PATH 95 for as_var in ENV MAIL MAILPATH 103 for as_var in \ 222 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 228 for as_base in sh bash ksh sh5; do 236 for as_shell in $as_candidate_shells $SHELL; d [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 11 \em Institute for Nuclear Research, Moscow \\ 76 --- shortcut for \verb|-family inet|. 80 --- shortcut for \verb|-family inet6|. 84 --- shortcut for \verb|-family link|. 100 Do not use this option when reporting bugs or asking for advice. 131 The \verb|help| command is available for all objects. It prints 141 consisting of a keyword followed by a value. For convenience, 144 for the {\tt ip link} command, so {\tt ip link ls eth0} is equivalent 152 or asking for advice. ``Officially'' allowed abbreviations are listed 159 \verb|ip| may fail for one of the following reasons [all...] |
/build/tools/droiddoc/templates-sdk/assets/ |
android-developer-docs.js | 36 // If not a mobile browser, set the onresize event for IE6, and others 78 content.css({marginLeft:parseInt(navWidth) + 6 + "px"}); //account for 6px-wide handle-bar 81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible 98 $("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for the resize handle 184 for (var topic in ANDROID_TAGS['topic']) { 188 for (var i = 0; i < topics.length; i++) { 206 for (i = 0; i < ANDROID_RESOURCES.length; i++) { 210 for (j = 0; j < tags.length; j++) 220 for (i = 0; i < resources.length; i++) { 231 for (j = 0; j < tags.length; j++) [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
eventsview.js | 7 * a details pane for the selected sources. 36 // Used for sorting entries with automatically assigned IDs. 179 * For the purposes of sorting by source IDs, entries without a source 230 for (var id in this.sourceIdToEntryMap_) { 237 for (var i = sourceEntries.length - 2; i >= 0; --i) { 245 * Looks for the first occurence of |directive|:parameter in |sourceText|. 348 for (var i = 0; i < directives.length; ++i) { 389 for (var id in this.sourceIdToEntryMap_) { 452 // Duration continuously increases for all entries that are 471 for (var i = 0; i < sourceIds.length; ++i) [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.js | 36 // If not a mobile browser, set the onresize event for IE6, and others 78 content.css({marginLeft:parseInt(navWidth) + 6 + "px"}); //account for 6px-wide handle-bar 81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible 98 $("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for the resize handle 199 // that matches our ancestor directories (only for dev guide and resources) 235 var swapperHeight = windowHeight - 13; // move 13px for swapper link at the bottom 240 $("#packages-nav").css({height:parseInt(resizePackagesNav.css("height")) - 6 + "px"}); //move 6px for handle 288 content.css({marginLeft:parseInt(sidenavWidth) + 6 + "px"}); //account for 6px-wide handle-bar 291 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible 298 if ($(".side-nav-resizable").length) { // Must check if the nav is resizable because IE6 calls resizeWidth() from resizeAll() for all page [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 13 %FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY 21 %LIABLE TO YOU FOR DAMAGES, INCLUDING ANY LOST PROFITS, LOST MONIES, OR 27 %DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY. 52 % c) You may charge a distribution fee for the physical act of 54 % protection in exchange for a fee. 68 % b) accompany it with a written offer, valid for at least three 69 % years, to give any third party free (except for a nominal 76 % allowed only for noncommercial distribution and only if you 79 %For an executable file, complete source code means all the source code for [all...] |
/external/pcre/ |
pcregexp.pas | 2 pcRegExp - Perl compatible regular expressions for Virtual Pascal
5 Based on PCRE library interface unit for Virtual Pascal.
28 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
47 17-10-05 - support for \1-\9 backreferences in TpcRegExp.GetReplStr
51 20-12-06 - support for version 7.0
52 27.08.08 - support for v7.7
206 { Request types for pcre_fullinfo() }
213 PCRE_INFO_FIRSTCHAR = 4; { For backwards compatibility }
229 { Request types for pcre_config() } [all...] |
/external/v8/benchmarks/ |
raytrace.js | 30 // For details, see the Prototype web site: http://prototype.conio.net/ 43 for (var property in source) { 654 for(var y=0; y < canvasHeight; y++){ 655 for(var x=0; x < canvasWidth; x++){ 685 for(var i=0; i<scene.shapes.length; i++){ 715 for(var i=0; i<scene.lights.length; i++){
|
/external/v8/src/ |
string.js | 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 92 for (var i = 0; i < len; i++) { 146 // This function is implementation specific. For now, we do not 180 // This has the same size as the lastMatchInfo array, and can be used for 211 // Convert the search argument to a string and search for it. 362 // Helper function for replacing regular expressions with the result of a 415 // Use the apply argument as backing for global RegExp properties. 439 // and subject for the replace function invocation. 440 // The number of captures plus one for the match [all...] |
/external/v8/test/mjsunit/ |
debug-scopes.js | 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29 // The functions used for testing backtraces. They are at the top to make the 62 // Initialize for a noew test. 74 assertTrue(listener_called, "listerner not called for " + test_name); 83 for (var i = 0; i < scopes.length; i++) { 103 for (var i = 0; i < scopes.length; i++) { 113 for (var j = 0; j < response.refs.length && !found; j++) { 121 // Check that the content of the scope is as expected. For functions just check 126 for (var p in content) [all...] |
smi-ops.js | 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 660 for (var i = 1; i < 0x80000000; i *= 2) { 664 for (var i = 1; i < 1/0; i *= 2) { 668 for (var i = 0.5; i > 0; i /= 2) { 677 // zero even for non-smis. 698 // Regression test for a bug in the ARM code generator. For some register 703 // Regression test for correct handling of overflow in smi comparison.
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 25 // For details, see the Prototype web site: http://prototype.conio.net/ 38 for (var property in source) { 680 for(var y=0; y < canvasHeight; y++){ 681 for(var x=0; x < canvasWidth; x++){ 711 for(var i=0; i<scene.shapes.length; i++){ 741 for(var i=0; i<scene.lights.length; i++){ 932 for (var i = 0; i < 6; ++i)
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-raytrace.js | 25 // For details, see the Prototype web site: http://prototype.conio.net/ 38 for (var property in source) { 680 for(var y=0; y < canvasHeight; y++){ 681 for(var x=0; x < canvasWidth; x++){ 711 for(var i=0; i<scene.shapes.length; i++){ 741 for(var i=0; i<scene.lights.length; i++){ 932 for (var i = 0; i < 6; ++i)
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-raytrace.js | 25 // For details, see the Prototype web site: http://prototype.conio.net/ 38 for (var property in source) { 649 for(var y=0; y < canvasHeight; y++){ 650 for(var x=0; x < canvasWidth; x++){ 680 for(var i=0; i<scene.shapes.length; i++){ 710 for(var i=0; i<scene.lights.length; i++){ 901 for (var i = 0; i < 6; ++i)
|
/external/zlib/contrib/masmx86/ |
match686.asm | 1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
4 ; for MASM. This is as assembly version of longest_match
11 ; For Visual C++ 4.x and higher and ML 6.x and higher
17 ; this longest_match was written by Brian raiter (1998), optimized for Pentium Pro
20 ; for using an assembly version of longest_match, you need define ASMV in project
26 ; note: contrib of zLib 1.2.3 and earlier contained both a deprecated version for
27 ; Pentium (prior Pentium Pro) and this version for Pentium Pro and modern processor
31 ; this file is not optimized for old pentium, but it compatible with all x86 32 bits
140 ;;; Offsets for fields in the deflate_state structure. These numbers
163 ;;; Written for zlib 1.1.2 [all...] |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | 2 * This file was generated automatically by gen-template.py for 'armv5te'. 20 * See the License for the specific language governing permissions and 34 r4-r8 are available for general use 35 r9 is given special treatment in some situations, but not for us 64 r5 rFP interpreted frame pointer, used for accessing locals and args 71 r4 rPC interpreted program counter, used for fetching instructions 73 r8 rIBASE interpreted instruction base pointer, used for computed goto 75 Macros are provided for common operations. Each macro MUST emit only 80 /* single-purpose registers, given names for clarity */ 163 * Unwind a frame from the Dalvik stack for compiled OP_RETURN_XXX [all...] |