Searched defs:swap (Results 76 - 100 of 311) sorted by relevance

1234567891011>>

/external/oprofile/libutil++/
H A Dutility.h45 void swap(scoped_ptr & sp) { function in class:scoped_ptr
72 void swap(scoped_array & sp) { function in class:scoped_array
/external/qemu/android/base/containers/
H A DStringVector.cpp110 void StringVector::swap(StringVector* other) { function in class:android::base::StringVector
/external/skia/src/animator/
H A DSkTypedArray.cpp46 this->swap(tmp);
76 this->swap(tmp);
93 void SkDS32Array::swap(SkDS32Array& other) function in class:SkDS32Array
/external/skia/src/effects/gradients/
H A DSkClampRange.cpp91 bool swap = dx < 0; local
92 if (swap) {
97 if (swap) {
/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/yaffs2/yaffs2/
H A Dyaffs_qsort.c59 #define swap(a, b) \ macro
91 swap(pl, pl - es);
106 swap(a, pm);
114 swap(pa, pb);
122 swap(pc, pd);
129 swap(pb, pc);
138 swap(pl, pl - es);
/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;
/external/ceres-solver/include/ceres/internal/
H A Dscoped_ptr.h109 void swap(scoped_ptr& p2) { function in class:ceres::internal::scoped_ptr
146 inline void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { function in namespace:ceres::internal
147 p1.swap(p2);
243 void swap(scoped_array& p2) { function in class:ceres::internal::scoped_array
274 inline void swap(scoped_array<C>& p1, scoped_array<C>& p2) { function in namespace:ceres::internal
275 p1.swap(p2);
/external/chromium_org/base/containers/
H A Dscoped_ptr_hash_map.h37 void swap(ScopedPtrHashMap<Key, Value>& other) { function in class:base::ScopedPtrHashMap
38 data_.swap(other.data_);
/external/chromium_org/net/base/
H A Dlinked_hash_map.h219 void swap(linked_hash_map& other) { function in class:linked_hash_map
220 map_.swap(other.map_);
221 list_.swap(other.list_);
/external/chromium_org/ppapi/cpp/
H A Dpoint.h140 void swap(Point& other) { function in class:pp::Point
279 void swap(FloatPoint& other) { function in class:pp::FloatPoint
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DCallbackStack.cpp152 swap(other);
245 void CallbackStack::swap(CallbackStack* other) function in class:blink::CallbackStack
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDeque.h65 void swap(Deque<T, 0, Allocator>&);
249 swap(copy);
284 inline void Deque<T, inlineCapacity, Allocator>::swap(Deque<T, 0, Allocator>& other)
286 std::swap(m_start, other.m_start);
287 std::swap(m_end, other.m_end);
542 inline void swap(Deque<T, inlineCapacity, Allocator>& a, Deque<T, inlineCapacity, Allocator>& b) function in class:WTF::Deque
544 a.swap(b);
H A DHashCountedSet.h49 void swap(HashCountedSet& other) { m_impl.swap(other.m_impl); } function in class:WTF::HashCountedSet
H A DOwnPtr.h100 void swap(OwnPtr& o) { std::swap(m_ptr, o.m_ptr); } function in class:WTF::OwnPtr
213 template<typename T> inline void swap(OwnPtr<T>& a, OwnPtr<T>& b) function in namespace:WTF
215 a.swap(b);
H A DRefPtr.h84 void swap(RefPtr&);
107 swap(ptr);
117 swap(ptr);
125 swap(ptr);
132 swap(ptr);
139 swap(ptr);
146 swap(ptr);
153 swap(ptr);
157 template<class T> inline void RefPtr<T>::swap(RefPtr& o) function in class:WTF::RefPtr
159 std::swap(m_pt
162 template<class T> inline void swap(RefPtr<T>& a, RefPtr<T>& b) function in namespace:WTF
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuilder.h274 void swap(StringBuilder& stringBuilder) function in class:WTF::StringBuilder
276 std::swap(m_length, stringBuilder.m_length);
277 m_string.swap(stringBuilder.m_string);
278 m_buffer.swap(stringBuilder.m_buffer);
279 std::swap(m_is8Bit, stringBuilder.m_is8Bit);
280 std::swap(m_bufferCharacters8, stringBuilder.m_bufferCharacters8);
/external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/
H A DPostSubBuffer.cpp86 SampleApplication::swap();
141 virtual void swap() function in class:PostSubBufferSample
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DSampleApplication.cpp51 void SampleApplication::swap() function in class:SampleApplication
53 mEGLWindow->swap();
129 swap();
/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/third_party/skia/experimental/Intersection/
H A DIntersections.h57 // FIXME : does not respect swap
85 // leaves flip, swap alone
91 void swap() { function in class:Intersections
/external/chromium_org/third_party/skia/include/core/
H A DSkRefCnt.h195 void swap(SkAutoTUnref* other) { function in class:SkAutoTUnref
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmergesort.c230 tp2 = list1; /* swap list1, list2 */
246 #define swap(a, b) { \ macro
312 swap (f1, f1 + size);
337 swap(f1, f1 + size);
358 swap(u, t);
/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/clang/test/Sema/
H A Doffsetof.c14 void swap() function

Completed in 3259 milliseconds

1234567891011>>