/external/libchrome/base/posix/ |
H A D | file_descriptor_shuffle.cc | 66 if (!delegate->Move(i->source, i->dest)) 91 bool FileDescriptorTableInjection::Move(int src, int dest) { function in class:base::FileDescriptorTableInjection
|
/external/opencv/cvaux/src/ |
H A D | _cvvectrack.h | 116 void Move(CvRect& r, int dx, int dy) function 123 void Move(CvPoint& p, int dx, int dy) function
|
/external/v8/src/ |
H A D | splay-tree-inl.h | 160 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 D | cloud_storage.py | 192 def Move(bucket1, bucket2, remote_path): function
|
/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkRef.hpp | 300 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 D | abstract.h | 268 /* 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 D | file_util.cc | 46 bool Move(const FilePath& from_path, const FilePath& to_path) { function in namespace:base
|
/external/v8/src/arm/ |
H A D | macro-assembler-arm.cc | 242 void MacroAssembler::Move(Register dst, Handle<Object> value) { function in class:v8::internal::MacroAssembler 259 void MacroAssembler::Move(Register dst, Register src, Condition cond) { function in class:v8::internal::MacroAssembler 265 void MacroAssembler::Move(SwVfpRegister dst, SwVfpRegister src) { function in class:v8::internal::MacroAssembler 271 void MacroAssembler::Move(DwVfpRegister dst, DwVfpRegister src) { function in class:v8::internal::MacroAssembler 373 Move(dst, src, cond); 1101 Move(dst_high, src_high); 1102 Move(dst_low, src_low); 1104 Move(dst_high, src_low); 1105 Move(dst_low, Operand(0)); 1155 Move(dst_lo [all...] |
H A D | macro-assembler-arm.h | 164 void Move(Register dst, Smi* smi) { mov(dst, Operand(smi)); } function in class:v8::internal::MacroAssembler 165 void Move(Register dst, Handle<Object> value); 166 void Move(Register dst, Register src, Condition cond = al); 167 void Move(Register dst, const Operand& src, SBit sbit = LeaveCC, function in class:v8::internal::MacroAssembler 173 void Move(SwVfpRegister dst, SwVfpRegister src); 174 void Move(DwVfpRegister dst, DwVfpRegister src);
|
/external/v8/src/snapshot/ |
H A D | serializer.h | 28 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 D | Window.h | 132 bool Move(int x, int y, int width, int height, bool repaint = true)
function in class:NWindows::CWindow
|
/external/opencv/otherlibs/highgui/ |
H A D | bitstrm.cpp | 435 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/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 116 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator in enum:ArchiveOperation 217 case 'm': ++NumOperations; Operation = Move ; break; 287 if (Operation != Move && Operation != ReplaceOrInsert) 377 case Move: 482 if (Operation == Move) 638 case Move:
|
/external/v8/src/ia32/ |
H A D | macro-assembler-ia32.h | 301 Move(result, Immediate(object)); 831 // Move if the registers are not identical. 832 void Move(Register target, Register source); 834 // Move a constant into a destination using the most efficient encoding. 835 void Move(Register dst, const Immediate& x); 836 void Move(const Operand& dst, const Immediate& x); 838 // Move an immediate into an XMM register. 839 void Move(XMMRegister dst, uint32_t src); 840 void Move(XMMRegister dst, uint64_t src); 841 void Move(XMMRegiste function in class:v8::internal::MacroAssembler 842 void Move(XMMRegister dst, double src) { Move(dst, bit_cast<uint64_t>(src)); } function in class:v8::internal::MacroAssembler 844 void Move(Register dst, Handle<Object> handle) { LoadObject(dst, handle); } function in class:v8::internal::MacroAssembler 845 void Move(Register dst, Smi* source) { Move(dst, Immediate(source)); } function in class:v8::internal::MacroAssembler [all...] |
H A D | macro-assembler-ia32.cc | 245 Move(result_reg, Immediate(0)); 248 Move(result_reg, Immediate(255)); 678 Move(eax, Immediate(0)); 784 Move(dst, Immediate(x.x_ ^ jit_cookie())); 787 Move(dst, x); 872 Move(scratch2, 1.0); 1492 // Move address of new object to result. Use scratch register if available. 2164 Move(eax, Immediate(num_arguments)); 2339 Move(eax, actual.reg()); 2491 // Move u 2674 void MacroAssembler::Move(Register dst, Register src) { function in class:v8::internal::MacroAssembler 2681 void MacroAssembler::Move(Register dst, const Immediate& x) { function in class:v8::internal::MacroAssembler 2690 void MacroAssembler::Move(const Operand& dst, const Immediate& x) { function in class:v8::internal::MacroAssembler 2695 void MacroAssembler::Move(XMMRegister dst, uint32_t src) { function in class:v8::internal::MacroAssembler 2720 void MacroAssembler::Move(XMMRegister dst, uint64_t src) { function in class:v8::internal::MacroAssembler [all...] |
/external/v8/src/x64/ |
H A D | macro-assembler-x64.h | 369 Move(kRootRegister, roots_array_start); 753 void Move(Register dst, Smi* source) { function in class:v8::internal::SmiOperationConstraint::MacroAssembler 757 void Move(const Operand& dst, Smi* source) { function in class:v8::internal::SmiOperationConstraint::MacroAssembler 857 // Move if the registers are not identical. 858 void Move(Register target, Register source); 869 void Move(Register dst, Handle<Object> source); 870 void Move(const Operand& dst, Handle<Object> source); 913 void Move(Register dst, ExternalReference ext) { function in class:v8::internal::SmiOperationConstraint::MacroAssembler 919 void Move(Register dst, void* ptr, RelocInfo::Mode rmode) { function in class:v8::internal::SmiOperationConstraint::MacroAssembler 926 void Move(Registe function in class:v8::internal::SmiOperationConstraint::MacroAssembler 936 void Move(XMMRegister dst, float src) { Move(dst, bit_cast<uint32_t>(src)); } function in class:v8::internal::SmiOperationConstraint::MacroAssembler 937 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 D | macro-assembler-x87.h | 304 Move(result, Immediate(object)); 813 // Move if the registers are not identical. 814 void Move(Register target, Register source); 816 // Move a constant into a destination using the most efficient encoding. 817 void Move(Register dst, const Immediate& x); 818 void Move(const Operand& dst, const Immediate& x); 820 void Move(Register dst, Handle<Object> handle) { LoadObject(dst, handle); } function in class:v8::internal::MacroAssembler 821 void Move(Register dst, Smi* source) { Move(dst, Immediate(source)); } function in class:v8::internal::MacroAssembler
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
H A D | PWL_Wnd.cpp | 276 void CPWL_Wnd::Move(const CPDF_Rect& rcNew, FX_BOOL bReset, FX_BOOL bRefresh) { function in class:CPWL_Wnd 740 pVSB->Move(rcVScroll, TRUE, FALSE);
|
/external/v8/src/arm64/ |
H A D | macro-assembler-arm64.h | 253 // Move macros. 269 // Move an immediate into register dst, and return an Operand object for use 928 inline void Move(Register dst, Register src) { Mov(dst, src); } function in class:v8::internal::MacroAssembler 929 inline void Move(Register dst, Handle<Object> x) { LoadObject(dst, x); } function in class:v8::internal::MacroAssembler 930 inline void Move(Register dst, Smi* src) { Mov(dst, src); } function in class:v8::internal::MacroAssembler
|
/external/v8/src/mips/ |
H A D | macro-assembler-mips.h | 240 inline void Move(Register dst, Handle<Object> handle) { li(dst, handle); } function in class:v8::internal::MacroAssembler 241 inline void Move(Register dst, Smi* smi) { li(dst, Operand(smi)); } function in class:v8::internal::MacroAssembler 243 inline void Move(Register dst, Register src) { function in class:v8::internal::MacroAssembler 261 inline void Move(FPURegister dst, FPURegister src) { Move_d(dst, src); } function in class:v8::internal::MacroAssembler 263 inline void Move(Register dst_low, Register dst_high, FPURegister src) { function in class:v8::internal::MacroAssembler 282 inline void Move(FPURegister dst, Register src_low, Register src_high) { function in class:v8::internal::MacroAssembler 287 void Move(FPURegister dst, float imm); 288 void Move(FPURegister dst, double imm); 884 // FP32 mode: Move the general purpose register into 886 // FP64 mode: Move th [all...] |
/external/v8/src/mips64/ |
H A D | macro-assembler-mips64.h | 268 inline void Move(Register dst, Handle<Object> handle) { li(dst, handle); } function in class:v8::internal::MacroAssembler 269 inline void Move(Register dst, Smi* smi) { li(dst, Operand(smi)); } function in class:v8::internal::MacroAssembler 271 inline void Move(Register dst, Register src) { function in class:v8::internal::MacroAssembler 289 inline void Move(FPURegister dst, FPURegister src) { Move_d(dst, src); } function in class:v8::internal::MacroAssembler 291 inline void Move(Register dst_low, Register dst_high, FPURegister src) { function in class:v8::internal::MacroAssembler 296 inline void Move(Register dst, FPURegister src) { dmfc1(dst, src); } function in class:v8::internal::MacroAssembler 298 inline void Move(FPURegister dst, Register src) { dmtc1(src, dst); } function in class:v8::internal::MacroAssembler 314 inline void Move(FPURegister dst, Register src_low, Register src_high) { function in class:v8::internal::MacroAssembler 319 void Move(FPURegister dst, float imm); 320 void Move(FPURegiste [all...] |
/external/v8/src/ppc/ |
H A D | macro-assembler-ppc.h | 156 void Move(Register dst, Smi* smi) { LoadSmiLiteral(dst, smi); } function in class:v8::internal::MacroAssembler 157 void Move(Register dst, Handle<Object> value); 158 void Move(Register dst, Register src, Condition cond = al); 159 void Move(DoubleRegister dst, DoubleRegister src); 534 // Move values between integer and floating point registers.
|
/external/v8/src/s390/ |
H A D | macro-assembler-s390.h | 212 void Move(Register dst, Smi* smi) { LoadSmiLiteral(dst, smi); } function in class:v8::internal::MacroAssembler 213 void Move(Register dst, Handle<Object> value); 214 void Move(Register dst, Register src, Condition cond = al); 215 void Move(DoubleRegister dst, DoubleRegister src);
|
H A D | macro-assembler-s390.cc | 37 Move(ip, target); 172 void MacroAssembler::Move(Register dst, Handle<Object> value) { function in class:v8::internal::MacroAssembler 188 void MacroAssembler::Move(Register dst, Register src, Condition cond) { function in class:v8::internal::MacroAssembler 194 void MacroAssembler::Move(DoubleRegister dst, DoubleRegister src) { function in class:v8::internal::MacroAssembler 1159 Move(dst, d0); 1163 Move(dst, d0); 1434 Move(r3, function); 1549 LoadRR(holder_reg, ip); // Move ip to its holding place. 2458 // Move high word into input_high 2731 // Move u [all...] |
/external/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2653 SDValue Tmp0, Tmp1, Tmp2, Tmp3, Tmp4, Move, Chain; local 2656 Move = 2659 Chain = Move.getValue(1); 2662 Move = 2666 Chain = CurDAG->getCopyToReg(Chain, dl, X86::EAX, Move, SDValue());
|