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

12

/external/chromium/base/
H A Dfile_descriptor_shuffle.cc62 if (!delegate->Move(i->source, i->dest))
87 bool FileDescriptorTableInjection::Move(int src, int dest) { function in class:base::FileDescriptorTableInjection
H A Dfile_descriptor_shuffle_unittest.cc56 bool Move(int src, int dest) { function in class:InjectionTracer
260 bool Move(int src, int dest) { function in class:FailingDelegate
H A Dfile_util_proxy.cc9 // TODO(jianli): Move the code from anonymous namespace to base namespace so
57 // the file_util's Copy or Move method doesn't perform overwrite
59 // TODO(kinuko): may be better to change the file_util::{Copy,Move}.
374 if (!file_util::Move(src_file_path_, dest_file_path_))
816 bool FileUtilProxy::Move(scoped_refptr<MessageLoopProxy> message_loop_proxy, function in class:base::FileUtilProxy
H A Dfile_util_posix.cc186 bool Move(const FilePath& from_path, const FilePath& to_path) { function in namespace:file_util
H A Dfile_util_win.cc67 // Move to the next drive letter string, which starts one
178 bool Move(const FilePath& from_path, const FilePath& to_path) { function in namespace:file_util
311 // Like Move, this function is not transactional, so we just
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_model.cc178 void AutocompletePopupModel::Move(int count) { function in class:AutocompletePopupModel
214 // Move the selection to the next choice after the deleted one.
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_selection_model.cc111 void TabStripSelectionModel::Move(int from, int to) { function in class:TabStripSelectionModel
/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/arm/
H A Dmacro-assembler-arm.cc255 void MacroAssembler::Move(Register dst, Handle<Object> value) { function in class:v8::internal::MacroAssembler
260 void MacroAssembler::Move(Register dst, Register src, Condition cond) { function in class:v8::internal::MacroAssembler
267 void MacroAssembler::Move(DoubleRegister dst, DoubleRegister src) { function in class:v8::internal::MacroAssembler
934 Move(dst, d0);
1371 mov(holder_reg, ip); // Move ip to its holding place.
2407 // Move down according to the exponent.
2843 // Move up the chain of contexts to the context containing the slot.
2849 // Slot is in the current function context. Move it into the
3209 Move(scratch, source);
3317 Move(d
[all...]
/external/v8/src/
H A Dsplay-tree-inl.h176 bool SplayTree<Config, Allocator>::Move(const Key& old_key, function in class:v8::internal::SplayTree
/external/chromium/chrome/browser/history/
H A Dstarred_url_database.cc481 // Move any unparented bookmarks to the bookmark bar.
486 if (!Move(*i, bookmark_node))
504 // Move unparented user folders back to the bookmark bar.
510 if (!Move(*i, bookmark_node))
522 bool StarredURLDatabase::Move(StarredNode* source, StarredNode* new_parent) { function in class:history::StarredURLDatabase
/external/elfutils/libelf/
H A Dabstract.h289 /* Move information. */
290 #define Move(Bits, Ext) \ macro
291 START (Bits, Move, Ext##Move) \
297 END (Bits, Ext##Move)
300 Move (32, Ext)
302 Move (64, Ext)
/external/openfst/src/include/fst/
H A Dpartition.h106 // use the Move() method move an element from once class to another.
120 // Move and element_id to class_id. Disconnects (removes) element
122 void Move(T element_id, T class_id) { function in class:fst::Partition
153 Move(element_id, class_id);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dpartition.h101 // use the Move() method move an element from once class to another.
115 // Move and element_id to class_id. Disconnects (removes) element
117 void Move(T element_id, T class_id) { function in class:fst::Partition
148 Move(element_id, class_id);
/external/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/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp81 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator in enum:ArchiveOperation
191 case 'm': ++NumOperations; Operation = Move ; break;
249 if (Operation != Move && Operation != ReplaceOrInsert)
742 case Move: haveError = doMove(&ErrMsg); break;
/external/webkit/Source/WebCore/platform/
H A DCursor.h137 Move, enumerator in enum:WebCore::Cursor::Type
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_model.cc179 void BookmarkModel::Move(const BookmarkNode* node, function in class:BookmarkModel
/external/llvm/include/llvm/MC/
H A DMCDwarf.h269 enum OpType { SameValue, RememberState, RestoreState, Move, RelMove, Escape, enumerator in enum:llvm::MCCFIInstruction::OpType
274 // Move to & from location.
289 : Operation(Move), Label(L), Destination(D), Source(S) {
/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/v8/src/x64/
H A Dmacro-assembler-x64.h717 void Move(Register dst, Smi* source) { function in class:v8::internal::MacroAssembler
721 void Move(const Operand& dst, Smi* source) { function in class:v8::internal::MacroAssembler
772 // Move if the registers are not identical.
773 void Move(Register target, Register source);
779 void Move(Register dst, Handle<Object> source);
780 void Move(const Operand& dst, Handle<Object> source);
796 Move(result, object);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp80 void Move(TInt aX, TInt aY);
102 void TVirtualCursor::Move(TInt aX, TInt aY) function in class:TVirtualCursor
640 iCursor.Move(0, -1);
643 iCursor.Move(0, 1);
646 iCursor.Move(-1, 0);
649 iCursor.Move(1, 0);
/external/v8/src/mips/
H A Dmacro-assembler-mips.h227 inline void Move(Register dst, Register src) { function in class:v8::internal::MacroAssembler
233 inline void Move(FPURegister dst, FPURegister src) { function in class:v8::internal::MacroAssembler
239 inline void Move(Register dst_low, Register dst_high, FPURegister src) { function in class:v8::internal::MacroAssembler
244 inline void Move(FPURegister dst, Register src_low, Register src_high) { function in class:v8::internal::MacroAssembler
250 void Move(FPURegister dst, double imm);
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.h301 enum MoveOrCopy { Move, Copy }; enumerator in enum:WebCore::GraphicsLayerCA::MoveOrCopy
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2357 SDValue Tmp0, Tmp1, Tmp2, Tmp3, Tmp4, Move, Chain; local
2360 Move =
2364 Chain = Move.getValue(1);
2367 Move =
2371 Chain = CurDAG->getCopyToReg(Chain, dl, X86::EAX, Move, SDValue());

Completed in 2709 milliseconds

12