Searched refs:DoMove (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.h168 void DoMove(const fileapi::FileSystemURL& src_url,
H A Dcanned_syncable_file_system.cc357 base::Bind(&CannedSyncableFileSystem::DoMove,
590 void CannedSyncableFileSystem::DoMove( function in class:sync_file_system::CannedSyncableFileSystem
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1722 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. local
1723 if (DoMove)
1724 DoMove = IsSafeAndProfitableToMove(isLd, Base, FirstOp, LastOp,
1726 if (!DoMove) {

Completed in 168 milliseconds