Home
last modified time | relevance | path

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

1234

/aosp12/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
665 HParallelMove* move = first->AsParallelMove(); in InsertParallelMoveAtEntryOf() local
689 HParallelMove* move = instruction->GetNext()->AsParallelMove(); in InsertMoveAfter() local
H A Dcodegen_test.cc457 HParallelMove* move = new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator()); in TEST_F() local
503 HParallelMove* move = in TEST_F() local
572 HParallelMove* move = in TEST_F() local
731 HParallelMove* move = new (graph->GetAllocator()) HParallelMove(graph->GetAllocator()); in TEST_F() local
777 HParallelMove* move = new (graph->GetAllocator()) HParallelMove(graph->GetAllocator()); in TEST_F() local
803 HParallelMove* move = new (graph->GetAllocator()) HParallelMove(graph->GetAllocator()); in TEST_F() local
H A Dparallel_move_test.cc60 MoveOperands* move = moves_[index]; in EmitMove() local
72 MoveOperands* move = moves_[index]; in EmitSwap() local
131 MoveOperands* move = moves_[index]; in EmitMove() local
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h48 void move() { in move() function
77 inline void TreeIteratorBase::move<TreeIteratorBase::Leftward>() { in move() function
82 inline void TreeIteratorBase::move<TreeIteratorBase::Rightward>() { in move() function
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/animationhelper/
H A DCarHeadsUpNotificationRightAnimationHelper.java41 ObjectAnimator move = ObjectAnimator.ofFloat(view, "x", 0f); in getAnimateInAnimator() local
65 ObjectAnimator move = ObjectAnimator.ofFloat(view, "x", getHUNInitialPosition(view)); in getAnimateOutAnimator() local
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A 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
/aosp12/frameworks/base/core/tests/coretests/src/android/transition/
H A DAutoTransitionTest.java41 Transition move = autoTransition.getTransitionAt(1); in testFadeOutMoveFadeIn() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMirrorWindowControl.java57 void move(int xOffset, int yOffset); in move() method
143 public void move(int xOffset, int yOffset) { in move() method in MirrorWindowControl
/aosp12/frameworks/base/libs/protoutil/include/android/util/
H A DEncodedBuffer.h59 inline Pointer* move() { return move(1); }; in move() function
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DOpReorderer.java160 private void swapMoveAdd(List<UpdateOp> list, int move, UpdateOp moveOp, int add, in swapMoveAdd()
181 void swapMoveUpdate(List<UpdateOp> list, int move, UpdateOp moveOp, int update, in swapMoveUpdate()
/aosp12/frameworks/native/libs/input/
H A DVelocityControl.cpp52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { in move() function in android::VelocityControl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java495 private void onMoveProgress(MoveInfo move, int status, long estMillis) { in onMoveProgress()
536 private void onMoveFinished(MoveInfo move, int status) { in onMoveFinished()
757 private PendingIntent buildWizardMigratePendingIntent(MoveInfo move) { in buildWizardMigratePendingIntent()
780 private PendingIntent buildWizardMovePendingIntent(MoveInfo move) { in buildWizardMovePendingIntent()
/aosp12/frameworks/base/native/graphics/jni/
H A Daassetstreamadaptor.cpp73 bool AAssetStreamAdaptor::move(long offset) { in move() function in AAssetStreamAdaptor
/aosp12/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
427 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
373 auto move = std::move(counts); in TEST() local
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DDragGestureDetector.java104 private void move(MotionEvent event, boolean drop) { in move() method in DragGestureDetector
/aosp12/frameworks/base/core/proto/android/server/
H A Danimationadapter.proto51 optional MoveAnimationSpecProto move = 2; field
/aosp12/frameworks/base/libs/protoutil/src/
H A DProtoFileReader.cpp124 ProtoFileReader::move(size_t amt) in move() function in android::util::ProtoFileReader
H A DEncodedBuffer.cpp60 EncodedBuffer::Pointer::move(size_t amt) in move() function in android::util::EncodedBuffer::Pointer
418 EncodedBuffer::Reader::move(size_t amt) in move() function in android::util::EncodedBuffer::Reader
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h251 void move(TreeIteratorBase& pNode) const { pNode.move<Positional>(); } in move() function
262 void move(TreeIteratorBase& pNode) const { pNode.move<Inclusive>(); } in move() function
/aosp12/packages/modules/adb/
H A Dtypes.cpp19 IOVector& IOVector::operator=(IOVector&& move) noexcept { in operator =()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/playlist/
H A DPlaylist.java94 public int move(int from, int to) { in move() method in Playlist
/aosp12/frameworks/base/tools/aapt2/util/
H A DMaybe.h208 Maybe<T>& Maybe<T>::move(Maybe<U>&& rhs) { in move() function
/aosp12/frameworks/base/libs/hwui/jni/
H A DUtils.cpp77 bool AssetStreamAdaptor::move(long offset) { in move() function in AssetStreamAdaptor

1234