Searched refs:to (Results 151 - 175 of 7771) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_copy_sub_buffer.spec33 of the back color buffer to the front color buffer. This can be
34 used to quickly repaint 3D windows in response to expose events
54 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
56 Add to section 3.3.10 Double Buffering:
63 may be used to copy a rectangular region of the back color buffer to
64 the front color buffer. This can be used to quickly repaint 3D windows
65 in response to expose events when the back color buffer cannot be
68 <x> and <y> indicates the lower-left corner of the region to cop
[all...]
H A DMESA_swap_control.spec34 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 displa
[all...]
/external/mesa3d/docs/
H A DMESA_copy_sub_buffer.spec33 of the back color buffer to the front color buffer. This can be
34 used to quickly repaint 3D windows in response to expose events
54 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
56 Add to section 3.3.10 Double Buffering:
63 may be used to copy a rectangular region of the back color buffer to
64 the front color buffer. This can be used to quickly repaint 3D windows
65 in response to expose events when the back color buffer cannot be
68 <x> and <y> indicates the lower-left corner of the region to cop
[all...]
H A DMESA_swap_control.spec34 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 displa
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdftest1.asm1 ;; program to test RDOFF production and linkage
3 ;; items to test include:
5 ;; [2] relocation to different segments in same module
6 ;; [3] relocation to same segment in different module
7 ;; [4] relocation to different segment in different module
8 ;; [5] relative relocation to same module
9 ;; [6] relative relocation to different module
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h44 bool addEdge(uptr from, uptr to) { argument
45 check(from, to);
46 return v[from].setBit(to);
50 uptr addEdges(const BV &from, uptr to, uptr added_edges[], argument
56 if (v[node].setBit(to))
64 // Returns true if an edge from=>to exist.
69 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } argument
71 // Returns true if the edge from=>to was removed.
72 bool removeEdge(uptr from, uptr to) { argument
77 removeEdgesTo(const BV &to) argument
[all...]
/external/llvm/test/MC/ARM/
H A Dmulti-section-mapping.s10 @ A section should be able to start with a $t
15 @ A setion should be able to start with a $d
19 @ Changing back to .text should not emit a redundant $a
25 @ + .text to have $a at 0 and no others
26 @ + .wibble to have $a at 0
27 @ + .starts_thumb to have $t at 0
28 @ + .starts_data to have $d at 0
/external/llvm/test/MC/Mips/
H A Dmicromips-bad-branches.s3 # CHECK: error: branch to misaligned address
7 # CHECK: error: branch to misaligned address
12 # CHECK: error: branch to misaligned address
16 # CHECK: error: branch to misaligned address
21 # CHECK: error: branch to misaligned address
25 # CHECK: error: branch to misaligned address
30 # CHECK: error: branch to misaligned address
34 # CHECK: error: branch to misaligned address
39 # CHECK: error: branch to misaligned address
43 # CHECK: error: branch to misaligne
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableStrokeDasharrayList.cpp15 * contributors may be used to endorse or promote products derived from
68 WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> > to = toAnimatableStrokeDasharrayList(value)->m_values; local
72 // Since we animate to and from values of zero, treat a value of 'none' the
75 if (from.isEmpty() && to.isEmpty())
77 if (from.isEmpty() || to.isEmpty()) {
83 if (to.isEmpty()) {
84 to.append(zeroPixels);
85 to.append(zeroPixels);
90 bool success = interpolateLists(from, to, fraction, interpolatedValues);
/external/llvm/
H A Dllvm-tblgen-rules.mk2 ## 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
[all...]
/external/valgrind/main/coregrind/
H A Dvg_preloaded.c24 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
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcomment.js26 var from = ranges[i].from(), to = ranges[i].to();
28 if (to.line >= minLine) to = Pos(minLine, 0);
31 if (cm.uncomment(from, to)) mode = "un";
32 else { cm.lineComment(from, to); mode = "line"; }
34 cm.uncomment(from, to);
36 cm.lineComment(from, to);
41 CodeMirror.defineExtension("lineComment", function(from, to, options) {
48 self.blockComment(from, to, option
[all...]
/external/chromium_org/cc/output/
H A Dfilter_operations_unittest.cc145 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,
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...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dtuple.pxd23 # tuple values are initialized to the subsequent n C arguments
24 # pointing to Python objects. "PyTuple_Pack(2, a, b)" is
25 # equivalent to "Py_BuildValue("(OO)", a, b)".
28 # Take a pointer to a tuple object, and return the size of that tuple.
32 # to a tuple; no error checking is performed.
36 # Return the object at position pos in the tuple pointed to by
46 # Take a slice of the tuple pointed to by p from low to high and return it as a new tuple.
49 # Insert a reference to object o at position pos of the tuple
50 # pointed to b
[all...]
H A Dbool.pxd13 # such, the normal creation and deletion functions don't apply to
20 # The Python False object. This object has no methods. It needs to
21 # be treated just like any other object with respect to reference
25 # The Python True object. This object has no methods. It needs to
26 # be treated just like any other object with respect to reference
37 # Return a new reference to Py_True or Py_False depending on the truth value of v.
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebCache.cpp15 * contributors may be used to endorse or promote products derived from
38 // A helper method for coverting a MemoryCache::TypeStatistic to a
41 WebCache::ResourceTypeStat& to)
43 to.count = static_cast<size_t>(from.count);
44 to.size = static_cast<size_t>(from.size);
45 to.liveSize = static_cast<size_t>(from.liveSize);
46 to.decodedSize = static_cast<size_t>(from.decodedSize);
40 ToResourceTypeStat(const MemoryCache::TypeStatistic& from, WebCache::ResourceTypeStat& to) argument
/external/mockito/src/org/mockito/internal/util/reflection/
H A DLenientCopyTool.java19 public <T> void copyToRealObject(T from, T to) { argument
20 copy(from, to, from.getClass(), to.getClass());
23 private <T> void copy(T from, T to, Class fromClazz, Class toClass) { argument
25 copyValues(from, to, fromClazz);
/external/valgrind/main/callgrind/
H A Djumps.c22 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) argument
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) argument
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) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DInterpolatedTransformOperation.cpp15 * contributors may be used to endorse or promote products derived from
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/
H A Dtztrans.h39 * @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/
H A Dtztrans.h39 * @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/nist-sip/java/gov/nist/core/
H A DServerLogger.java4 * 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); argument
36 void logMessage(SIPMessage message, String from, String to, String status, argument
39 void logMessage(SIPMessage message, String from, String to, String status, argument
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DReferToParser.java6 * 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
45 * @param referTo String to set
64 String to[] =
73 for (int i = 0; i < to.length; i++) {
74 ReferToParser tp = new ReferToParser(to[
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
H A DReferredByParser.java22 * @param referBy String to set
41 String to[] =
50 for (int i = 0; i < to.length; i++) {
51 ReferredByParser tp = new ReferredByParser(to[i]);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S5 # 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

Completed in 4017 milliseconds

1234567891011>>