/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | number_fluent.cpp | 44 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 D | numrange_fluent.cpp | 41 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 D | number_fluent.cpp | 44 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 D | numrange_fluent.cpp | 41 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 D | parallel_move_resolver.cc | 30 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 D | register_allocation_resolver.cc | 508 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 D | codegen_test.cc | 462 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 D | parallel_move_test.cc | 61 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/ |
D | utility_core.hpp | 56 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 D | small_vector_test.cpp | 101 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 D | static_vector_test.cpp | 93 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/ |
D | TouchEventGenerator.java | 123 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 D | lower.c | 64 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 D | StorageNotification.java | 522 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/ |
D | RotaryVelocityTracker.kt | 39 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/ |
D | RotaryVelocityTracker.kt | 39 fun move(currentTime: Long, delta: Float) { in move() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/auxiliary/ |
D | move.hpp | 68 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/ |
D | CarHeadsUpNotificationRightAnimationHelper.java | 41 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 D | disposable_stack.ts | 75 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/ |
D | hold_any.hpp | 71 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 D | AppCompatConfigurationTest.java | 241 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 D | test_instance_tracker_test.cc | 31 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 D | test_instance_tracker_test.cc | 31 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/ |
D | test_instance_tracker_test.cc | 31 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 D | test_instance_tracker_test.cc | 31 CopyableMovableInstance move(std::move(src)); in TEST() local 100 MovableOnlyInstance move(std::move(src)); in TEST() local
|