Home
last modified time | relevance | path

Searched defs:Move (Results 1 – 25 of 255) sorted by relevance

1234567891011

/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.cc256 __ Move(to_lock, mr_conv->CurrentParamRegister(), kObjectReferenceSize); in ArtJniCompileMethodInternal() local
351 __ Move(new_method_reg, method_register, kRawPointerSize); in ArtJniCompileMethodInternal() local
403 __ Move(jni_env_arg, jni_env_reg, kRawPointerSize); in ArtJniCompileMethodInternal() local
456 __ Move(mr_return_reg, jni_return_reg, main_jni_conv->SizeOfReturnValue()); in ArtJniCompileMethodInternal() local
711 __ Move(mr_conv->ArgumentRegisterForMethodExitHook(), managed_frame_size); in ArtJniCompileMethodInternal() local
740 __ Move(jni_conv->CurrentParamRegister(), in_reg, jni_conv->CurrentParamSize()); in SetNativeParameter() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRef.hpp359 class Move : public RefBase<T> class
363 Move(Checked<U> object, Deleter<U> deleter) : RefBase<T>(RefData<T>(object.object, deleter)) in Move() function in vk::refdetails::Move
367 Move(RefData<T> data) : RefBase<T>(data) in Move() function in vk::refdetails::Move
370 Move(Move<T> &other) : RefBase<T>(other.RefBase<T>::disown()) in Move() function in vk::refdetails::Move
373 Move(void) : RefBase<T>(RefData<T>()) in Move() function in vk::refdetails::Move
/aosp_15_r20/art/compiler/utils/riscv64/
H A Djni_macro_assembler_riscv64_test.cc659 TEST_F(JniMacroAssemblerRiscv64Test, Move) { in TEST_F() argument
662 __ Move(AsManaged(A0), AsManaged(A1), kWordSize); in TEST_F() local
664 __ Move(AsManaged(A2), AsManaged(A3), kDoubleWordSize); in TEST_F() local
667 __ Move(AsManaged(A4), AsManaged(A4), kWordSize); // No-op. in TEST_F() local
668 __ Move(AsManaged(A5), AsManaged(A5), kDoubleWordSize); // No-op. in TEST_F() local
876 __ Move(AsManaged(A0), AsManaged(A1), static_cast<size_t>(kRiscv64PointerSize)); in TEST_F() local
/aosp_15_r20/tools/netsim/rust/cli/src/
H A Dargs.rs73 Move(Move), enumerator
342 pub struct Move { struct
344 pub name: String,
346 pub x: f32,
348 pub y: f32,
350 pub z: Option<f32>,
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dfunction.bench.cpp136 struct Move { struct
137 static void run(benchmark::State& state) { in run()
147 static std::string name() { return "BM_Move" + FunctionType::name(); } in name()
/aosp_15_r20/external/libcxx/benchmarks/
H A Dfunction.bench.cpp138 struct Move { struct
139 static void run(benchmark::State& state) { in run()
149 static std::string name() { in name()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
H A DLongPressHandlingViewInteractionHandler.kt55 data class Move( class in com.android.systemui.common.ui.view.LongPressHandlingViewInteractionHandler.MotionEventModel
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/common/ui/view/
DLongPressHandlingViewInteractionHandler.java198 …public static final class Move extends com.android.systemui.common.ui.view.LongPressHandlingViewIn… class in LongPressHandlingViewInteractionHandler.MotionEventModel
201 public Move(float distanceMoved) { in Move() method in LongPressHandlingViewInteractionHandler.MotionEventModel.Move
/aosp_15_r20/external/libchrome/base/posix/
H A Dfile_descriptor_shuffle_unittest.cc53 bool Move(int src, int dest) override { in Move() function in base::InjectionTracer
253 bool Move(int src, int dest) override { return false; } in Move() function in base::FailingDelegate
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/examples/
H A Dconnect5.rs59 type Move = i32; typedef
303 pub fn do_move(&mut self, mv: Move) { in do_move()
368 pub fn add(&mut self, mv: Move) { in add()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/examples/
H A Dconnect5.rs59 type Move = i32; typedef
303 pub fn do_move(&mut self, mv: Move) { in do_move()
368 pub fn add(&mut self, mv: Move) { in add()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/examples/
H A Dconnect5.rs59 type Move = i32; typedef
303 pub fn do_move(&mut self, mv: Move) { in do_move()
368 pub fn add(&mut self, mv: Move) { in add()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/examples/
H A Dconnect5.rs59 type Move = i32; typedef
303 pub fn do_move(&mut self, mv: Move) { in do_move()
368 pub fn add(&mut self, mv: Move) { in add()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/examples/
H A Dconnect5.rs59 type Move = i32; typedef
303 pub fn do_move(&mut self, mv: Move) { in do_move()
368 pub fn add(&mut self, mv: Move) { in add()
/aosp_15_r20/external/cronet/base/posix/
H A Dfile_descriptor_shuffle_unittest.cc54 bool Move(int src, int dest) override { in Move() function in base::InjectionTracer
315 bool Move(int src, int dest) override { return false; } in Move() function in base::FailingDelegate
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp558 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MFC1)) in select() local
789 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(MoveOpcode)) in select() local
/aosp_15_r20/external/llvm/unittests/ADT/
H A DStringMapTest.cpp391 static unsigned Move; member
409 unsigned CountCtorCopyAndMove::Move = 0; member in __anon55ab63410111::__anon55ab63410211::CountCtorCopyAndMove
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp657 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MFC1)) in select() local
888 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(MoveOpcode)) in select() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dmap_entry_lite.h81 static void Move(T* src, T* dest) { *dest = *src; } in Move() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dmap_entry_lite.h81 static void Move(T* src, T* dest) { *dest = *src; } in Move() function
/aosp_15_r20/external/cronet/base/
H A Dauto_reset_unittest.cc13 TEST(AutoReset, Move) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dthreadsafe_status_test.cc45 TEST(ThreadSafeStatus, Move) { in TEST() argument
/aosp_15_r20/frameworks/libs/binary_translation/base/
Dexec_region_test.cc28 TEST(ExecRegion, Move) { in TEST() argument
/aosp_15_r20/external/mesa3d/src/asahi/compiler/test/
H A Dtest-lower-pseudo.cpp34 TEST_F(LowerPseudo, Move) in TEST_F() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/msan/
Dmsan.go28 func Move(dst, src unsafe.Pointer, sz uintptr) func

1234567891011