HomeSort by relevance Sort by last modified time
    Searched refs:swap (Results 226 - 250 of 3301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/
swap.pass.cpp 12 // void swap(vector& x);
24 v1.swap(v2);
34 v1.swap(v2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 15 // void swap(basic_streambuf& rhs);
29 void swap(test& t) function in struct:test
33 base::swap(t);
67 swap(t2, t);
72 swap(t2, t);
80 swap(t2, t);
88 swap(t2, t);
94 swap(t2, t);
99 swap(t2, t);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
swap.pass.cpp 14 // void swap(packaged_task& other);
34 p.swap(p0);
44 p.swap(p0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/
swap.pass.cpp 16 // swap(packaged_task<R(ArgTypes...)>& x, packaged_task<R(ArgTypes...)>& y);
36 swap(p, p0);
46 swap(p, p0);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x, function
27 __x.swap(__y);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_array.hpp 32 #include <algorithm> // for std::swap
88 this_type( r ).swap( *this );
95 this_type(p).swap(*this);
100 this_type(p, d).swap(*this);
128 void swap(shared_array<T> & other) // never throws function in class:boost::shared_array
130 std::swap(px, other.px);
131 pn.swap(other.pn);
161 template<class T> void swap(shared_array<T> & a, shared_array<T> & b) // never throws function in namespace:boost
163 a.swap(b);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
swap.hpp 20 // - boost::swap has two template arguments, instead of one, to
22 // not have its own boost::swap overload.
24 #include <algorithm> //for std::swap
32 using namespace std;//use std::swap if argument dependent lookup fails
33 swap(left,right);
49 void swap(T1& left, T2& right) function in namespace:boost
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 79 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
83 PB_DS_BASE_C_DEC::swap(other);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 79 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
83 PB_DS_BASE_C_DEC::swap(other);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 79 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
83 PB_DS_BASE_C_DEC::swap(other);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 79 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
83 PB_DS_BASE_C_DEC::swap(other);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x, function
27 __x.swap(__y);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 79 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
83 PB_DS_BASE_C_DEC::swap(other);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x, function
27 __x.swap(__y);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 79 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
83 PB_DS_BASE_C_DEC::swap(other);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x, function
27 __x.swap(__y);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 79 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
83 PB_DS_BASE_C_DEC::swap(other);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 79 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
83 PB_DS_BASE_C_DEC::swap(other);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 72 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
75 base_type::swap(other);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x, function
27 __x.swap(__y);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_relops_cont.h 25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x, function
27 __x.swap(__y);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 79 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
83 PB_DS_BASE_C_DEC::swap(other);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 72 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
75 base_type::swap(other);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 72 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
75 base_type::swap(other);
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
cbc.pl 28 local($name,$enc_func,$dec_func,$swap,$iv_off,$enc_off,$p1,$p2,$p3)=@_;
31 # swap is true if byte order needs to be reversed
119 &bswap("eax") if $swap;
120 &bswap("ebx") if $swap;
130 &bswap("eax") if $swap;
131 &bswap("ebx") if $swap;
182 &bswap("eax") if $swap;
183 &bswap("ebx") if $swap;
193 &bswap("eax") if $swap;
194 &bswap("ebx") if $swap;
    [all...]

Completed in 1559 milliseconds

1 2 3 4 5 6 7 8 91011>>