Home
last modified time | relevance | path

Searched defs:move (Results 1 – 25 of 1558) sorted by relevance

12345678910>>...63

/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation() local
61 Derived move(std::move(*this)); in unit() local
83 Derived move(std::move(*this)); in adoptUnit() local
103 Derived move(std::move(*this)); in perUnit() local
123 Derived move(std::move(*this)); in adoptPerUnit() local
143 Derived move(std::move(*this)); in precision() local
158 Derived move(std::move(*this)); in roundingMode() local
174 Derived move(std::move(*this)); in grouping() local
188 Derived move(std::move(*this)); in integerWidth() local
202 Derived move(std::move(*this)); in symbols() local
[all …]
H A Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth() local
59 Derived move(std::move(*this)); in numberFormatterBoth() local
77 Derived move(std::move(*this)); in numberFormatterFirst() local
95 Derived move(std::move(*this)); in numberFormatterFirst() local
113 Derived move(std::move(*this)); in numberFormatterSecond() local
131 Derived move(std::move(*this)); in numberFormatterSecond() local
147 Derived move(std::move(*this)); in collapse() local
161 Derived move(std::move(*this)); in identityFallback() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation() local
61 Derived move(std::move(*this)); in unit() local
83 Derived move(std::move(*this)); in adoptUnit() local
103 Derived move(std::move(*this)); in perUnit() local
123 Derived move(std::move(*this)); in adoptPerUnit() local
143 Derived move(std::move(*this)); in precision() local
158 Derived move(std::move(*this)); in roundingMode() local
174 Derived move(std::move(*this)); in grouping() local
188 Derived move(std::move(*this)); in integerWidth() local
202 Derived move(std::move(*this)); in symbols() local
[all …]
H A Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth() local
59 Derived move(std::move(*this)); in numberFormatterBoth() local
77 Derived move(std::move(*this)); in numberFormatterFirst() local
95 Derived move(std::move(*this)); in numberFormatterFirst() local
113 Derived move(std::move(*this)); in numberFormatterSecond() local
131 Derived move(std::move(*this)); in numberFormatterSecond() local
147 Derived move(std::move(*this)); in collapse() local
161 Derived move(std::move(*this)); in identityFallback() local
/aosp_15_r20/art/compiler/optimizing/
H A Dparallel_move_resolver.cc30 MoveOperands* move = parallel_move->MoveOperandsAt(i); in BuildInitialMoveList() local
44 const MoveOperands& move = *moves_[i]; in EmitNativeCode() local
57 const MoveOperands& move = *moves_[i]; in EmitNativeCode() local
68 MoveOperands* move = moves_[i]; in EmitNativeCode() local
107 static void UpdateSourceOf(MoveOperands* move, Location updated_location, Location new_source) { in UpdateSourceOf()
127 MoveOperands* move = moves_[index]; in PerformMove() local
314 const MoveOperands& move = *moves_[i]; in EmitNativeCode() local
327 MoveOperands* move = moves_[i]; in EmitNativeCode() local
347 MoveOperands* move = moves_[i]; in EmitNativeCode() local
407 MoveOperands* move = moves_[index]; in PerformMove() local
[all …]
H A Dregister_allocation_resolver.cc508 void RegisterAllocationResolver::AddMove(HParallelMove* move, in AddMove()
533 HParallelMove* move = nullptr; in AddInputMoveFor() local
563 HParallelMove* move; in InsertParallelMoveAt() local
642 HParallelMove* move; in InsertParallelMoveAtExitOf() local
666 HParallelMove* move = first->AsParallelMoveOrNull(); in InsertParallelMoveAtEntryOf() local
690 HParallelMove* move = instruction->GetNext()->AsParallelMoveOrNull(); in InsertMoveAfter() local
H A Dcodegen_test.cc462 HParallelMove* move = new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator()); in TEST_F() local
506 HParallelMove* move = in TEST_F() local
572 HParallelMove* move = in TEST_F() local
765 HParallelMove* move = new (graph->GetAllocator()) HParallelMove(graph->GetAllocator()); in TEST_F() local
810 HParallelMove* move = new (graph->GetAllocator()) HParallelMove(graph->GetAllocator()); in TEST_F() local
835 HParallelMove* move = new (graph->GetAllocator()) HParallelMove(graph->GetAllocator()); in TEST_F() local
H A Dparallel_move_test.cc61 MoveOperands* move = moves_[index]; in EmitMove() local
73 MoveOperands* move = moves_[index]; in EmitSwap() local
132 MoveOperands* move = moves_[index]; in EmitMove() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/
Dutility_core.hpp56 move(T& x) BOOST_NOEXCEPT in move() function
67 move(T& x) BOOST_NOEXCEPT in move() function
78 move(rv<T>& x) BOOST_NOEXCEPT in move() function
206 …BOOST_MOVE_FORCEINLINE typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOO… in move() function
212 …BOOST_MOVE_FORCEINLINE typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOO… in move() function
/aosp_15_r20/frameworks/native/libs/ftl/
H A Dsmall_vector_test.cpp101 auto move = "tart"s; in TEST() local
120 auto move = "velvet"s; in TEST() local
197 SmallVector<const std::string, 2> move(std::move(vector)); in TEST() local
211 SmallVector<const std::string, 3> move(std::move(vector)); in TEST() local
225 SmallVector<const std::string, 0> move(std::move(vector)); in TEST() local
239 SmallVector<const std::string, 0> move(std::move(vector)); in TEST() local
539 const auto move = std::move(counts); in TEST() local
H A Dstatic_vector_test.cpp93 auto move = "tart"s; in TEST() local
110 auto move = "velvet"s; in TEST() local
179 StaticVector<const std::string, 2> move(std::move(vector)); in TEST() local
193 StaticVector<const std::string, 3> move(std::move(vector)); in TEST() local
432 const auto move = std::move(counts); in TEST() local
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/testcomponent/
DTouchEventGenerator.java123 public TouchEventGenerator move(long ms) { in move() method in TouchEventGenerator
134 public TouchEventGenerator move() { in move() method in TouchEventGenerator
141 public TouchEventGenerator move(int id, int x, int y, long ms) { in move() method in TouchEventGenerator
148 public TouchEventGenerator move(int id, int x, int y) { in move() method in TouchEventGenerator
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dlower.c64 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_const() local
134 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_load() local
183 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_texture() local
237 ppir_node *move = ppir_node_create(block, ppir_op_mov, -1, 0); in ppir_lower_select() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java522 private void onMoveProgress(MoveInfo move, int status, long estMillis) { in onMoveProgress()
563 private void onMoveFinished(MoveInfo move, int status) { in onMoveFinished()
784 private PendingIntent buildWizardMigratePendingIntent(MoveInfo move) { in buildWizardMigratePendingIntent()
807 private PendingIntent buildWizardMovePendingIntent(MoveInfo move) { in buildWizardMovePendingIntent()
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/
DRotaryVelocityTracker.kt39 fun move(currentTime: Long, delta: Float) { in move() method in com.android.permissioncontroller.permission.ui.wear.elements.rotaryinput.RotaryVelocityTracker
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/request/wear/elements/rotaryinput/
DRotaryVelocityTracker.kt39 fun move(currentTime: Long, delta: Float) { in move() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/auxiliary/
Dmove.hpp68 struct move struct
78 move(Seq1&& src, Seq2& dest) in move() function
/aosp_15_r20/packages/apps/Car/Notification/src/com/android/car/notification/headsup/animationhelper/
DCarHeadsUpNotificationRightAnimationHelper.java41 ObjectAnimator move = ObjectAnimator.ofFloat(view, "x", 0f); in getAnimateInAnimator() local
65 ObjectAnimator move = ObjectAnimator.ofFloat(view, "x", getHUNInitialPosition(view)); in getAnimateOutAnimator() local
/aosp_15_r20/external/perfetto/ui/src/base/
H A Ddisposable_stack.ts75 move(): DisposableStack { method in DisposableStack
153 move(): AsyncDisposableStack { method in AsyncDisposableStack
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/
Dhold_any.hpp71 void (*move)(void* const*, void**); member
102 static void move(void* const* src, void** dest) in move() function
147 static void move(void* const* src, void** dest) in move() function
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppCompatConfigurationTest.java241 boolean halfFoldPose, BiConsumer<AppCompatConfiguration, Boolean> move) { in assertForHorizontalMove()
252 boolean halfFoldPose, BiConsumer<AppCompatConfiguration, Boolean> move) { in assertForVerticalMove()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker_test.cc31 CopyableMovableInstance move(std::move(src)); in TEST() local
100 MovableOnlyInstance move(std::move(src)); in TEST() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker_test.cc31 CopyableMovableInstance move(std::move(src)); in TEST() local
100 MovableOnlyInstance move(std::move(src)); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dtest_instance_tracker_test.cc31 CopyableMovableInstance move(std::move(src)); in TEST() local
100 MovableOnlyInstance move(std::move(src)); in TEST() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker_test.cc31 CopyableMovableInstance move(std::move(src)); in TEST() local
100 MovableOnlyInstance move(std::move(src)); in TEST() local

12345678910>>...63