Home
last modified time | relevance | path

Searched defs:moved (Results 1 – 25 of 568) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
H A Draw_ref_unittest.cc598 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 Dfunction_test.cc200 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 Dquiche_mem_slice_test.cc36 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 Dbase.pass.cpp34 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 Dany_helpers.h103 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 Dany_helpers.h106 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 DMtpStorageManagerTest.java1286 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 Dinline_deque_test.cc67 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 Dignore.pass.cpp30 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 Dignore.pass.cpp30 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/
Doverride-priv-mod.rs25 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 DBufferTest.cpp32 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 Dstr.allocator_propagation.pass.cpp51 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 Daudio_ring_buffer.cc62 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 Dassign_rv_pair.pass.cpp40 static int moved; member
47 int CountAssign::moved = 0; member in CountAssign
H A Dassign_pair.pass.cpp41 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 Dctor.view_pred.pass.cpp78 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 Dstr.allocator_propagation.pass.cpp52 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 Dstr.allocator_propagation.pass.cpp52 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 Dctor.view_pred.pass.cpp83 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 Dmove.pass.cpp42 static int moved; member
49 int CountAssign::moved = 0; member in CountAssign
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrRenderTaskCluster.cpp142 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 DUnfoldAnimationTestingUtils.kt28 val moved = in <lambda>() constant
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dmove.pass.cpp47 static int moved; member
54 int CountAssign::moved = 0; member in CountAssign
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/
Dmove_if_noexcept.cpp42 bool moved() const //Observer in moved() function in copy_movable_noexcept
73 bool moved() const //Observer in moved() function in movable_throwable

12345678910>>...23