/external/chromium/googleurl/base/ |
D | scoped_ptr.h | 98 void swap(scoped_ptr & b) { in swap() function 118 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { in swap() function 183 void swap(scoped_array & b) { in swap() function 203 void swap(::scoped_array<T>& a, ::scoped_array<T>& b) { in swap() function 281 void swap(scoped_ptr_malloc & b) { in swap() function 308 void swap(scoped_ptr_malloc<T,FP>& a, scoped_ptr_malloc<T,FP>& b) { in swap() function
|
/external/webrtc/src/system_wrappers/interface/ |
D | scoped_ptr.h | 84 void swap(scoped_ptr & b) { in swap() function 110 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { in swap() function 162 void swap(scoped_array & b) { in swap() function 184 void swap(scoped_array<T>& a, scoped_array<T>& b) { in swap() function 230 void swap(scoped_ptr_malloc & b) { in swap() function 252 void swap(scoped_ptr_malloc<T,FF>& a, scoped_ptr_malloc<T,FF>& b) { in swap() function
|
D | scoped_refptr.h | 122 void swap(T** pp) { in swap() function 128 void swap(scoped_refptr<T>& r) { in swap() function
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | scoped_ptr.h | 84 void swap(scoped_ptr & b) { in swap() function 110 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { in swap() function 162 void swap(scoped_array & b) { in swap() function 184 void swap(scoped_array<T>& a, scoped_array<T>& b) { in swap() function 230 void swap(scoped_ptr_malloc & b) { in swap() function 252 void swap(scoped_ptr_malloc<T,FF>& a, scoped_ptr_malloc<T,FF>& b) { in swap() function
|
/external/chromium/base/memory/ |
D | scoped_ptr.h | 108 void swap(scoped_ptr& p2) { in swap() function 141 void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { in swap() function 215 void swap(scoped_array& p2) { in swap() function 246 void swap(scoped_array<C>& p1, scoped_array<C>& p2) { in swap() function 332 void swap(scoped_ptr_malloc & b) { in swap() function 369 void swap(scoped_ptr_malloc<C, FP>& a, scoped_ptr_malloc<C, FP>& b) { in swap() function
|
D | scoped_nsobject.h | 63 void swap(scoped_nsobject& that) { in swap() function 86 void swap(scoped_nsobject<C>& p1, scoped_nsobject<C>& p2) { in swap() function 136 void swap(scoped_nsobject& that) { in swap() function
|
/external/llvm/include/llvm/ADT/ |
D | OwningPtr.h | 76 void swap(OwningPtr &RHS) { in swap() function 84 inline void swap(OwningPtr<T> &a, OwningPtr<T> &b) { in swap() function 138 void swap(OwningArrayPtr &RHS) { in swap() function 146 inline void swap(OwningArrayPtr<T> &a, OwningArrayPtr<T> &b) { in swap() function
|
/external/ceres-solver/include/ceres/internal/ |
D | scoped_ptr.h | 109 void swap(scoped_ptr& p2) { in swap() function 146 inline void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { in swap() function 244 void swap(scoped_array& p2) { in swap() function 275 inline void swap(scoped_array<C>& p1, scoped_array<C>& p2) { in swap() function
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
D | SDL_ataric2p.S | 198 swap d2 define 204 swap d3 define 234 swap d0 define 235 swap d1 define 236 swap d2 define 237 swap d3 define 344 swap d3 define 366 swap d3 define
|
/external/freetype/src/autofit/ |
D | afangles.c | 251 FT_Pos swap; in af_sort_pos() local 274 AF_WidthRec swap; in af_sort_widths() local
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | QuickSorter.java | 67 Type swap = a[i]; // swap two elements into place in partition() local 71 Type swap = a[i]; // swap with partition element in partition() local
|
/external/webkit/Source/JavaScriptCore/wtf/gobject/ |
D | GOwnPtr.h | 95 void swap(GOwnPtr& o) { std::swap(m_ptr, o.m_ptr); } in swap() function 101 template <typename T> inline void swap(GOwnPtr<T>& a, GOwnPtr<T>& b) in swap() function
|
/external/icu4c/layoutex/ |
D | LXUtilities.cpp | 80 le_int32 swap = array[front]; in reverse() local 92 float swap = array[front]; in reverse() local
|
/external/webkit/Source/JavaScriptCore/heap/ |
D | Weak.h | 84 void swap(Weak& other) in swap() function 138 template<class T> inline void swap(Weak<T>& a, Weak<T>& b) in swap() function
|
D | Strong.h | 93 void swap(Strong& other) in swap() function 147 template<class T> inline void swap(Strong<T>& a, Strong<T>& b) in swap() function
|
/external/stlport/stlport/stl/ |
D | _relops_hash_cont.h | 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { in swap() function
|
/external/oprofile/libutil++/ |
D | utility.h | 45 void swap(scoped_ptr & sp) { in swap() function 72 void swap(scoped_array & sp) { in swap() function
|
/external/stlport/test/unit/ |
D | stack_allocator.h | 148 void swap(StackAllocator &other) { in swap() function 185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) in swap() function 191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) in swap() function 193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b) in swap() function 195 inline void swap(StackAllocator<pair<const int, int> >& __a, in swap() function
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | OwnArrayPtr.h | 77 void swap(OwnArrayPtr& o) { std::swap(m_ptr, o.m_ptr); } in swap() function 142 template <typename T> inline void swap(OwnArrayPtr<T>& a, OwnArrayPtr<T>& b) in swap() function
|
D | OwnPtr.h | 78 void swap(OwnPtr& o) { std::swap(m_ptr, o.m_ptr); } in swap() function 143 template<typename T> inline void swap(OwnPtr<T>& a, OwnPtr<T>& b) in swap() function
|
/external/chromium/chrome/browser/cocoa/ |
D | scoped_authorizationref.h | 58 void swap(scoped_AuthorizationRef& that) { in swap() function
|
/external/skia/legacy/include/utils/win/ |
D | SkTScopedComPtr.h | 51 void swap(SkTScopedComPtr<T>& that) { in swap() function
|
/external/skia/include/utils/win/ |
D | SkTScopedComPtr.h | 51 void swap(SkTScopedComPtr<T>& that) { in swap() function
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSRetainPtr.h | 167 template<typename T> inline void JSRetainPtr<T>::swap(JSRetainPtr<T>& o) in swap() function 172 template<typename T> inline void swap(JSRetainPtr<T>& a, JSRetainPtr<T>& b) in swap() function
|
/external/webkit/Source/WebKit2/UIProcess/API/cpp/ |
D | WKRetainPtr.h | 167 template<typename T> inline void WKRetainPtr<T>::swap(WKRetainPtr<T>& o) in swap() function 172 template<typename T> inline void swap(WKRetainPtr<T>& a, WKRetainPtr<T>& b) in swap() function
|