Searched refs:swap (Results 201 - 225 of 1727) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_control.spec80 per buffer swap. (e.g. a value of two means that the color buffers
96 The swap interval is not part of the render context state. It cannot
97 be pushed or popped. The current swap interval for the window
99 glXGetSwapIntervalMESA. The default swap interval is 0.
102 the swap interval to 1.
117 [swap interval] GetSwapInterval Z+ 0
127 Changed the default swap interval to 0.
/external/mesa3d/docs/
H A DMESA_swap_control.spec80 per buffer swap. (e.g. a value of two means that the color buffers
96 The swap interval is not part of the render context state. It cannot
97 be pushed or popped. The current swap interval for the window
99 glXGetSwapIntervalMESA. The default swap interval is 0.
102 the swap interval to 1.
117 [swap interval] GetSwapInterval Z+ 0
127 Changed the default swap interval to 0.
/external/chromium_org/chrome/browser/search/suggestions/
H A Dimage_manager_impl.h76 void swap(ImageRequest* other) { function in struct:suggestions::ImageManagerImpl::ImageRequest
77 std::swap(url, other->url);
78 std::swap(image_url, other->image_url);
79 std::swap(callbacks, other->callbacks);
80 std::swap(fetcher, other->fetcher);
/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.hpp59 void swap (ArrayBuffer& other) throw();
106 // copy to temporary and swap to it
112 swap(tmp);
126 swap(copied);
142 // create new buffer of the wanted size, swap to it
144 swap(newBuffer);
148 void ArrayBuffer<T,Alignment,Stride>::swap (ArrayBuffer& other) throw() function in class:de::ArrayBuffer
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dscoped_ptr.h17 #include <algorithm> // For std::swap().
159 void swap(scoped_ptr_impl& p2) { function in class:i18n::addressinput::scoped_ptr_impl
160 // Standard swap idiom: 'using std::swap' ensures that std::swap is
161 // present in the overload set, but we call swap unqualified so that
163 using std::swap;
164 swap(static_cast<D&>(data_), static_cast<D&>(p2.data_));
165 swap(data_.ptr, p2.data_.ptr);
292 void swap(scoped_pt function in class:i18n::addressinput::scoped_ptr
376 void swap(scoped_ptr& p2) { function in class:i18n::addressinput::scoped_ptr
419 void swap(scoped_ptr<T, D>& p1, scoped_ptr<T, D>& p2) { function in namespace:i18n::addressinput
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dscoped_ptr.h22 #include <algorithm> // For std::swap().
164 void swap(scoped_ptr_impl& p2) { function in class:i18n::phonenumbers::scoped_ptr_impl
165 // Standard swap idiom: 'using std::swap' ensures that std::swap is
166 // present in the overload set, but we call swap unqualified so that
168 using std::swap;
169 swap(static_cast<D&>(data_), static_cast<D&>(p2.data_));
170 swap(data_.ptr, p2.data_.ptr);
297 void swap(scoped_pt function in class:i18n::phonenumbers::scoped_ptr
381 void swap(scoped_ptr& p2) { function in class:i18n::phonenumbers::scoped_ptr
424 void swap(scoped_ptr<T, D>& p1, scoped_ptr<T, D>& p2) { function in namespace:i18n::phonenumbers
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_ptr.h105 #include <algorithm> // For std::swap().
251 void swap(scoped_ptr_impl& p2) { function in class:webrtc::internal::scoped_ptr_impl
252 // Standard swap idiom: 'using std::swap' ensures that std::swap is
253 // present in the overload set, but we call swap unqualified so that
255 using std::swap;
256 swap(static_cast<D&>(data_), static_cast<D&>(p2.data_));
257 swap(data_.ptr, p2.data_.ptr);
397 void swap(scoped_pt function in class:webrtc::scoped_ptr
507 void swap(scoped_ptr& p2) { function in class:webrtc::scoped_ptr
552 void swap(webrtc::scoped_ptr<T, D>& p1, webrtc::scoped_ptr<T, D>& p2) { function
[all...]
H A Dscoped_vector.h48 ScopedVector(RValue other) { swap(*other.object); }
51 swap(*rhs.object);
86 void swap(std::vector<T*>& other) { v_.swap(other); } function in class:webrtc::ScopedVector
87 void swap(ScopedVector<T>& other) { v_.swap(other.v_); } function in class:webrtc::ScopedVector
89 out->swap(v_);
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h66 void swap(SkylineStorage& other) { function in class:Eigen::SkylineStorage
67 std::swap(m_diag, other.m_diag);
68 std::swap(m_upper, other.m_upper);
69 std::swap(m_lower, other.m_lower);
70 std::swap(m_upperProfile, other.m_upperProfile);
71 std::swap(m_lowerProfile, other.m_lowerProfile);
72 std::swap(m_diagSize, other.m_diagSize);
73 std::swap(m_upperSize, other.m_upperSize);
74 std::swap(m_lowerSize, other.m_lowerSize);
75 std::swap(m_allocatedSiz
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkAddIntersections.cpp202 bool swap = false; local
205 swap = true;
232 swap = true;
276 swap = true;
282 swap = true;
314 swap = true;
366 if (wt.addCoincident(wn, ts, swap)) {
375 if (wt.addCoincident(wn, ts, swap)) {
386 if (wt.isPartial(ts[swap][pt], ts[swap][p
[all...]
/external/skia/src/pathops/
H A DSkAddIntersections.cpp202 bool swap = false; local
205 swap = true;
232 swap = true;
276 swap = true;
282 swap = true;
314 swap = true;
366 if (wt.addCoincident(wn, ts, swap)) {
375 if (wt.addCoincident(wn, ts, swap)) {
386 if (wt.isPartial(ts[swap][pt], ts[swap][p
[all...]
/external/chromium_org/sync/internal_api/public/util/
H A Dimmutable_unittest.cc50 // Base class for various token classes, differing in swap behavior.
81 // STL-style swap.
82 void swap(TokenBase& other) { function in class:syncer::TokenBase
83 using std::swap;
84 swap(other.core_, core_);
87 // Google-style swap.
89 using std::swap;
90 swap(other->core_, core_);
101 void swap(ADLToken& t1, ADLToken& t2) { function in namespace:syncer
111 void swap(synce function in namespace:std
[all...]
H A Dimmutable.h43 // state, incurs only the cost of a swap of LargeObjectLists, which is
50 // find a swap() function for T, falling back to std::swap() when
51 // necessary. If you overload swap() for your type in its namespace,
52 // or if you specialize std::swap() for your type, (see
56 // Alternatively, you could explicitly control which swap function is
67 // For std::swap().
117 // your own swap method. First, consider the pre-defined traits
209 using std::swap;
210 swap(*t
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDequeTest.cpp129 swap(intDeque, intDeque2);
136 intDeque.swap(intDeque2);
143 intDeque.swap(intDeque2);
225 deque.swap(copyDeque);
280 dequeA.swap(dequeB);
290 dequeA.swap(dequeB);
298 dequeA.swap(dequeB);
306 dequeA.swap(dequeB);
313 dequeB.swap(dequeA);
/external/chromium_org/third_party/cld/base/
H A Dscoped_ptr.h93 void swap(scoped_ptr& p2) { function in class:scoped_ptr
130 inline void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { function
131 p1.swap(p2);
228 void swap(scoped_array& p2) { function in class:scoped_array
259 inline void swap(scoped_array<C>& p1, scoped_array<C>& p2) { function
260 p1.swap(p2);
377 void swap(scoped_ptr_malloc & b) { function in class:scoped_ptr_malloc
414 void swap(scoped_ptr_malloc<C, FP>& a, scoped_ptr_malloc<C, FP>& b) { function
415 a.swap(b);
/external/chromium_org/base/mac/
H A Dscoped_nsobject.h72 void swap(scoped_nsprotocol& that) { function in class:base::scoped_nsprotocol
98 void swap(scoped_nsprotocol<C>& p1, scoped_nsprotocol<C>& p2) { function in namespace:base
99 p1.swap(p2);
H A Dscoped_authorizationref.h60 void swap(ScopedAuthorizationRef& that) { function in class:base::mac::ScopedAuthorizationRef
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp79 void swap(int &a, int &b);
80 nat swap(any, any);
83 typedef decltype(swap(declval<T&>(), declval<T&>())) type; typedef in struct:libcxx_example::swappable
/external/icu/icu4c/source/common/
H A Dsharedptr.h88 swap(newValue);
116 swap(newValue);
142 void swap(SharedPtr<T> &other) { function in class:SharedPtr
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
H A Dmember_swap.pass.cpp12 // void swap(forward_list& x);
30 c1.swap(c2);
54 c1.swap(c2);
75 c1.swap(c2);
92 c1.swap(c2);
109 c1.swap(c2);
133 c1.swap(c2);
154 c1.swap(c2);
171 c1.swap(c2);
188 c1.swap(c
[all...]
H A Dnon_member_swap.pass.cpp13 // void swap(forward_list<T, Allocator>& x, forward_list<T, Allocator>& y);
31 swap(c1, c2);
55 swap(c1, c2);
76 swap(c1, c2);
93 swap(c1, c2);
110 swap(c1, c2);
134 swap(c1, c2);
155 swap(c1, c2);
172 swap(c1, c2);
189 swap(c
[all...]
/external/lldb/source/API/
H A DSBStream.cpp79 local_data.swap(static_cast<StreamString *>(m_opaque_ap.get())->GetString());
111 local_data.swap(static_cast<StreamString *>(m_opaque_ap.get())->GetString());
137 local_data.swap(static_cast<StreamString *>(m_opaque_ap.get())->GetString());
/external/lldb/tools/debugserver/source/
H A DDNBDataRef.h51 DNBDataRef(const uint8_t *start, size_t size, bool swap);
79 void SetSwap(bool swap) { m_swap = swap; } argument
/external/stlport/src/
H A Dsparc_atomic64.s16 casx [%o0], %o2, %o3 ! Do the compare and swap
35 casx [%o0], %o2, %o3 ! Do the compare and swap
55 casx [%o0], %o2, %o3 ! Do the compare and swap
/external/zlib/src/contrib/puff/
H A Dpufftest.c63 void *buf, *swap; local
76 if (size == *len || (swap = realloc(buf, size)) == NULL) {
81 buf = swap;

Completed in 4430 milliseconds

1234567891011>>