Searched refs:swap (Results 101 - 125 of 1727) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/associative/map/map.special/
H A Dmember_swap.pass.cpp14 // void swap(map& m);
37 m1.swap(m2);
60 m1.swap(m2);
79 m1.swap(m2);
106 m1.swap(m2);
126 m1.swap(m2);
149 m1.swap(m2);
168 m1.swap(m2);
195 m1.swap(m2);
/external/libcxx/test/containers/associative/multimap/multimap.special/
H A Dmember_swap.pass.cpp14 // void swap(multimap& m);
37 m1.swap(m2);
60 m1.swap(m2);
79 m1.swap(m2);
106 m1.swap(m2);
125 m1.swap(m2);
148 m1.swap(m2);
167 m1.swap(m2);
194 m1.swap(m2);
/external/libcxx/test/containers/associative/multiset/multiset.special/
H A Dmember_swap.pass.cpp14 // void swap(multiset& m);
37 m1.swap(m2);
60 m1.swap(m2);
79 m1.swap(m2);
106 m1.swap(m2);
126 m1.swap(m2);
149 m1.swap(m2);
168 m1.swap(m2);
195 m1.swap(m2);
/external/libcxx/test/containers/associative/set/set.special/
H A Dmember_swap.pass.cpp14 // void swap(set& m);
37 m1.swap(m2);
60 m1.swap(m2);
79 m1.swap(m2);
106 m1.swap(m2);
126 m1.swap(m2);
149 m1.swap(m2);
168 m1.swap(m2);
195 m1.swap(m2);
/external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/
H A DAndroid.mk19 test_name := containers/container.adaptors/priority.queue/priqueue.special/swap
20 test_src := swap.pass.cpp
/external/libcxx/test/containers/sequences/list/list.special/
H A DAndroid.mk19 test_name := containers/sequences/list/list.special/swap
20 test_src := swap.pass.cpp
/external/libcxx/test/containers/sequences/vector/vector.special/
H A DAndroid.mk19 test_name := containers/sequences/vector/vector.special/swap
20 test_src := swap.pass.cpp
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
H A DAndroid.mk19 test_name := input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap
20 test_src := swap.pass.cpp
/external/libcxx/test/input.output/string.streams/istringstream/istringstream.assign/
H A Dmember_swap.pass.cpp15 // void swap(basic_istringstream& rhs);
25 ss.swap(ss0);
42 ss.swap(ss0);
H A Dnonmember_swap.pass.cpp17 // swap(basic_istringstream<charT, traits, Allocator>& x,
28 swap(ss, ss0);
45 swap(ss, ss0);
/external/libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/
H A Dmember_swap.pass.cpp15 // void swap(basic_ostringstream& rhs);
25 ss.swap(ss0);
38 ss.swap(ss0);
H A Dnonmember_swap.pass.cpp15 // void swap(basic_ostringstream& rhs);
25 swap(ss, ss0);
38 swap(ss, ss0);
/external/libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/
H A Dmember_swap.pass.cpp15 // void swap(basic_stringstream& rhs);
25 ss.swap(ss0);
42 ss.swap(ss0);
H A Dnonmember_swap.pass.cpp17 // swap(basic_stringstream<charT, traits, Allocator>& x,
28 swap(ss, ss0);
45 swap(ss, ss0);
/external/libcxx/test/strings/basic.string/string.nonmembers/string.special/
H A DAndroid.mk19 test_name := strings/basic.string/string.nonmembers/string.special/swap
20 test_src := swap.pass.cpp
/external/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/
H A DAndroid.mk19 test_name := thread/futures/futures.tas/futures.task.nonmembers/swap
20 test_src := swap.pass.cpp
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
H A DAndroid.mk19 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap
20 test_src := swap.pass.cpp
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
H A DAndroid.mk19 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/swap
20 test_src := swap.pass.cpp
/external/libcxx/test/utilities/utility/utility.swap/
H A Dswap_array.pass.cpp15 // swap(T (&a)[N], T (&b)[N]);
28 std::swap(i, j);
48 std::swap(i, j);
/external/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py15 def swap(cls, dir): member in class:Holder
32 Holder.swap(os.getcwd())
/external/replicaisland/src/com/replica/replicaisland/
H A DCrusherAndouComponent.java50 public void setSwap(ChangeComponentsComponent swap) { argument
51 mSwap = swap;
/external/chromium_org/cc/base/
H A Dscoped_ptr_algorithm.h10 // ScopedContainers need to implement a swap() method since they do not allow
21 container->swap(first, result);
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementAsyncImportMicrotaskQueue.cpp52 m_queue.swap(remaining);
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DMatrix3DTransformOperation.cpp48 std::swap(fromT, toT);
/external/chromium_org/tools/gn/
H A Dgroup_target_generator.cc31 std::swap(target_->private_deps(), target_->public_deps());

Completed in 4059 milliseconds

1234567891011>>