HomeSort by relevance Sort by last modified time
    Searched refs:Move (Results 76 - 100 of 131) sorted by null

1 2 34 5 6

  /external/chromium/base/
file_util_proxy.cc 9 // TODO(jianli): Move the code from anonymous namespace to base namespace so
15 // Performs common checks for move and copy.
17 // checks are passed (so that the copy/move correctly overwrites the
30 // It is an error to try to copy/move an entry into its child.
50 // It is an error to copy/move an entry into the same path.
55 // It is an error to copy/move an entry to a non-empty directory.
56 // Otherwise the copy/move attempt must overwrite the destination, but
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_)
    [all...]
file_util_unittest.cc 798 EXPECT_TRUE(file_util::Move(file_name_from, file_name_to));
818 EXPECT_TRUE(file_util::Move(file_name_from, file_name_to));
839 EXPECT_FALSE(file_util::Move(file_name_from, dir_name_to));
856 // Move the directory.
864 EXPECT_TRUE(file_util::Move(dir_name_from, dir_name_to));
886 // Move the directory
    [all...]
file_util_posix.cc 186 bool Move(const FilePath& from_path, const FilePath& to_path) {
file_util_win.cc 67 // Move to the next drive letter string, which starts one
178 bool Move(const FilePath& from_path, const FilePath& to_path) {
198 // the move by using Copy and Delete. Ideally we could check whether
311 // Like Move, this function is not transactional, so we just
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc 294 TEST_F(BookmarkModelTest, Move) {
302 model.Move(node, folder1, 0);
    [all...]
bookmark_utils.cc 225 int move = ui::DragDropTypes::DRAG_MOVE; local
227 move = 0;
229 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK | move;
231 return ui::DragDropTypes::DRAG_COPY | move;
248 // User is dragging from this profile: move.
266 // Drag from same profile. Move nodes.
268 model->Move(dragged_nodes[i], parent_node, index);
600 model->Move(node, new_parent, new_parent->child_count());
bookmark_model.cc 179 void BookmarkModel::Move(const BookmarkNode* node,
  /external/v8/src/arm/
macro-assembler-arm.h 147 void Move(Register dst, Handle<Object> value);
149 void Move(Register dst, Register src);
297 // Compare double values and move the result to the normal condition flags.
757 // garbage collection, since that might move the code and invalidate the
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 181 /* Move s to the top of the linked list */
689 /* Move s to the top of the linked list */
962 #ifdef Move
963 #undef Move
  /external/zlib/contrib/pascal/
zlibpas.pas 233 Move(source^, dest^, count);
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 360 /// load's chain operand and move load below the call's chain operand.
    [all...]
  /external/chromium/chrome/browser/
jumplist_win.cc 531 file_util::Move(icon_dir_, icon_dir_old);
  /external/chromium/chrome/browser/resources/
menu.js 556 * Move the selection to parent menu if the current menu is
570 * Move the selection to submenu if the currently selected
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 40 // Move file read pointer forward by |bytes| relative to current position.
657 if (!file_util::Move(new_filename, filename_))
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 75 if (!file_util::Move(unpacked_source_dir, version_dir))
344 // move on. This can legitimately happen when an uninstall does not
  /external/chromium/chrome/common/
service_process_util_unittest.cc 458 EXPECT_TRUE(file_util::Move(from, to));
  /external/skia/src/xml/
SkJSDisplayable.cpp 158 JS_INIT(Sk, Move)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 420 // a move operation can invalidate the iterator, so
422 // before we move the current element out of the list
425 partition_.Move(s, new_class);
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 147 Function vec_mfvscr [Vector Move from Vector Status and Control Register] not checked
191 Function vec_mtvscr [Vector Move to Vector Status and Control Register] not checked
  /build/core/tasks/
cts.mk 162 # Move app security host-side tests to the repository
  /external/v8/src/
full-codegen.cc 439 __ Move(result_register(), reg);
450 __ Move(result_register(), reg);
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 208 Move(arguments_shadow->AsSlot(), ecx, ebx, edx);
210 Move(arguments->AsSlot(), eax, ebx, edx);
350 codegen()->Move(result_register(), slot);
443 __ Move(result_register(), reg);
460 __ Move(result_register(), reg);
600 void FullCodeGenerator::Move(Register destination, Slot* source) {
606 void FullCodeGenerator::Move(Slot* dst,
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 317 Move(cr.r, roi.x, roi.y);
327 Move(cr.r, roi.x, roi.y);
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 62 stream will raise an exception. Using Seek to move the stream pointer
235 Move(source^, dest^, count);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 671 popup_->Move(count);
    [all...]

Completed in 799 milliseconds

1 2 34 5 6