/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_org/third_party/cld/base/ |
D | scoped_ptr.h | 93 void swap(scoped_ptr& p2) { in swap() function 130 inline void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { in swap() function 228 void swap(scoped_array& p2) { in swap() function 259 inline void swap(scoped_array<C>& p1, scoped_array<C>& p2) { in swap() function 377 void swap(scoped_ptr_malloc & b) { in swap() function 414 void swap(scoped_ptr_malloc<C, FP>& a, scoped_ptr_malloc<C, FP>& b) { in swap() function
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | asm_swap_intel.s | 4 .globl swap symbol 32 swap: # @swap label
|
/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 243 void swap(scoped_array& p2) { in swap() function 274 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/chromium_org/third_party/webrtc/base/ |
D | scoped_ref_ptr.h | 131 void swap(T** pp) { in swap() function 137 void swap(scoped_refptr<T>& r) { in swap() function
|
/external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
D | scoped_refptr.h | 129 void swap(T** pp) { in swap() function 135 void swap(scoped_refptr<T>& r) { in swap() function
|
/external/chromium_org/base/mac/ |
D | scoped_nsobject.h | 72 void swap(scoped_nsprotocol& that) { in swap() function 98 void swap(scoped_nsprotocol<C>& p1, scoped_nsprotocol<C>& p2) { in swap() function
|
/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/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/freetype/src/autofit/ |
D | afangles.c | 251 FT_Pos swap; in af_sort_pos() local 278 AF_WidthRec swap; in af_sort_and_quantize_widths() local
|
/external/icu/icu4c/source/layoutex/ |
D | LXUtilities.cpp | 80 le_int32 swap = array[front]; in reverse() local 92 float swap = array[front]; in reverse() local
|
/external/chromium_org/third_party/freetype/src/autofit/ |
D | afangles.c | 251 FT_Pos swap; in af_sort_pos() local 278 AF_WidthRec swap; in af_sort_and_quantize_widths() local
|
/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/chromium_org/content/common/dom_storage/ |
D | dom_storage_map_unittest.cc | 29 DOMStorageValuesMap swap; in TEST() local 111 DOMStorageValuesMap swap; in TEST() local
|
/external/skia/src/pathops/ |
D | SkIntersectionHelper.h | 24 bool addCoincident(SkIntersectionHelper& other, const SkIntersections& ts, bool swap) { in addCoincident() 35 bool swap) { in addPartialCoincident() 57 void alignTPt(SkIntersectionHelper& other, bool swap, int index, in alignTPt()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkIntersectionHelper.h | 24 bool addCoincident(SkIntersectionHelper& other, const SkIntersections& ts, bool swap) { in addCoincident() 35 bool swap) { in addPartialCoincident() 57 void alignTPt(SkIntersectionHelper& other, bool swap, int index, in alignTPt()
|
/external/stlport/stlport/stl/ |
D | _relops_hash_cont.h | 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { in swap() function
|
/external/chromium_org/base/ |
D | scoped_generic.h | 105 void swap(ScopedGeneric& other) { in swap() function 159 void swap(const ScopedGeneric<T, Traits>& a, in swap() function
|
/external/chromium_org/chrome/installer/util/ |
D | registry_key_backup.h | 36 void swap(RegistryKeyBackup& other) { in swap() function
|
/external/chromium_org/ppapi/cpp/ |
D | point.h | 140 void swap(Point& other) { in swap() function 279 void swap(FloatPoint& other) { in swap() function
|
/external/skia/include/gpu/gl/ |
D | GrGLExtensions.h | 30 void swap(GrGLExtensions* that) { in swap() function
|
/external/chromium_org/third_party/skia/include/gpu/gl/ |
D | GrGLExtensions.h | 30 void swap(GrGLExtensions* that) { in swap() function
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | OwnPtr.h | 100 void swap(OwnPtr& o) { std::swap(m_ptr, o.m_ptr); } in swap() function 213 template<typename T> inline void swap(OwnPtr<T>& a, OwnPtr<T>& b) in swap() function
|