HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 451 - 475 of 12869) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-misprediction.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
34 // A division that is going to be predicted integer on the first compilation. The
36 // division will be 1, which is too low for the division to be predicted double.
38 // integer but that contains a double. The subsequent addition to x, which is
39 // predicted double, will lead the Fixup phase to inject an Int32ToDouble node on
42 // is to disable constant folding of mispredicted nodes; that allows the normal
43 // process of correcting predictions (OSR exit profiling, exiting to profiled code,
44 // and recompilation with exponential backoff) to take effect so that the next
47 // A pointless loop to force the first compilation to occur before the division go
    [all...]
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 "Tests that constant folding an access to an uncaptured variable that is captured later in the same basic block doesn't lead to assertion failures."
35 if (a) // Here we have an access to r2. The bug was concerned with our assertions thinking that this access was invalid.
36 return arguments; // Force r2 (see below) to get captured.
40 // The temporary variable corresponding to the 'bar' callee coming out of the ternary expression will be allocated by
41 // the bytecompiler to some virtual register, say r2. This expression is engineered so that (1) the virtual register
43 // (2) that the callee ends up being constant but requires CFA to prove it, and (3) that we actually load that constant
44 // using GetLocal (which happens because of the CheckFunction to check the callee)
    [all...]
  /external/libunwind/doc/
