/external/kernel-headers/original/linux/byteorder/ |
swabb.h | 6 * SWAp Bytes Bizarrely 18 * swahw32 swap 16-bit half-words in a 32-bit word 19 * swahb32 swap 8-bit halves of each 16-bit half-word in a 32-bit word
|
/external/stlport/stlport/ |
memory | 82 template<class T> void swap(weak_ptr<T> & a, weak_ptr<T> & b); 83 template<class T> void swap(shared_ptr<T> & a, shared_ptr<T> & b); 108 using ::boost::swap;
|
/external/stlport/test/unit/ |
list_test.cpp | 1 //Has to be first for StackAllocator swap overload to be taken 30 CPPUNIT_TEST(swap); 45 void swap(); 168 l1.swap(l2); 282 //Swap with both list non empty 289 lint1.swap(lint2); 304 //Swap with empty calle list 311 lint1.swap(lint2); 326 //Swap with empty caller list 333 lint1.swap(lint2) 422 void ListTest::swap() function in class:ListTest [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/ |
db_swap_1.pass.cpp | 13 // void swap(vector<T,Alloc>& x, vector<T,Alloc>& y); 34 swap(c1, c2); 48 swap(c1, c2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/ |
member_swap.pass.cpp | 15 // void swap(basic_filebuf& rhs); 33 f2.swap(f); 48 f2.swap(f);
|
nonmember_swap.pass.cpp | 17 // swap(basic_filebuf<charT, traits>& x, basic_filebuf<charT, traits>& y); 35 swap(f2, f); 50 swap(f2, f);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/ |
member_swap.pass.cpp | 15 // void swap(basic_ofstream& rhs); 30 fs1.swap(fs2); 57 fs1.swap(fs2);
|
nonmember_swap.pass.cpp | 16 // void swap(basic_ofstream<charT, traits>& x, basic_ofstream<charT, traits>& y); 31 swap(fs1, fs2); 58 swap(fs1, fs2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.assign/ |
member_swap.pass.cpp | 15 // void swap(basic_istringstream& rhs); 25 ss.swap(ss0); 42 ss.swap(ss0);
|
nonmember_swap.pass.cpp | 17 // swap(basic_istringstream<charT, traits, Allocator>& x, 28 swap(ss, ss0); 45 swap(ss, ss0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/ |
member_swap.pass.cpp | 15 // void swap(basic_stringstream& rhs); 25 ss.swap(ss0); 42 ss.swap(ss0);
|
nonmember_swap.pass.cpp | 17 // swap(basic_stringstream<charT, traits, Allocator>& x, 28 swap(ss, ss0); 45 swap(ss, ss0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/utility.swap/ |
swap_array.pass.cpp | 15 // swap(T (&a)[N], T (&b)[N]); 28 std::swap(i, j); 48 std::swap(i, j);
|
/ndk/sources/cxx-stl/stlport/stlport/ |
memory | 82 template<class T> void swap(weak_ptr<T> & a, weak_ptr<T> & b); 83 template<class T> void swap(shared_ptr<T> & a, shared_ptr<T> & b); 108 using ::boost::swap;
|
/ndk/tests/device/test-gnustl-full/unit/ |
list_test.cpp | 1 //Has to be first for StackAllocator swap overload to be taken 30 CPPUNIT_TEST(swap); 45 void swap(); 168 l1.swap(l2); 282 //Swap with both list non empty 289 lint1.swap(lint2); 304 //Swap with empty calle list 311 lint1.swap(lint2); 326 //Swap with empty caller list 333 lint1.swap(lint2) 422 void ListTest::swap() function in class:ListTest [all...] |
/ndk/tests/device/test-stlport/unit/ |
list_test.cpp | 1 //Has to be first for StackAllocator swap overload to be taken 30 CPPUNIT_TEST(swap); 45 void swap(); 168 l1.swap(l2); 282 //Swap with both list non empty 289 lint1.swap(lint2); 304 //Swap with empty calle list 311 lint1.swap(lint2); 326 //Swap with empty caller list 333 lint1.swap(lint2) 422 void ListTest::swap() function in class:ListTest [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
unique_ptr.h | 207 swap(unique_ptr&& __u) function in class:unique_ptr 209 using std::swap; 210 swap(_M_t, __u._M_t); 353 swap(unique_ptr&& __u) function in class:unique_ptr 355 using std::swap; 356 swap(_M_t, __u._M_t); 388 swap(unique_ptr<_Tp, _Tp_Deleter>& __x, function 390 { __x.swap(__y); } 394 swap(unique_ptr<_Tp, _Tp_Deleter>&& __x, function 396 { __x.swap(__y); 400 swap(unique_ptr<_Tp, _Tp_Deleter>& __x, function [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_base_/ |
constructors_destructor_fn_imps.hpp | 82 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 86 base_type::swap(other); 88 std::swap(m_p_max, other.m_p_max);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/ |
mod_based_range_hashing.hpp | 65 swap(PB_DS_CLASS_C_DEC& other); 80 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 82 std::swap(m_size, other.m_size);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/ |
constructors_destructor_fn_imps.hpp | 76 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 81 base_type::swap(other); 83 m_rc.swap(other.m_rc);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/ |
hash_exponential_size_policy_imp.hpp | 51 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 53 std::swap(m_start_size, other.m_start_size); 54 std::swap(m_grow_factor, other.m_grow_factor);
|
hash_load_check_resize_trigger_size_base.hpp | 63 swap(hash_load_check_resize_trigger_size_base& other) function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base 64 { std::swap(m_size, other.m_size); } 86 swap(hash_load_check_resize_trigger_size_base& other) { } function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/ |
constructors_destructor_fn_imps.hpp | 88 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 91 base_type::swap(other); 92 std::swap(m_p_max, other.m_p_max);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/ |
constructors_destructor_fn_imps.hpp | 82 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 86 base_type::swap(other); 88 std::swap(m_p_max, other.m_p_max);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/ |
mod_based_range_hashing.hpp | 65 swap(PB_DS_CLASS_C_DEC& other); 80 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 82 std::swap(m_size, other.m_size);
|