Searched refs:Move (Results 1 - 25 of 138) sorted by relevance

123456

/external/skia/tests/
H A DCPlusPlusEleven.cpp10 template <class T> T&& Move(T& o) { return static_cast<T&&>(o); } function in namespace:__anon14105
24 Moveable src1; Moveable dst1(Move(src1));
25 Moveable src2, dst2; dst2 = Move(src2);
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit
24 * Move the unzipped folder to runtime/JavaScript/tests/jsunit
/external/v8/test/cctest/
H A Dtest-macro-assembler-ia32.cc124 __ Move(xmm0, 0.0);
125 __ Move(xmm1, 0.0);
128 __ Move(xmm2, 991.01);
131 __ Move(xmm0, 991.01);
137 __ Move(edx, Immediate(0)); // Test Move()
140 __ Move(ecx, Immediate(-1));
143 __ Move(ebx, Immediate(0x77));
H A Dtest-macro-assembler-x64.cc110 __ Move(rdx, Smi::FromInt(1));
147 __ Move(rcx, value);
195 __ Move(rcx, Smi::FromInt(x));
197 __ Move(rdx, Smi::FromInt(y));
396 __ Move(r8, Smi::FromInt(static_cast<int>(result)));
656 __ Move(rcx, Smi::FromInt(x));
677 __ Move(r8, Smi::FromInt(result));
813 __ Move(rcx, Smi::FromInt(x));
815 __ Move(rdx, Smi::FromInt(y_min));
863 __ Move(rd
[all...]
H A Dtest-code-stubs-mips.cc67 __ Move(f12, a0, a1);
72 __ Move(source_reg, sp);
115 __ Move(v0, destination_reg);
H A Dtest-code-stubs-mips64.cc67 __ Move(f12, a0, a1);
72 __ Move(source_reg, sp);
115 __ Move(v0, destination_reg);
H A Dtest-macro-assembler-x87.cc124 __ Move(edx, Immediate(0)); // Test Move()
127 __ Move(ecx, Immediate(-1));
130 __ Move(ebx, Immediate(0x77));
/external/elfutils/src/libelf/
H A Dgelf_xlate.h50 TYPE (Move, LIBELFBITS)
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/skia/src/animator/
H A DSkDisplayAdd.h50 DECLARE_MEMBER_INFO(Move);
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc74 __ Move(prototype, Handle<Map>(function->initial_map()));
100 __ Move(kScratchRegister, interceptor);
149 __ Move(holder, receiver);
152 __ Move(holder, api_holder);
165 __ Move(callee, function);
170 __ Move(scratch, api_call_info);
176 __ Move(call_data, call_data_obj);
181 __ Move(api_function_address, function_address,
195 __ Move(scratch, cell);
322 __ Move(thi
[all...]
/external/llvm/test/MC/Mips/
H A Dmicromips-movcond-instructions.s8 # Move Conditional
/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/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 );
H A Dbitstrm.h131 void Move( int shift );
151 void Move( int shift );
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Caret.cpp151 //Move(GetCaretRect(),FALSE,TRUE);
152 Move(m_rcInvalid, FALSE, TRUE);
166 //Move(GetCaretRect(),FALSE,TRUE);
167 Move(m_rcInvalid, FALSE, TRUE);
H A DPWL_Signature.cpp158 m_pText->Move(rcText, TRUE, FALSE);
159 m_pImage->Move(rcText, TRUE, FALSE);
160 m_pDescription->Move(rcDescription, TRUE, FALSE);
H A DPWL_ComboBox.cpp442 m_pButton->Move(rcButton,TRUE,FALSE);
445 m_pEdit->Move(rcEdit,TRUE,FALSE);
450 m_pList->Move(rcList,TRUE,FALSE);
464 m_pButton->Move(rcButton,TRUE,FALSE);
476 m_pEdit->Move(rcEdit,TRUE,FALSE);
531 Move(rcWindow, TRUE, TRUE);
538 Move(m_rcOldWindow, TRUE, TRUE);
H A DPWL_Note.cpp63 m_pText->Move(rcClient, TRUE, FALSE);
68 m_pText->Move(CPDF_Rect(0,0,0,0), TRUE, FALSE);
250 this->Move(CPDF_Rect(0,0,fLimitWidth,0), TRUE, FALSE);
253 //this->Move(rcOld, TRUE, FALSE);
755 m_pSubject->Move(rcSubject, TRUE, FALSE);
763 m_pDateTime->Move(rcDate, TRUE, FALSE);
772 m_pContents->Move(rcContents, TRUE, FALSE);
1287 m_pContents->Move(rcContents, TRUE, TRUE);
1337 m_pIcon->Move(rcIcon, TRUE, FALSE);
1346 m_pCloseBox->Move(rcCloseBo
[all...]
/external/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc176 __ Move(dst, cgen_->ToSmi(constant_source));
187 __ Move(dst, cgen_->ToHandle(constant_source));
203 __ Move(dst, cgen_->ToSmi(constant_source));
208 __ Move(kScratchRegister, cgen_->ToHandle(constant_source));
H A Ddebug-x64.cc108 __ Move(rbx, ExternalReference::debug_break(masm->isolate()));
148 __ Move(kScratchRegister, after_break_target);
279 __ Move(rax, restarter_frame_function_slot);
H A Dfull-codegen-x64.cc327 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT);
335 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT);
336 __ Move(kScratchRegister, Smi::FromInt(reset_value));
508 __ Move(result_register(), lit);
546 __ Move(result_register(), lit);
564 __ Move(result_register(), reg);
581 __ Move(result_register(), reg);
599 __ Move(result_register(), isolate()->factory()->true_value());
602 __ Move(result_register(), isolate()->factory()->false_value());
1151 __ Move(rb
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp189 MoveRef Move(int);
191 Value x = Move(0);
192 Value y(Move(0));
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc224 __ Move(i.OutputRegister(), i.InputOperand2(0), i.OutputSBit());
318 // Move the result in the double result register.
735 __ Move(dst,
742 __ Move(dst, src.ToHeapObject());
759 __ Move(dst, src);
791 __ Move(temp, src);
792 __ Move(src, dst);
793 __ Move(dst, temp);
816 __ Move(temp, src);
817 __ Move(sr
[all...]
/external/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc155 __ Move(ip, function);
160 __ Move(prototype, Handle<Map>(function->initial_map()));
247 __ Move(holder, receiver);
250 __ Move(holder, api_holder);
263 __ Move(callee, function);
268 __ Move(call_data, api_call_info);
274 __ Move(call_data, call_data_obj);
348 __ Move(scratch1, constant);
645 __ Move(r0, value);
666 __ Move(scratch
[all...]

Completed in 1039 milliseconds

123456