libunwind-ia64.tex 15 \texttt{ia64} and, at least in theory, should be able to support all
16 operating systems adhering to the processor-specific ABI defined for
18 and big-endian HP-UX. Furthermore, to make it possible for a single
19 library to unwind both 32- and 64-bit targets, the type
20 \Type{unw\_word\_t} is always defined to be 64 bits wide (independent
27 possible for platform-dependent unwind code to use
28 conditional-compilation to select an appropriate implementation. The
29 latter is useful for stringification purposes and to construct
32 One special feature of IA-64 is the use of NaT bits to support
34 bit'' of a general register. However, to make everything fit int
    [all...]
unw_init_remote.tex 20 pointed to by \Var{c} for unwinding in the address space identified by
21 \Var{as}. The \Var{as} argument can either be set to
22 \Var{unw\_local\_addr\_space} (local address space) or to an arbitrary
27 passed in \Var{as}, then \Var{arg} needs to be a pointer to a context
30 thread-id, or a pointer to an arbitrary structure which identifies the
31 stack-frame chain to be unwound. In other words, the interpretation
35 Note that \Func{unw\_init\_remote}() can be used to initiate unwinding
38 generally preferable to use \Func{unw\_init\_local}() instead, because
39 it is easier to use and because it may perform better
    [all...]
  /external/mesa3d/docs/
MESA_shader_debug.spec 42 This extension introduces a debug object that can be attached to
43 a program object to enable debugging. Vertex and/or fragment shader,
45 to the debug object's log. A separate debug log for each shader type
48 be attached to a single program object.
84 Additions to Chapter 2 of the OpenGL 1.5 Specification
89 Additions to Chapter 3 of the OpenGL 1.5 Specification (Rasterization)
93 Additions to Chapter 4 of the OpenGL 1.5 Specification (Per-Fragment
98 Additions to Chapter 5 of the OpenGL 1.5 Specification
103 Additions to Chapter 6 of the OpenGL 1.5 Specification (State and State
108 Additions to Appendix A of the OpenGL 1.5 Specification (Invariance
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/
object.js 9 // Unless required by applicable law or agreed to in writing, software
25 * @param {Object.<K,V>} obj The object over which to iterate.
26 * @param {function(this:T,V,?,Object.<K,V>):?} f The function to call
41 * true, adds the element to a new object.
43 * @param {Object.<K,V>} obj The object over which to iterate.
44 * @param {function(this:T,V,?,Object.<K,V>):boolean} f The function to call
48 * element is added to the result object. If it is false the
70 * @param {Object.<K,V>} obj The object over which to iterate.
71 * @param {function(this:T,V,?,Object.<K,V>):R} f The function to call
94 * @param {Object.<K,V>} obj The object to check
    [all...]
  /bootable/recovery/edify/
Android.mk 10 # "-x c" forces the lex/yacc files to be compiled as c;
11 # the build system otherwise forces them to be c++.
  /build/core/
host_dalvik_java_library.mk 10 # Unless required by applicable law or agreed to in writing, software
19 # are meant to be used by a dalvik VM instance running on the host.
55 # The layers file allows you to enforce a layering between java packages.
74 $(transform-host-java-to-package)
95 $(transform-classes.jar-to-dex)
101 $(add-dex-to-package)
104 $(add-java-resources-to-package)
host_static_library_internal.mk 27 $(transform-host-o-to-static-lib)
static_library.mk 5 # libraries default to building for both architecturess
42 ## Copy headers to the install tree
  /cts/tools/dasm/
Android.mk 10 # Unless required by applicable law or agreed to in writing, software
31 $(copy-file-to-new-target)
  /development/ndk/platforms/android-3/include/linux/mtd/
map.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len)
99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len)
  /external/chromium-trace/trace-viewer/src/ui/
drag_handle.css 16 to(#D1D1D1));
29 to(#D1D1D1));
  /external/chromium_org/chrome/browser/resources/
about_conflicts.js 6 * This variable structure is here to document the structure that the template
7 * expects to correctly populate the page.
14 'The type of module (string), defaults to blank for regular modules',
18 'product_name': 'The name of the product the module belongs to',
24 'help_url': 'The link to the Help Center article'
43 * Asks the C++ ConflictsDOMHandler to get details about the available modules
45 * should reply to returnModuleList() (below).
52 * Called by the WebUI to re-populate the page with data representing the
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
tts_interface.js 8 * All TTS engines in ChromeVox conform to the this interface.
17 * An interface for clients who want to get notified when an utterance
40 * @param {string} textString The string of text to be spoken.
42 * for flush, cvox.AbstractTts.QUEUE_MODE_QUEUE for adding to queue.
43 * @param {Object=} properties Speech properties to use for this utterance.
63 * Adds a listener to get called whenever any utterance starts or ends.
64 * @param {cvox.TtsCapturingEventListener} listener Listener to get called.
70 * @param {string} propertyName The name of the property to change.
  /external/chromium_org/chrome/common/extensions/docs/server2/
mock_function.py 6 '''Decorates a function to record the number of times it's called, and
7 use that to make test assertions.
  /external/chromium_org/chrome/tools/build/win/
map_drive.bat 14 echo %DRIVE_LETTER% Drive mapped to wrong share, disconnecting..
27 echo Mapping %DRIVE_LETTER% to %SHARE_NAME%
  /external/chromium_org/sandbox/win/src/sidestep/
preamble_patcher_with_stub.cpp 18 // Very basic memcpy. We are copying 4 to 12 bytes most of the time, so there
19 // is no attempt to optimize this code or have a general purpose function.
20 // We don't want to call the crt from this code.
23 char* to = reinterpret_cast<char*>(destination); local
26 to[i] = from[i];
31 // Very basic memset. We are filling 1 to 7 bytes most of the time, so there
32 // is no attempt to optimize this code or have a general purpose function.
33 // We don't want to call the crt from this code.
35 char* to = reinterpret_cast<char*>(destination); local
38 to[i] = static_cast<char>(value)
    [all...]
  /external/chromium_org/third_party/icu/source/samples/
readme.txt 7 break - demonstrates how to use BreakIterators in C and C++.
11 case - demonstrates how to do Unicode case conversion in C and C++.
29 strsrch - demonstrates how to search for patterns in Unicode text using the usearch interface.
33 uciter8.c - demonstrates how to leniently read 8-bit Unicode text.
64 To build all samples at once:
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
iqtask.h 13 * 3. The name of the author may not be used to endorse or promote products
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
41 const std::string& verb, const Jid& to,
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_xform.h 7 * Permission is hereby granted, free of charge, to any person obtaining a
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
18 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50 * coordinates are very useful to us because they let us cull
53 * day in hardware, we would still have a reason to want to do it her
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override.h 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33 // This .h file imports the code that causes tcmalloc to override libc
35 // logic that makes it so calls to malloc(10) go through tcmalloc,
39 // libc_override_*.h file it #includes is required to provide. This
41 // constructor in tcmalloc.cc is executed -- to do any initialization
62 // For windows, there are two ways to get tcmalloc. If we're
65 // we remove malloc/new/etc from mscvcrt.dll, and just need to define
90 #error Need to add support for your libc/OS her
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override.h 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33 // This .h file imports the code that causes tcmalloc to override libc
35 // logic that makes it so calls to malloc(10) go through tcmalloc,
39 // libc_override_*.h file it #includes is required to provide. This
41 // constructor in tcmalloc.cc is executed -- to do any initialization
62 // For windows, there are two ways to get tcmalloc. If we're
65 // we remove malloc/new/etc from mscvcrt.dll, and just need to define
86 #error Need to add support for your libc/OS her
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
combpath_test.c 15 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
34 /* combpath function to test */
35 char * (*combpath) (const char *from, const char *to);
40 /* input "to" path */
41 const char *to; member in struct:Test_Entry
86 {yasm__combpath_win, "e:\\path\\to/file1.ext", ".\\file2.ext", "e:\\path\\to\\file2.ext"},
104 out = test->combpath(test->from, test->to);
109 funcname, test->from, test->to, test->out, out)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce2.asm 2 .Fill resq 1 ; fill to 8 mod 16
8 .Fill resq 1 ; fill to 8 mod 16

Completed in 1056 milliseconds

<<11121314151617181920>>