/aosp12/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 665 HParallelMove* move = first->AsParallelMove(); in InsertParallelMoveAtEntryOf() local 689 HParallelMove* move = instruction->GetNext()->AsParallelMove(); in InsertMoveAfter() local
|
H A D | codegen_test.cc | 457 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 D | parallel_move_test.cc | 60 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 D | TreeBase.h | 48 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 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
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
H A 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
|
/aosp12/frameworks/base/core/tests/coretests/src/android/transition/ |
H A D | AutoTransitionTest.java | 41 Transition move = autoTransition.getTransitionAt(1); in testFadeOutMoveFadeIn() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | MirrorWindowControl.java | 57 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 D | EncodedBuffer.h | 59 inline Pointer* move() { return move(1); }; in move() function
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | OpReorderer.java | 160 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 D | VelocityControl.cpp | 52 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 D | StorageNotification.java | 495 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 D | aassetstreamadaptor.cpp | 73 bool AAssetStreamAdaptor::move(long offset) { in move() function in AAssetStreamAdaptor
|
/aosp12/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 427 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 373 auto move = std::move(counts); in TEST() local
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | DragGestureDetector.java | 104 private void move(MotionEvent event, boolean drop) { in move() method in DragGestureDetector
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | animationadapter.proto | 51 optional MoveAnimationSpecProto move = 2; field
|
/aosp12/frameworks/base/libs/protoutil/src/ |
H A D | ProtoFileReader.cpp | 124 ProtoFileReader::move(size_t amt) in move() function in android::util::ProtoFileReader
|
H A D | EncodedBuffer.cpp | 60 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 D | InputTree.h | 251 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 D | types.cpp | 19 IOVector& IOVector::operator=(IOVector&& move) noexcept { in operator =()
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/playlist/ |
H A D | Playlist.java | 94 public int move(int from, int to) { in move() method in Playlist
|
/aosp12/frameworks/base/tools/aapt2/util/ |
H A D | Maybe.h | 208 Maybe<T>& Maybe<T>::move(Maybe<U>&& rhs) { in move() function
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Utils.cpp | 77 bool AssetStreamAdaptor::move(long offset) { in move() function in AssetStreamAdaptor
|