Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 25 of 169) sorted by relevance

1234567

/external/webrtc/src/system_wrappers/interface/
Dscoped_ptr.h84 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
Dscoped_refptr.h122 void swap(T** pp) { in swap() function
128 void swap(scoped_refptr<T>& r) { in swap() function
/external/google-breakpad/src/common/
Dscoped_ptr.h131 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/
Dasm_swap_intel.s4 .globl swap symbol
32 swap: # @swap label
/external/ceres-solver/include/ceres/internal/
Dscoped_ptr.h109 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/
DQuickSorter.java67 Type swap = a[i]; // swap two elements into place in partition() local
71 Type swap = a[i]; // swap with partition element in partition() local
DCrusherAndouComponent.java50 public void setSwap(ChangeComponentsComponent swap) { in setSwap()
/external/icu/icu4c/source/layoutex/
DLXUtilities.cpp80 le_int32 swap = array[front]; in reverse() local
92 float swap = array[front]; in reverse() local
/external/freetype/src/autofit/
Dafangles.c191 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/
Dmacho_walker.cc209 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()
Dmacho_id.cc254 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/
Dnonstd_unique_ptr.h109 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/
Dmkswap.c22 unsigned int pages = (len/pagesize)-1, *swap = (unsigned int *)toybuf; in mkswap_main() local
/external/skia/include/gpu/gl/
DGrGLExtensions.h30 void swap(GrGLExtensions* that) { in swap() function
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DBubbleSort.java46 static void swap(int[] a, int i, int j) { in swap() method in BubbleSort
/external/libcxx/test/std/utilities/memory/unique.ptr/
Ddeleter.h128 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/
Ddependent-noexcept-unevaluated.cpp14 void swap(T& x, T& y) noexcept(some_trait<T>::value) in swap() function
/external/skia/include/utils/win/
DSkTScopedComPtr.h63 void swap(SkTScopedComPtr<T>& that) { in swap() function
/external/lldb/examples/customization/pwd-cd-and-system/
Dutils.py15 def swap(cls, dir): member in Holder
/external/libcxx/test/std/experimental/optional/optional.specalg/
Dswap.pass.cpp48 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/
Dswap.pass.cpp49 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/
Dmember_swap.pass.cpp34 void swap(test_ostream& s) {base::swap(s);} in swap() function
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
Dmember_swap.pass.cpp34 void swap(test_istream& s) {base::swap(s);} in swap() function
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
Dmember_swap.pass.cpp34 void swap(test_iostream& s) {base::swap(s);} in swap() function
/external/eigen/test/eigen2/
Deigen2_swap.cpp25 template<typename MatrixType> void swap(const MatrixType& m) in swap() function

1234567