/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
H A D | raw_ref_unittest.cc | 598 auto moved = std::move(r); in TEST() local 605 auto moved = std::move(r); in TEST() local 619 auto moved = std::move(r); in TEST() local 628 auto moved = std::move(r); in TEST() local 635 auto moved = std::move(r); in TEST() local 642 auto moved = std::move(r); in TEST() local 653 auto moved = std::move(ri); in TEST() local 662 auto moved = std::move(rj); in TEST() local 672 auto moved = std::move(r1); in TEST() local 679 auto moved = std::move(r2); in TEST() local [all …]
|
/aosp_15_r20/external/pigweed/pw_function/ |
H A D | function_test.cc | 200 Closure moved; in TEST() local 212 Closure moved; in TEST() local 224 Function<int(int, int)> moved(Multiply); in TEST() local 236 InlineFunction<int(int, int)> moved(Multiply); in TEST() local 248 Function<int(int, int)> moved(Multiply); in TEST() local 260 InlineFunction<int(int, int)> moved(Multiply); in TEST() local 299 Function<int()> moved((MoveTracker())); in TEST() local 311 Function<int()> moved((MoveTracker())); in TEST() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/ |
H A D | quiche_mem_slice_test.cc | 36 QuicheMemSlice moved(std::move(slice_)); in TEST_F() local 45 QuicheMemSlice moved; in TEST_F() local 59 QuicheMemSlice moved(std::move(buffer), data.length()); in TEST_F() local 103 QuicheMemSlice moved = std::move(slice); in TEST_F() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.reverse/ |
H A D | base.pass.cpp | 34 std::same_as<BidirRange> auto moved = std::move(rev).base(); in test() local 46 std::same_as<BidirRange> auto moved = std::move(rev).base(); in test() local 68 std::same_as<BidirSentRange<Copyable>> auto moved = std::move(rev).base(); in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | any_helpers.h | 103 static int moved; member 183 static int moved; member 276 static int moved; member 314 static int moved; member 355 static int moved; member
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | any_helpers.h | 106 static int moved; member 186 static int moved; member 279 static int moved; member 317 static int moved; member 358 static int moved; member
|
/aosp_15_r20/frameworks/base/media/tests/MtpTests/src/android/mtp/ |
H A D | MtpStorageManagerTest.java | 1286 File moved = new File(dir, newFile.getName()); in testMoveObjectSuccess() local 1391 File moved = new File(dir, newFile.getName()); in testMoveObjectDelayed() local 1528 File moved = createNewFileNonZero(secondaryStorageDir, newFile.getName()); in testMoveObjectXStorageSuccess() local 1554 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirSuccess() local 1589 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirVisitedSuccess() local 1627 File moved = createNewFileNonZero(secondaryStorageDir, movedFile.getName()); in testMoveObjectXStorageDelayed() local 1655 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirVisitedDelayed() local
|
/aosp_15_r20/external/pigweed/pw_containers/ |
H A D | inline_deque_test.cc | 67 InlineDeque<MoveOnly, 4> moved(std::move(deque)); in TEST() local 93 InlineDeque<MoveOnly, 5> moved(std::move(deque)); in TEST() local 196 InlineDeque<MoveOnly, 4> moved = std::move(deque); in TEST() local 211 InlineDeque<MoveOnly, 5> moved = std::move(deque); in TEST() local 225 InlineDeque<MoveOnly, 3> moved = std::move(deque); in TEST() local
|
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.general/ |
H A D | ignore.pass.cpp | 30 auto moved = std::move(copy); in test_ignore_constexpr() local 36 auto moved = std::ignore; in test_ignore_constexpr() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.general/ |
H A D | ignore.pass.cpp | 30 auto moved = std::move(copy); in test_ignore_constexpr() local 36 auto moved = std::ignore; in test_ignore_constexpr() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ui/pin_project/ |
D | override-priv-mod.rs | 25 let moved = mem::take(&mut self.f); // move pinned field in drop() localVariable 26 let moved = &moved.0 as *const _ as usize; in drop() localVariable
|
/aosp_15_r20/external/zstd/contrib/pzstd/utils/test/ |
H A D | BufferTest.cpp | 32 Buffer moved(std::move(sized)); in TEST() local 47 Buffer moved(std::move(acquired)); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/string.streams/ostringstream/ostringstream.members/ |
H A D | str.allocator_propagation.pass.cpp | 51 S moved = std::move(ss).str(); in test_soccc_behavior() local 97 S moved = std::move(ss).str(); in test_no_foreign_allocations() local
|
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/test/ |
H A D | audio_ring_buffer.cc | 62 const size_t moved = in MoveReadPositionForward() local 70 const size_t moved = static_cast<size_t>( in MoveReadPositionBackward() local
|
/aosp_15_r20/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
H A D | assign_rv_pair.pass.cpp | 40 static int moved; member 47 int CountAssign::moved = 0; member in CountAssign
|
H A D | assign_pair.pass.cpp | 41 static int moved; member 48 int CountAssign::moved = 0; member in CountAssign
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/ |
H A D | ctor.view_pred.pass.cpp | 78 bool moved = false, copied = false; in test() local 88 bool moved = false, copied = false; in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/string.streams/istringstream/istringstream.members/ |
H A D | str.allocator_propagation.pass.cpp | 52 S moved = std::move(ss).str(); in test_soccc_behavior() local 126 S moved = std::move(ss).str(); in test_no_foreign_allocations() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/string.streams/stringstream/stringstream.members/ |
H A D | str.allocator_propagation.pass.cpp | 52 S moved = std::move(ss).str(); in test_soccc_behavior() local 126 S moved = std::move(ss).str(); in test_no_foreign_allocations() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/ |
H A D | ctor.view_pred.pass.cpp | 83 bool moved = false, copied = false; in test() local 93 bool moved = false, copied = false; in test() local
|
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
H A D | move.pass.cpp | 42 static int moved; member 49 int CountAssign::moved = 0; member in CountAssign
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrRenderTaskCluster.cpp | 142 for (GrRenderTask* moved = movedHead; moved; moved = moved->fNext) { in task_cluster_visit() local 151 for (GrRenderTask* moved = movedHead; moved;) { in task_cluster_visit() local
|
/aosp_15_r20/platform_testing/libraries/systemui-helper/src/android/platform/helpers/foldable/ |
H A D | UnfoldAnimationTestingUtils.kt | 28 val moved = in <lambda>() constant
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
H A D | move.pass.cpp | 47 static int moved; member 54 int CountAssign::moved = 0; member in CountAssign
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/ |
D | move_if_noexcept.cpp | 42 bool moved() const //Observer in moved() function in copy_movable_noexcept 73 bool moved() const //Observer in moved() function in movable_throwable
|