/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/google-breakpad/src/common/ |
D | scoped_ptr.h | 131 void swap(scoped_ptr& p2) { in swap() function 164 void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { in swap() function 238 void swap(scoped_array& p2) { in swap() function 269 void swap(scoped_array<C>& p1, scoped_array<C>& p2) { in swap() function 356 void swap(scoped_ptr_malloc & b) { in swap() function 388 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/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
|
D | CrusherAndouComponent.java | 50 public void setSwap(ChangeComponentsComponent swap) { in setSwap()
|
/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/freetype/src/autofit/ |
D | afangles.c | 191 FT_Pos swap; in af_sort_pos() local 218 AF_WidthRec swap; in af_sort_and_quantize_widths() local
|
/external/google-breakpad/src/common/mac/ |
D | macho_walker.cc | 209 bool swap = (header.magic == MH_CIGAM); in WalkHeaderAtOffset() local 235 bool swap = (header.magic == MH_CIGAM_64); in WalkHeader64AtOffset() local 251 bool swap) { in WalkHeaderCore()
|
D | macho_id.cc | 254 bool swap, void *context) { in WalkerCB() 333 bool swap, void *context) { in UUIDWalkerCB() 354 bool swap, void *context) { in IDWalkerCB()
|
/external/pdfium/third_party/base/ |
D | nonstd_unique_ptr.h | 109 void swap(unique_ptr_base& p2) { in swap() function 222 void swap(unique_ptr<C>& p1, unique_ptr<C>& p2) { in swap() function
|
/external/toybox/toys/other/ |
D | mkswap.c | 22 unsigned int pages = (len/pagesize)-1, *swap = (unsigned int *)toybuf; in mkswap_main() local
|
/external/skia/include/gpu/gl/ |
D | GrGLExtensions.h | 30 void swap(GrGLExtensions* that) { in swap() function
|
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/ |
D | BubbleSort.java | 46 static void swap(int[] a, int i, int j) { in swap() method in BubbleSort
|
/external/libcxx/test/std/utilities/memory/unique.ptr/ |
D | deleter.h | 128 swap(Deleter<T>& x, Deleter<T>& y) in swap() function 175 swap(CDeleter<T>& x, CDeleter<T>& y) in swap() function
|
/external/clang/test/SemaCXX/ |
D | dependent-noexcept-unevaluated.cpp | 14 void swap(T& x, T& y) noexcept(some_trait<T>::value) in swap() function
|
/external/skia/include/utils/win/ |
D | SkTScopedComPtr.h | 63 void swap(SkTScopedComPtr<T>& that) { in swap() function
|
/external/lldb/examples/customization/pwd-cd-and-system/ |
D | utils.py | 15 def swap(cls, dir): member in Holder
|
/external/libcxx/test/std/experimental/optional/optional.specalg/ |
D | swap.pass.cpp | 48 friend void swap(Y& x, Y& y) {std::swap(x.i_, y.i_);} in swap() function 61 friend void swap(Z& x, Z& y) {throw 6;} in swap() function
|
/external/libcxx/test/std/experimental/optional/optional.object/optional.object.swap/ |
D | swap.pass.cpp | 49 friend void swap(Y& x, Y& y) {std::swap(x.i_, y.i_);} in swap() function 62 friend void swap(Z& x, Z& y) {throw 6;} in swap() function
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/ |
D | member_swap.pass.cpp | 34 void swap(test_ostream& s) {base::swap(s);} in swap() function
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/ |
D | member_swap.pass.cpp | 34 void swap(test_istream& s) {base::swap(s);} in swap() function
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/ |
D | member_swap.pass.cpp | 34 void swap(test_iostream& s) {base::swap(s);} in swap() function
|
/external/eigen/test/eigen2/ |
D | eigen2_swap.cpp | 25 template<typename MatrixType> void swap(const MatrixType& m) in swap() function
|