Searched defs:swap (Results 151 - 175 of 311) sorted by relevance

1234567891011>>

/external/stlport/stlport/stl/
H A D_map.h182 void swap(_Self& __x) { _M_t.swap(__x._M_t); } function in class:map
184 void _M_swap_workaround(_Self& __x) { swap(__x); }
360 void swap(_Self& __x) { _M_t.swap(__x._M_t); } function in class:multimap
362 void _M_swap_workaround(_Self& __x) { swap(__x); }
H A D_set.h162 void swap(_Self& __x) { _M_t.swap(__x._M_t); } function in class:set
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
333 void swap(_Self& __x) { _M_t.swap(__x._M_t); } function in class:multiset
335 void _M_swap_workaround(_Self& __x) { swap(__x); }
H A D_hash_map.h169 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } function in class:hash_map
171 void _M_swap_workaround(_Self& __x) { swap(__x); }
360 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } function in class:hash_multimap
362 void _M_swap_workaround(_Self& __x) { swap(__x); }
/external/stlport/stlport/stl/debug/
H A D_list.h197 void swap(_Self& __x) { function in class:list
199 _M_non_dbg_impl.swap(__x._M_non_dbg_impl);
202 void _M_swap_workaround(_Self& __x) { swap(__x); }
H A D_tree.h172 void swap(_Self& __t) { function in class:_Rb_tree
173 _M_non_dbg_impl.swap(__t._M_non_dbg_impl);
/external/stlport/stlport/stl/pointers/
H A D_vector.h189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); } function in class:vector
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
/external/stlport/test/unit/
H A Dstack_allocator.h52 //one. This is the case for the std::swap function.
148 void swap(StackAllocator &other) { function in struct:StackAllocator
149 __STD swap(m_state, other.m_state);
155 void _M_swap_workaround(StackAllocator& __x) { swap(__x); }
185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) function in namespace:std
186 { __a.swap(__b); }
189 //with new StackAllocator instanciations associated swap overload should also be
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) function in namespace:std
192 { __a.swap(__b); }
193 inline void swap(StackAllocato function in namespace:std
195 inline void swap(StackAllocator<pair<const int, int> >& __a, function in namespace:std
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_content_browser_client.cc136 void ShellContentBrowserClient::SetSwapProcessesForRedirect(bool swap) { argument
137 g_swap_processes_for_redirect = swap;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.h277 void swap(PendingText& other) function in class:blink::FINAL::FINAL
279 std::swap(whitespaceMode, other.whitespaceMode);
280 parent.swap(other.parent);
281 nextChild.swap(other.nextChild);
282 stringBuilder.swap(other.stringBuilder);
288 swap(discardedText);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTimer.cpp93 inline void swap(TimerHeapReference a, TimerHeapReference b) function in namespace:blink
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashMap.h86 void swap(HashMap& ref) function in class:WTF::HashMap
88 m_impl.swap(ref.m_impl);
91 void swap(typename Allocator::template OtherType<HashMap>::Type other) function in class:WTF::HashMap
94 m_impl.swap(ref.m_impl);
/external/chromium_org/third_party/angle/src/libEGL/
H A DSurface.cpp350 bool Surface::swap() function in class:egl::Surface
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c562 FT_Vector swap; local
567 swap = *p;
569 *q = swap;
579 char swap; local
584 swap = *p;
586 *q = swap;
/external/chromium_org/third_party/skia/include/core/
H A DSkTemplates.h160 void swap(SkAutoTDelete* that) { function in class:SkAutoTDelete
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersections.h181 // leaves swap, max alone
187 void set(bool swap, int tIndex, double t) { argument
188 fT[(int) swap][tIndex] = t;
195 void swap() { function in class:SkIntersections
231 // FIXME : does not respect swap
/external/clang/lib/AST/
H A DCXXInheritance.cpp66 void CXXBasePaths::swap(CXXBasePaths &Other) { function in class:CXXBasePaths
67 std::swap(Origin, Other.Origin);
68 Paths.swap(Other.Paths);
69 ClassSubobjects.swap(Other.ClassSubobjects);
70 std::swap(FindAmbiguities, Other.FindAmbiguities);
71 std::swap(RecordPaths, Other.RecordPaths);
72 std::swap(DetectVirtual, Other.DetectVirtual);
73 std::swap(DetectedVirtual, Other.DetectedVirtual);
/external/clang/test/Analysis/
H A DNewDelete-checker-test.cpp277 void swap(shared_ptr &other) { function in class:reference_count::shared_ptr
320 shared_ptr<int>(c).swap(b);
/external/freetype/src/base/
H A Dftoutln.c562 FT_Vector swap; local
567 swap = *p;
569 *q = swap;
583 char swap; local
586 swap = *p;
588 *q = swap;
/external/jemalloc/test/src/
H A DSFMT.c131 JEMALLOC_INLINE_C void swap(w128_t *array, int size);
346 JEMALLOC_INLINE_C void swap(w128_t *array, int size) { function
597 swap((w128_t *)array, size /2);
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dkbuffer-parse.c54 * @read_4 - Function to read 4 raw bytes (may swap)
55 * @read_8 - Function to read 8 raw bytes (may swap)
56 * @read_long - Function to read a long word (4 or 8 bytes with needed swap)
106 unsigned long long swap; local
108 swap = ((data & 0xffULL) << 56) |
117 return swap;
130 unsigned int swap; local
132 swap = ((data & 0xffULL) << 24) |
137 return swap;
424 * @swap
432 kbuffer_translate_data(int swap, void *data, unsigned int *size) argument
[all...]
/external/lldb/include/lldb/Utility/
H A DSharingPtr.h154 void swap(SharingPtr& r);
258 SharingPtr(r).swap(*this);
268 SharingPtr(r).swap(*this);
275 SharingPtr<T>::swap(SharingPtr& r) function in class:lldb_private::SharingPtr
277 std::swap(ptr_, r.ptr_);
278 std::swap(cntrl_, r.cntrl_);
286 SharingPtr().swap(*this);
295 SharingPtr(p).swap(*this);
445 swap(SharingPtr<T>& __x, SharingPtr<T>& __y) function in namespace:lldb_private
447 __x.swap(__
722 swap (IntrusiveSharingPtr& rhs) function in class:lldb_private::IntrusiveSharingPtr
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c562 FT_Vector swap; local
567 swap = *p;
569 *q = swap;
579 char swap; local
584 swap = *p;
586 *q = swap;
/external/skia/include/core/
H A DSkTemplates.h147 void swap(SkAutoTDelete* that) { function in class:SkAutoTDelete
/external/skia/src/core/
H A DSkPicture.cpp166 void SkPicture::swap(SkPicture& other) { function in class:SkPicture
/external/skia/src/pathops/
H A DSkIntersections.h181 // leaves swap, max alone
187 void set(bool swap, int tIndex, double t) { argument
188 fT[(int) swap][tIndex] = t;
195 void swap() { function in class:SkIntersections
231 // FIXME : does not respect swap

Completed in 355 milliseconds

1234567891011>>