Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_entry_lite.h77 static void Move(T* src, T* dest) { *dest = *src; } in Move() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRef.hpp329 class Move : public RefBase<T> class
333 Move (Checked<U> object, Deleter<U> deleter) in Move() function in vk::refdetails::Move
337 Move (RefData<T> data) in Move() function in vk::refdetails::Move
340 Move (Move<T>& other) in Move() function in vk::refdetails::Move
343 Move (void) in Move() function in vk::refdetails::Move
/third_party/mesa3d/src/asahi/compiler/test/
Dtest-lower-pseudo.cpp49 TEST_F(LowerPseudo, Move) { in TEST_F() argument
/third_party/gn/src/base/posix/
Dfile_descriptor_shuffle.cc92 bool FileDescriptorTableInjection::Move(int src, int dest) { in Move() function in base::FileDescriptorTableInjection
/third_party/skia/third_party/externals/angle2/util/
DEvent.h78 MoveEvent Move; // Move event parameters member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
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
/third_party/elfutils/libelf/
Dabstract.h269 #define Move(Bits, Ext) \ macro
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/
Dcleanup_test.cc246 TYPED_TEST(CleanupTest, Move) { in TYPED_TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dcontainers_test.cpp224 TEST_F(ContainersVectorTest, Move) { in TEST_F() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dany_test.cc586 TEST(AnyTest, Move) { in TEST() argument
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc13558 __ Move(GenericOperand(w0), in TEST() local
13560 __ Move(GenericOperand(s0), in TEST() local
13562 __ Move(GenericOperand(x10), in TEST() local
13564 __ Move(GenericOperand(d10), in TEST() local
13567 __ Move(GenericOperand(w1), GenericOperand(w0)); in TEST() local
13568 __ Move(GenericOperand(s1), GenericOperand(s0)); in TEST() local
13569 __ Move(GenericOperand(x11), GenericOperand(x10)); in TEST() local
13570 __ Move(GenericOperand(d11), GenericOperand(d10)); in TEST() local
13572 __ Move(GenericOperand(MemOperand(data_32, 0 * size_32), size_32), in TEST() local
13574 __ Move(GenericOperand(MemOperand(data_32, 2 * size_32), size_32), in TEST() local
[all …]
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp1580 static int Move(const FT_Vector* pt, void* ctx) { in Move() function in __anon9047a7c60611::SkFTGeometrySink
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1327 SDValue Move = N->getOperand(1); in PostprocessISelDAG() local
4917 MachineSDNode *Move; in Select() local
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc702 TEST(MutatingTest, Move) { in TEST() argument
/third_party/flatbuffers/include/flatbuffers/
Didl.h250 void Move(const std::string &oldname, const std::string &newname) { in Move() function
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc1818 void MacroAssembler::Move(const GenericOperand& dst, in Emit() function in vixl::aarch64::MacroAssembler
/third_party/openSLES/api/1.0/
DOpenSLES.h1723 SLresult (*Move) ( member
/third_party/openSLES/api/1.0.1/
DOpenSLES.h1729 SLresult (*Move) ( member
/third_party/openSLES/api/1.1/
DOpenSLES.h1929 SLresult (*Move) ( member
/third_party/rust/crates/syn/
Dsyn.json5517 "Move": "move", string
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp5735 auto Move = N->use_begin(); in ExpandBITCAST() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp10595 Move(T&& aX) in Move() function