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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 60 swap(sample_size_policy& other);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 74 swap(const hash_eq_fn& other) function in struct:__gnu_pbds::detail::hash_eq_fn
75 { std::swap((Eq_Fn&)(*this), (Eq_Fn&)other); }
104 swap(const hash_eq_fn& other) function in struct:__gnu_pbds::detail::hash_eq_fn
105 { std::swap((Eq_Fn&)(*this), (Eq_Fn&)(other)); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 61 swap(sample_size_policy& other);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
sample_ranged_probe_fn.hpp 63 swap(sample_ranged_probe_fn& other);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 60 swap(sample_size_policy& other);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 74 swap(const hash_eq_fn& other) function in struct:__gnu_pbds::detail::hash_eq_fn
75 { std::swap((Eq_Fn&)(*this), (Eq_Fn&)other); }
104 swap(const hash_eq_fn& other) function in struct:__gnu_pbds::detail::hash_eq_fn
105 { std::swap((Eq_Fn&)(*this), (Eq_Fn&)(other)); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 61 swap(sample_size_policy& other);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 74 swap(const hash_eq_fn& other) function in struct:__gnu_pbds::detail::hash_eq_fn
75 { std::swap((Eq_Fn&)(*this), (Eq_Fn&)other); }
104 swap(const hash_eq_fn& other) function in struct:__gnu_pbds::detail::hash_eq_fn
105 { std::swap((Eq_Fn&)(*this), (Eq_Fn&)(other)); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 61 swap(sample_size_policy& other);
  /system/core/toolbox/
swapoff.c 4 #include <sys/swap.h>
  /frameworks/rs/cpu_ref/linkloader/utils/
serialize.h 41 std::swap(array[0], array[1]);
45 std::swap(array[0], array[3]);
46 std::swap(array[1], array[2]);
50 std::swap(array[0], array[7]);
51 std::swap(array[1], array[6]);
52 std::swap(array[2], array[5]);
53 std::swap(array[3], array[4]);
  /external/chromium/third_party/libjingle/source/talk/base/
scoped_ptr.h 84 void swap(scoped_ptr & b) { function in class:talk_base::scoped_ptr
110 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { function in namespace:talk_base
111 a.swap(b);
162 void swap(scoped_array & b) { function in class:talk_base::scoped_array
184 void swap(scoped_array<T>& a, scoped_array<T>& b) { function in namespace:talk_base
185 a.swap(b);
230 void swap(scoped_ptr_malloc & b) { function in class:talk_base::scoped_ptr_malloc
252 void swap(scoped_ptr_malloc<T,FF>& a, scoped_ptr_malloc<T,FF>& b) { function in namespace:talk_base
253 a.swap(b);
  /external/chromium_org/third_party/libjingle/source/talk/base/
scoped_ptr.h 84 void swap(scoped_ptr & b) { function in class:talk_base::scoped_ptr
117 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { function in namespace:talk_base
118 a.swap(b);
169 void swap(scoped_array & b) { function in class:talk_base::scoped_array
197 void swap(scoped_array<T>& a, scoped_array<T>& b) { function in namespace:talk_base
198 a.swap(b);
243 void swap(scoped_ptr_malloc & b) { function in class:talk_base::scoped_ptr_malloc
271 void swap(scoped_ptr_malloc<T,FF>& a, scoped_ptr_malloc<T,FF>& b) { function in namespace:talk_base
272 a.swap(b);
  /external/chromium_org/tools/gn/
target.h 62 void swap_in_sources(FileList* s) { sources_.swap(*s); }
65 void swap_in_data(FileList* d) { data_.swap(*d); }
69 void swap_in_deps(std::vector<const Target*>* d) { deps_.swap(*d); }
73 void swap_in_datadeps(std::vector<const Target*>* d) { datadeps_.swap(*d); }
77 void swap_in_configs(std::vector<const Config*>* c) { configs_.swap(*c); }
85 all_dependent_configs_.swap(*c);
94 direct_dependent_configs_.swap(*c);
113 script_args_.swap(*sa);
117 void swap_in_outputs(FileList* s) { outputs_.swap(*s); }
  /external/webrtc/src/system_wrappers/interface/
scoped_ptr.h 84 void swap(scoped_ptr & b) { function in class:webrtc::scoped_ptr
110 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { function in namespace:webrtc
111 a.swap(b);
162 void swap(scoped_array & b) { function in class:webrtc::scoped_array
184 void swap(scoped_array<T>& a, scoped_array<T>& b) { function in namespace:webrtc
185 a.swap(b);
230 void swap(scoped_ptr_malloc & b) { function in class:webrtc::scoped_ptr_malloc
252 void swap(scoped_ptr_malloc<T,FF>& a, scoped_ptr_malloc<T,FF>& b) { function in namespace:webrtc
253 a.swap(b);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
value_init.hpp 10 // 21 Ago 2008 (Added swap) Niels Dekker, Fernando Cacciola
30 #include <boost/swap.hpp>
143 void swap(initialized & arg) function in class:boost::initialized
145 ::boost::swap( this->data(), arg.data() );
173 void swap ( initialized<T> & lhs, initialized<T> & rhs ) function in namespace:boost
175 lhs.swap(rhs) ;
203 void swap(value_initialized & arg) function in class:boost::value_initialized
205 m_data.swap(arg.m_data);
233 void swap ( value_initialized<T> & lhs, value_initialized<T> & rhs ) function in namespace:boost
235 lhs.swap(rhs)
    [all...]
  /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/
ranged_hash_fn.hpp 88 swap(PB_DS_CLASS_C_DEC&);
118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
120 comb_hash_fn_base::swap(other);
121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
171 swap(PB_DS_CLASS_C_DEC&);
204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
206 comb_hash_fn_base::swap(other);
207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
269 swap(PB_DS_CLASS_C_DEC&);
293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
    [all...]
  /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/
ranged_hash_fn.hpp 88 swap(PB_DS_CLASS_C_DEC&);
118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
120 comb_hash_fn_base::swap(other);
121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
171 swap(PB_DS_CLASS_C_DEC&);
204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
206 comb_hash_fn_base::swap(other);
207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
269 swap(PB_DS_CLASS_C_DEC&);
293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
    [all...]
  /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/hash_fn/
ranged_hash_fn.hpp 88 swap(PB_DS_CLASS_C_DEC&);
118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
120 comb_hash_fn_base::swap(other);
121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
171 swap(PB_DS_CLASS_C_DEC&);
204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
206 comb_hash_fn_base::swap(other);
207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
269 swap(PB_DS_CLASS_C_DEC&);
293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 88 swap(PB_DS_CLASS_C_DEC&);
118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
120 comb_hash_fn_base::swap(other);
121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
171 swap(PB_DS_CLASS_C_DEC&);
204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
206 comb_hash_fn_base::swap(other);
207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
269 swap(PB_DS_CLASS_C_DEC&);
293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 88 swap(PB_DS_CLASS_C_DEC&);
118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
120 comb_hash_fn_base::swap(other);
121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
171 swap(PB_DS_CLASS_C_DEC&);
204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
206 comb_hash_fn_base::swap(other);
207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
269 swap(PB_DS_CLASS_C_DEC&);
293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 88 swap(PB_DS_CLASS_C_DEC&);
118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
120 comb_hash_fn_base::swap(other);
121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
171 swap(PB_DS_CLASS_C_DEC&);
204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
206 comb_hash_fn_base::swap(other);
207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
269 swap(PB_DS_CLASS_C_DEC&);
293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 88 swap(PB_DS_CLASS_C_DEC&);
118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
120 comb_hash_fn_base::swap(other);
121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
171 swap(PB_DS_CLASS_C_DEC&);
204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
206 comb_hash_fn_base::swap(other);
207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
269 swap(PB_DS_CLASS_C_DEC&);
293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 88 swap(PB_DS_CLASS_C_DEC&);
118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
120 comb_hash_fn_base::swap(other);
121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
171 swap(PB_DS_CLASS_C_DEC&);
204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
206 comb_hash_fn_base::swap(other);
207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
269 swap(PB_DS_CLASS_C_DEC&);
293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 88 swap(PB_DS_CLASS_C_DEC&);
118 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
120 comb_hash_fn_base::swap(other);
121 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
171 swap(PB_DS_CLASS_C_DEC&);
204 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
206 comb_hash_fn_base::swap(other);
207 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
269 swap(PB_DS_CLASS_C_DEC&);
293 swap(PB_DS_CLASS_C_DEC& other function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
350 swap(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
    [all...]

Completed in 2015 milliseconds

<<11121314151617181920>>