Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/
Dmove.pass.cpp24 std::stringbuf buf(move(buf1)); in main()
29 std::stringbuf buf(move(buf1)); in main()
34 std::stringbuf buf(move(buf1)); in main()
39 std::wstringbuf buf(move(buf1)); in main()
44 std::wstringbuf buf(move(buf1)); in main()
49 std::wstringbuf buf(move(buf1)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/
Dmove.pass.cpp25 buf = move(buf1); in main()
31 buf = move(buf1); in main()
37 buf = move(buf1); in main()
43 buf = move(buf1); in main()
49 buf = move(buf1); in main()
55 buf = move(buf1); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
Drv_value.pass.cpp32 q = std::move(x1); in test()
33 q = std::move(x2); in test()
34 q = std::move(x3); in test()
44 i = c.insert(i, std::move(x1)); in insert3at()
45 i = c.insert(++i, std::move(x2)); in insert3at()
46 c.insert(++i, std::move(x3)); in insert3at()
70 test(std::move(c1), 0, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main()
78 test(std::move(c1), 1, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main()
86 test(std::move(c1), 2, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main()
94 test(std::move(c1), 3, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
Dmove_ctor.pass.cpp25 std::shared_future<T> f = std::move(f0); in main()
32 std::shared_future<T> f = std::move(f0); in main()
40 std::shared_future<T> f = std::move(f0); in main()
47 std::shared_future<T> f = std::move(f0); in main()
55 std::shared_future<T> f = std::move(f0); in main()
62 std::shared_future<T> f = std::move(f0); in main()
Dctor_future.pass.cpp25 std::shared_future<T> f = std::move(f0); in main()
32 std::shared_future<T> f = std::move(f0); in main()
40 std::shared_future<T> f = std::move(f0); in main()
47 std::shared_future<T> f = std::move(f0); in main()
55 std::shared_future<T> f = std::move(f0); in main()
62 std::shared_future<T> f = std::move(f0); in main()
Dmove_assign.pass.cpp27 f = std::move(f0); in main()
35 f = std::move(f0); in main()
44 f = std::move(f0); in main()
52 f = std::move(f0); in main()
61 f = std::move(f0); in main()
69 f = std::move(f0); in main()
Dget.pass.cpp67 std::thread(func1, std::move(p)).detach(); in main()
75 std::thread(func2, std::move(p)).detach(); in main()
94 std::thread(func3, std::move(p)).detach(); in main()
102 std::thread(func4, std::move(p)).detach(); in main()
121 std::thread(func5, std::move(p)).detach(); in main()
129 std::thread(func6, std::move(p)).detach(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
Dshare.pass.cpp25 std::shared_future<T> f = std::move(f0.share()); in main()
32 std::shared_future<T> f = std::move(f0.share()); in main()
40 std::shared_future<T> f = std::move(f0.share()); in main()
47 std::shared_future<T> f = std::move(f0.share()); in main()
55 std::shared_future<T> f = std::move(f0.share()); in main()
62 std::shared_future<T> f = std::move(f0.share()); in main()
Dmove_assign.pass.cpp27 f = std::move(f0); in main()
35 f = std::move(f0); in main()
44 f = std::move(f0); in main()
52 f = std::move(f0); in main()
61 f = std::move(f0); in main()
69 f = std::move(f0); in main()
Dmove_ctor.pass.cpp26 std::future<T> f = std::move(f0); in main()
33 std::future<T> f = std::move(f0); in main()
41 std::future<T> f = std::move(f0); in main()
48 std::future<T> f = std::move(f0); in main()
56 std::future<T> f = std::move(f0); in main()
63 std::future<T> f = std::move(f0); in main()
Dget.pass.cpp67 std::thread(func1, std::move(p)).detach(); in main()
75 std::thread(func2, std::move(p)).detach(); in main()
94 std::thread(func3, std::move(p)).detach(); in main()
102 std::thread(func4, std::move(p)).detach(); in main()
121 std::thread(func5, std::move(p)).detach(); in main()
129 std::thread(func6, std::move(p)).detach(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
Dalloc_move.pass.cpp30 T t(std::allocator_arg, A1<int>(), std::move(t0)); in main()
35 T t(std::allocator_arg, A1<int>(), std::move(t0)); in main()
42 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
50 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
58 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
68 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
Dmove.pass.cpp26 T t = std::move(t0); in main()
31 T t = std::move(t0); in main()
37 T t = std::move(t0); in main()
44 T t = std::move(t0); in main()
Dconvert_move.pass.cpp42 T1 t1 = std::move(t0); in main()
49 T1 t1 = std::move(t0); in main()
57 T1 t1 = std::move(t0); in main()
67 T1 t1 = std::move(t0); in main()
77 T1 t1 = std::move(t0); in main()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch12 .../predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ | 1 +
13 .../predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ | 1 +
14 .../predef.iterators/move.iterators/move.iter.ops/move.iter.opEQ | 1 +
41 create mode 120000 test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ
42 create mode 120000 test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ
43 create mode 120000 test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.opEQ
91 …rs/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ b/test/iterators/predef.iterator…
95 +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ
97 +move.iter.op.+=
99 …rs/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ b/test/iterators/predef.iterator…
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/
Dmove.pass.cpp53 opt = std::move(opt2); in main()
60 opt = std::move(opt2); in main()
69 opt = std::move(opt2); in main()
76 opt = std::move(opt2); in main()
90 opt = std::move(opt2); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
Dmove.pass.cpp27 t = std::move(t0); in main()
33 t = std::move(t0); in main()
40 t = std::move(t0); in main()
48 t = std::move(t0); in main()
Dconvert_move.pass.cpp44 t1 = std::move(t0); in main()
52 t1 = std::move(t0); in main()
61 t1 = std::move(t0); in main()
73 t1 = std::move(t0); in main()
83 t1 = std::move(t0); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
Dmove.pass.cpp55 assert(std::move(c1.cbegin(), c1.cend(), c2.begin()) == c2.end()); in testN()
57 assert(std::move(c2.cbegin(), c2.cend(), c1.begin()) == c1.end()); in testN()
59 assert(std::move(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end())); in testN()
61 assert(std::move(c2.cbegin(), c2.cend(), RAI(c1.begin())) == RAI(c1.end())); in testN()
63 assert(std::move(RACI(c1.cbegin()), RACI(c1.cend()), c2.begin()) == c2.end()); in testN()
65 assert(std::move(RACI(c2.cbegin()), RACI(c2.cend()), c1.begin()) == c1.end()); in testN()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/
Dvalue_or.pass.cpp51 assert(std::move(opt).value_or(y) == 2); in main()
56 assert(std::move(opt).value_or(Y(3)) == 2); in main()
62 assert(std::move(opt).value_or(y) == 3); in main()
67 assert(std::move(opt).value_or(Y(3)) == 4); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
Dtuple_cat.pass.cpp140 std::tuple_cat(std::move(t1), t2); in main()
150 std::tuple_cat(t2, std::move(t1)); in main()
160 std::tuple_cat(std::move(t1), std::move(t2)); in main()
172 std::move(t1), in main()
173 std::move(t2)); in main()
183 std::tuple_cat(std::move(t1), in main()
185 std::move(t2)); in main()
195 std::tuple_cat(std::move(t1), in main()
196 std::move(t2), in main()
207 std::tuple_cat(std::move(t1), in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
Dset_rvalue.pass.cpp39 p.set_value(std::move(i)); in main()
43 p.set_value(std::move(i)); in main()
58 p.set_value(std::move(i)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
Doperator.pass.cpp76 std::thread(func0, std::move(p)).detach(); in main()
82 std::thread(func1, std::move(p)).detach(); in main()
96 std::thread t(func2, std::move(p)); in main()
102 std::thread t(func3, std::move(p)); in main()
Dmake_ready_at_thread_exit.pass.cpp76 std::thread(func0, std::move(p)).detach(); in main()
82 std::thread(func1, std::move(p)).detach(); in main()
96 std::thread(func2, std::move(p)).detach(); in main()
101 std::thread t(func3, std::move(p)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
Dtest_deleter.h55 test_deleter<T> t(std::move(x)); in swap()
56 x = std::move(y); in swap()
57 y = std::move(t); in swap()

12345678910>>...12