Searched defs:Move (Results 1 - 25 of 45) sorted by relevance

12

/external/pdfium/xfa/fwl/
H A Dcfwl_messagemouse.h22 Move, member in class:FWL_MouseCommand
/external/libchrome/base/posix/
H A Dfile_descriptor_shuffle.cc66 if (!delegate->Move(i->source, i->dest))
91 bool FileDescriptorTableInjection::Move(int src, int dest) { function in class:base::FileDescriptorTableInjection
/external/llvm/unittests/ADT/
H A DDenseMapTest.cpp345 static int Move; member in struct:__anon13567::__anon13568::CountCopyAndMove
354 CountCopyAndMove(CountCopyAndMove &&) { Move++; }
356 Move++;
361 int CountCopyAndMove::Move = 0; member in class:__anon13567::__anon13568::CountCopyAndMove
378 CountCopyAndMove::Move = 0; member in class:__anon13567::CountCopyAndMove
386 EXPECT_EQ(ExpectedMaxInitialEntries, CountCopyAndMove::Move);
399 // EXPECT_EQ(ExpectedMaxInitialEntries + 2, CountCopyAndMove::Move);
416 CountCopyAndMove::Move = 0; member in class:__anon13567::CountCopyAndMove
424 EXPECT_EQ(Size, CountCopyAndMove::Move);
438 CountCopyAndMove::Move member in class:__anon13567::CountCopyAndMove
460 CountCopyAndMove::Move = 0; member in class:__anon13567::CountCopyAndMove
[all...]
H A DStringMapTest.cpp391 static unsigned Move; member in struct:__anon13597::__anon13598::CountCtorCopyAndMove
402 CountCtorCopyAndMove(CountCtorCopyAndMove &&) { Move++; }
404 Move++;
409 unsigned CountCtorCopyAndMove::Move = 0; member in class:__anon13597::__anon13598::CountCtorCopyAndMove
422 CountCtorCopyAndMove::Move = 0; member in class:__anon13597::CountCtorCopyAndMove
429 EXPECT_EQ((unsigned)Size * 2, CountCtorCopyAndMove::Move);
/external/opencv/cvaux/src/
H A D_cvvectrack.h116 void Move(CvRect& r, int dx, int dy) function
123 void Move(CvPoint& p, int dx, int dy) function
/external/v8/src/
H A Dsplay-tree-inl.h160 bool SplayTree<Config, Allocator>::Move(const Key& old_key, function in class:v8::internal::SplayTree
/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dcloud_storage.py203 def Move(bucket1, bucket2, remote_path): function
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRef.hpp300 class Move : public RefBase<T> class in namespace:vk::refdetails
304 Move (Checked<U> object, Deleter<U> deleter) function in class:vk::refdetails::Move
308 Move (RefData<T> data) function in class:vk::refdetails::Move
311 Move (Move<T>& other) function in class:vk::refdetails::Move
314 Move (void) function in class:vk::refdetails::Move
319 Move<T>& operator= (Move<T>& other);
320 Move<T>& operator= (RefData<T> data);
326 inline Move<
[all...]
/external/elfutils/libelf/
H A Dabstract.h268 /* Move information. */
269 #define Move(Bits, Ext) \ macro
270 START (Bits, Move, Ext##Move) \
276 END (Bits, Ext##Move)
279 Move (32, Ext)
281 Move (64, Ext)
/external/libchrome/base/files/
H A Dfile_util.cc46 bool Move(const FilePath& from_path, const FilePath& to_path) { function in namespace:base
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp75 const MachineMove &Move = Moves[i]; local
76 MCSymbol *Label = Move.getLabel();
85 const MachineLocation &Dst = Move.getDestination();
86 const MachineLocation &Src = Move.getSource();
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
H A Dllvm-ar.cpp82 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator in enum:ArchiveOperation
193 case 'm': ++NumOperations; Operation = Move ; break;
252 if (Operation != Move && Operation != ReplaceOrInsert)
749 case Move: haveError = doMove(&ErrMsg); break;
/external/v8/src/snapshot/
H A Dserializer.h28 address_to_name_map_.Move(from->address(), to);
70 void Move(Address from, Address to) { function in class:v8::internal::CodeAddressMap::NameMap
/external/lzma/CPP/Windows/
H A DWindow.h132 bool Move(int x, int y, int width, int height, bool repaint = true) function in class:NWindows::CWindow
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp435 void RLBitStream::Move( int shift ) function in class:RLBitStream
457 Move( table_bits );
460 Move( code_bits );
472 Move( bytes*8 );
559 Move( table_bits );
562 Move( code_bits );
573 void RMBitStream::Move( int shift ) function in class:RMBitStream
583 Move( bytes*8 );
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCDwarf.h232 enum OpType { SameValue, Remember, Restore, Move, RelMove }; enumerator in enum:llvm::MCCFIInstruction::OpType
236 // Move to & from location.
250 : Operation(Move), Label(L), Destination(D), Source(S) {
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp130 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator in enum:ArchiveOperation
231 case 'm': ++NumOperations; Operation = Move ; break;
301 if (Operation != Move && Operation != ReplaceOrInsert)
388 case Move:
498 if (Operation == Move)
685 case Move:
/external/v8/src/arm/
H A Dmacro-assembler-arm.h176 void Move(Register dst, Smi* smi) { mov(dst, Operand(smi)); } function in class:v8::internal::MacroAssembler
177 void Move(Register dst, Handle<Object> value);
178 void Move(Register dst, Register src, Condition cond = al);
179 void Move(Register dst, const Operand& src, SBit sbit = LeaveCC, function in class:v8::internal::MacroAssembler
185 void Move(SwVfpRegister dst, SwVfpRegister src, Condition cond = al);
186 void Move(DwVfpRegister dst, DwVfpRegister src, Condition cond = al);
555 // Move between s-registers and imaginary s-registers.
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h301 Move(result, Immediate(object));
826 // Move if the registers are not identical.
827 void Move(Register target, Register source);
829 // Move a constant into a destination using the most efficient encoding.
830 void Move(Register dst, const Immediate& x);
831 void Move(const Operand& dst, const Immediate& x);
833 // Move an immediate into an XMM register.
834 void Move(XMMRegister dst, uint32_t src);
835 void Move(XMMRegister dst, uint64_t src);
836 void Move(XMMRegiste function in class:v8::internal::MacroAssembler
837 void Move(XMMRegister dst, double src) { Move(dst, bit_cast<uint64_t>(src)); } function in class:v8::internal::MacroAssembler
839 void Move(Register dst, Handle<Object> handle) { LoadObject(dst, handle); } function in class:v8::internal::MacroAssembler
840 void Move(Register dst, Smi* source) { Move(dst, Immediate(source)); } function in class:v8::internal::MacroAssembler
[all...]
/external/v8/src/x64/
H A Dmacro-assembler-x64.h370 Move(kRootRegister, roots_array_start);
754 void Move(Register dst, Smi* source) { function in class:v8::internal::SmiOperationConstraint::MacroAssembler
758 void Move(const Operand& dst, Smi* source) { function in class:v8::internal::SmiOperationConstraint::MacroAssembler
858 // Move if the registers are not identical.
859 void Move(Register target, Register source);
870 void Move(Register dst, Handle<Object> source);
871 void Move(const Operand& dst, Handle<Object> source);
926 void Move(Register dst, ExternalReference ext) { function in class:v8::internal::SmiOperationConstraint::MacroAssembler
932 void Move(Register dst, void* ptr, RelocInfo::Mode rmode) { function in class:v8::internal::SmiOperationConstraint::MacroAssembler
939 void Move(Registe function in class:v8::internal::SmiOperationConstraint::MacroAssembler
948 void Move(XMMRegister dst, float src) { Move(dst, bit_cast<uint32_t>(src)); } function in class:v8::internal::SmiOperationConstraint::MacroAssembler
949 void Move(XMMRegister dst, double src) { Move(dst, bit_cast<uint64_t>(src)); } function in class:v8::internal::SmiOperationConstraint::MacroAssembler
[all...]
/external/v8/src/x87/
H A Dmacro-assembler-x87.h304 Move(result, Immediate(object));
808 // Move if the registers are not identical.
809 void Move(Register target, Register source);
811 // Move a constant into a destination using the most efficient encoding.
812 void Move(Register dst, const Immediate& x);
813 void Move(const Operand& dst, const Immediate& x);
815 void Move(Register dst, Handle<Object> handle) { LoadObject(dst, handle); } function in class:v8::internal::MacroAssembler
816 void Move(Register dst, Smi* source) { Move(dst, Immediate(source)); } function in class:v8::internal::MacroAssembler
/external/flatbuffers/include/flatbuffers/
H A Didl.h173 void Move(const std::string &oldname, const std::string &newname) { function in class:flatbuffers::SymbolTable
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2372 SDValue Tmp0, Tmp1, Tmp2, Tmp3, Tmp4, Move, Chain; local
2375 Move =
2378 Chain = Move.getValue(1);
2381 Move =
2385 Chain = CurDAG->getCopyToReg(Chain, dl, X86::EAX, Move, SDValue());
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Wnd.cpp275 void CPWL_Wnd::Move(const CFX_FloatRect& rcNew, bool bReset, bool bRefresh) { function in class:CPWL_Wnd
712 pVSB->Move(rcVScroll, true, false);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2018 SDValue Tmp0, Tmp1, Tmp2, Tmp3, Tmp4, Move, Chain; local
2021 Move =
2025 Chain = Move.getValue(1);
2028 Move =
2032 Chain = CurDAG->getCopyToReg(Chain, dl, X86::EAX, Move, SDValue());

Completed in 509 milliseconds

12