HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 276 - 300 of 14121) sorted by null

<<11121314151617181920>>

  /external/llvm/
llvm-tblgen-rules.mk 2 ## Commands for running tblgen to compile a td file
4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
11 ## TableGen: Compile .td files to .inc.
14 # Set LOCAL_MODULE_CLASS to STATIC_LIBRARIES default (require
45 $(call transform-td-to-out, register-info)
50 $(call transform-td-to-out,instr-info)
55 $(call transform-td-to-out,subtarget)
62 $(call transform-td-to-out, register-info
    [all...]
  /external/valgrind/main/coregrind/
vg_preloaded.c 24 along with this program; if not, write to the Free Software
72 Wrapper for indirect functions which need to be redirected.
85 /* Ask the valgrind core running on the real CPU (as opposed to this
86 code which runs on the emulated CPU) to update the redirection that
87 led to this function. This client request eventually gives control to
111 as there are other ways to launch a process with environment that
123 HChar **to = NULL; local
126 for (from = to = env; from && *from; from++) {
128 *to = *from
    [all...]
  /external/chromium_org/cc/output/
filter_operations_unittest.cc 145 FilterOperation to = FilterOperation::CreateGrayscaleFilter(0.75f); local
147 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
151 blended = FilterOperation::Blend(&from, &to, 0.75);
155 blended = FilterOperation::Blend(&from, &to, 1.8);
174 FilterOperation to = FilterOperation::CreateSepiaFilter(0.75f); local
176 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
180 blended = FilterOperation::Blend(&from, &to, 0.75);
184 blended = FilterOperation::Blend(&from, &to, 1.8);
203 FilterOperation to = FilterOperation::CreateSaturateFilter(0.75f); local
205 FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75)
232 FilterOperation to = FilterOperation::CreateHueRotateFilter(7.f); local
261 FilterOperation to = FilterOperation::CreateInvertFilter(0.75f); local
290 FilterOperation to = FilterOperation::CreateBrightnessFilter(7.f); local
319 FilterOperation to = FilterOperation::CreateContrastFilter(7.f); local
348 FilterOperation to = FilterOperation::CreateOpacityFilter(0.75f); local
377 FilterOperation to = FilterOperation::CreateBlurFilter(7.f); local
407 FilterOperation to = FilterOperation::CreateDropShadowFilter( local
448 FilterOperation to = FilterOperation::CreateZoomFilter(6.f, 0); local
477 FilterOperation to = FilterOperation::CreateSaturatingBrightnessFilter(7.f); local
513 FilterOperation to = FilterOperation::CreateReferenceFilter(to_filter); local
550 FilterOperations to; local
650 FilterOperations to; local
668 FilterOperations to; local
    [all...]
  /build/core/
java_library.mk 60 $(copy-file-to-target)
62 $(add-java-resources-to-package)
66 $(copy-file-to-target)
74 $(add-dex-to-package)
77 $(add-java-resources-to-package)
85 $(call copy-file-to-target)
91 $(call copy-file-to-target)
102 $(call copy-file-to-target)
111 $(call copy-file-to-target)
  /external/mockito/src/org/mockito/internal/util/reflection/
LenientCopyTool.java 19 public <T> void copyToRealObject(T from, T to) {
20 copy(from, to, from.getClass(), to.getClass());
23 private <T> void copy(T from, T to, Class fromClazz, Class toClass) {
25 copyValues(from, to, fromClazz);
  /external/valgrind/main/callgrind/
jumps.c 22 along with this program; if not, write to the Free Software
79 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size)
81 return (UInt) ( (UWord)from + 7* (UWord)to + 13*jmp) % size;
109 curr_jcc->to, new_size);
137 /* new jCC structure: a call was done to a BB of a BBCC
140 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to)
154 jcc->to = to;
174 new_idx = jcc_hash_idx(from, jmp, to, current_jccs.size);
190 jCC* CLG_(get_jcc)(BBCC* from, UInt jmp, BBCC* to)
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/
io2014.rst 10 Learn how easy it is to edit, build, and debug NaCl application
24 We're working to reduce the number of steps in future releases.
27 You currently need to:
29 * Navigate to: chrome://flags and:
48 To follow along in this tutorial, you'll need to use a text editor to modify
52 If you're unsure what to pick, nano is simpler to start with and has on-screen
73 In order to commit to a git repository
    [all...]
Makefile 12 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
24 @echo " html to make standalone HTML files"
28 @echo " linkcheck to check all external links for integrity"
29 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 34 This extension allows an application to specify a minimum periodicity
53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
57 Additions to Chapter 3 of the 1.4 GL Specification (Rasterization)
61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations
66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests)
74 Additions to the GLX 1.3 Specification
76 [Add the following to Section 3.3.10 of the GLX Specification (Double
83 takes effect when glXSwapBuffers is first called subsequent to the
86 A video frame period is the time required by the monitor to display a
    [all...]
  /external/mesa3d/docs/
MESA_swap_control.spec 34 This extension allows an application to specify a minimum periodicity
53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
57 Additions to Chapter 3 of the 1.4 GL Specification (Rasterization)
61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations
66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests)
74 Additions to the GLX 1.3 Specification
76 [Add the following to Section 3.3.10 of the GLX Specification (Double
83 takes effect when glXSwapBuffers is first called subsequent to the
86 A video frame period is the time required by the monitor to display a
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
jsbundler.py 12 The top-level files are appended to the sorted list in the order specified
14 files are assumed to be ordered already and no dependency analysis is
28 - copy: the files are copied, or hard linked if possible, to the destination
113 '''A list of simple path rewrite rules to map relative input paths to
133 '''Rewrites an input path according to the list of rules.
136 in_path, str: The input path to rewrite.
197 bundle: Bundle to add the sources to.
198 sources, dict: Mapping from input path to SourceWithPaths objects
    [all...]
  /bionic/libc/arch-x86_64/bionic/
__bionic_clone.S 17 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
40 # Translate to the kernel calling convention and swap the 'tls' and 'child_tid' arguments.
41 # They're flipped for x86-64 compared to all our other architectures and __bionic_clone.
61 # We don't want anyone to unwind past this point.
74 # We're the parent; nothing to do.
  /external/chromium_org/native_client_sdk/src/resources/
background.js 19 // Send and XHR to get the URL to load from a configuration file.
20 // Normally you won't need to do this; just call:
24 // In the SDK we want to be able to load different URLs (for different
25 // toolchain/config combinations) from the commandline, so we to read
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
InterpolatedTransformOperation.cpp 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,
43 return progress == t->progress && from == t->from && to == t->to;
51 to.apply(borderBoxSize, toTransform);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tztrans.h 39 * @param to The time zone rule used after the transition.
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
52 * @param source The TimeZoneTransition object to be copied.
73 * @param right The object to be copied.
81 * @param that The object to be compared with.
90 * @param that The object to be compared with.
136 * @param to The time zone rule used after the transition.
139 void setTo(const TimeZoneRule& to);
144 * @param to The time zone rule used after the transition.
147 void adoptTo(TimeZoneRule* to);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tztrans.h 39 * @param to The time zone rule used after the transition.
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
52 * @param source The TimeZoneTransition object to be copied.
73 * @param right The object to be copied.
81 * @param that The object to be compared with.
90 * @param that The object to be compared with.
136 * @param to The time zone rule used after the transition.
139 void setTo(const TimeZoneRule& to);
144 * @param to The time zone rule used after the transition.
147 void adoptTo(TimeZoneRule* to);
    [all...]
  /external/lldb/utils/vim-lldb/python-vim-lldb/
import_lldb.py 7 """ Find and import the lldb modules. This function tries to find the lldb module by:
9 2. Executes the lldb executable pointed to by the LLDB environment variable (or if unset, the first lldb
10 on PATH") with the -P flag to determine the PYTHONPATH to set. If the lldb executable returns a valid
11 path, it is added to sys.path and the import is attempted again. If that fails, 3. On Mac OS X the
22 # Allow overriding default path to lldb executable with the LLDB environment variable
40 # Cannot run 'lldb -P' to determine location of lldb python module
43 # Unable to import lldb module from path returned by `lldb -P`
46 # On Mac OS X, use the try the default path to XCode lldb module
54 # Unable to import lldb module from default Xcode python pat
    [all...]
  /external/nist-sip/java/gov/nist/core/
ServerLogger.java 4 * This code has been contributed to the public domain.
11 * not limited to the correctness, accuracy, reliability or usefulness of
14 * Permission to use this software is contingent upon your acceptance
34 void logMessage(SIPMessage message, String from, String to, boolean sender, long time);
36 void logMessage(SIPMessage message, String from, String to, String status,
39 void logMessage(SIPMessage message, String from, String to, String status,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ReferToParser.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
8 * and are considered to be in the public domain. As a result, a formal
9 * license is not needed to use the software.
17 * not limited to the correctness, accuracy, reliability or usefulness of
20 * Permission to use this software is contingent upon your acceptance
32 * To Header parser.
45 * @param referTo String to set
64 String to[] = local
65 { "Refer-To: <sip:dave@denver.example.org?"
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReferredByParser.java 22 * @param referBy String to set
41 String to[] = local
50 for (int i = 0; i < to.length; i++) {
51 ReferredByParser tp = new ReferredByParser(to[i]);
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 5 # The answer is validated to hw perf counters.
10 cld # we want these to happen forward
15 # Check for them, to make sure our rep detection
18 # have to check for SSE2 capability somehow?
52 mov $0xd, %al # set eax to d
159 # first set up the areas to compare
322 jmp exit # no error, skip to exit
327 mov $1, %rdi # print to stdout
328 mov $error_string, %rsi # string to print
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Android.mk 1 # This build script corresponds to a library containing many definitions
2 # common to both the guest and the host. They relate to
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 7 # until you get a good one; errors are not passed through to the parser.
28 Errors from the lexer are never passed to the parser. Either you want
29 to keep going or you do not upon token recognition error. If you do not
30 want to continue lexing then you do not want to continue parsing. Just
32 toss you all the way out of the recognizers. If you want to continue
33 lexing then you should not throw an exception to the parser--it has already
  /external/chromium_org/build/git-hooks/
pre-commit 14 # Most up-to-date submodules are in MERGE_HEAD.
17 # Most up-to-date submodules are in HEAD.
27 echo "You are trying to commit changes to the following submodules:" 1>&2
40 ... to see what's in your index.
42 If you're really and truly trying to roll the version of a submodule, you should
43 commit the new version to DEPS, instead.
54 You are trying to commit a change to .gitmodules. That is not allowed.
55 To make changes to submodule names/paths, edit DEPS
    [all...]
  /external/chromium_org/remoting/webapp/js_proto/
console_proto.js 14 * @param {...*} var_args The message(s) to log.
20 * @param {...*} var_args The message(s) to log.
26 * @param {...*} var_args The message(s) to log.

Completed in 570 milliseconds

<<11121314151617181920>>