HomeSort by relevance Sort by last modified time
    Searched refs:Move (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /frameworks/av/services/audioflinger/
Android.mk 9 # FIXME Move this library to frameworks/native
  /external/v8/src/x64/
full-codegen-x64.cc 461 __ Move(result_register(), lit);
494 __ Move(result_register(), lit);
512 __ Move(result_register(), reg);
529 __ Move(result_register(), reg);
547 __ Move(result_register(), isolate()->factory()->true_value());
550 __ Move(result_register(), isolate()->factory()->false_value());
    [all...]
stub-cache-x64.cc 252 __ Move(prototype, isolate->global());
260 __ Move(prototype, Handle<Map>(function->initial_map()));
377 __ Move(kScratchRegister, interceptor);
420 __ Move(scratch, Smi::FromInt(0));
470 __ Move(rcx, api_call_info);
474 __ Move(Operand(rsp, 3 * kPointerSize), call_data);
767 __ Move(FieldOperand(receiver_reg, HeapObject::kMapOffset), transition);
815 __ Move(scratch, cell);
    [all...]
macro-assembler-x64.h 717 void Move(Register dst, Smi* source) {
721 void Move(const Operand& dst, Smi* source) {
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);
    [all...]
builtins-x64.cc     [all...]
  /external/chromium/base/
file_util_proxy.h 131 static bool Move(
file_descriptor_shuffle_unittest.cc 23 MOVE,
56 bool Move(int src, int dest) {
57 actions_.push_back(Action(Action::MOVE, src, dest));
105 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
116 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
117 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 2, 3));
127 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
139 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 10, 0));
153 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 0, 1));
154 EXPECT_TRUE(tracer.actions()[2] == Action(Action::MOVE, kDuplicateBase, 0))
    [all...]
  /external/chromium/chrome/browser/download/
base_file.cc 126 // TODO(estade): Move() falls back to copying and deleting when a simple
128 if (!file_util::Move(full_path_, new_path))
  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.cc 111 void TabStripSelectionModel::Move(int from, int to) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 75 const MachineMove &Move = Moves[i];
76 MCSymbol *Label = Move.getLabel();
78 // Throw out move if the label is invalid.
85 const MachineLocation &Dst = Move.getDestination();
86 const MachineLocation &Src = Move.getSource();
109 llvm_unreachable("Machine move not supported yet.");
117 llvm_unreachable("Machine move not supported yet.");
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 51 " m[abiSs] - move file(s) in the archive\n"
82 Move, ///< Move members to end or as given by {a,b,i} modifiers
105 // Relative Positional Argument (for insert/move). This variable holds
209 case 'm': ++NumOperations; Operation = Move ; break;
267 if (Operation != Move && Operation != ReplaceOrInsert)
526 // doMore - Implement the move operation. This function re-arranges just the
527 // order of the archive members so that when the archive is written the move
535 // By default and convention the place to move members to is the end of the
541 // crime, we just move to the end
    [all...]
  /external/webkit/Source/WebCore/platform/
Cursor.h 137 Move,
  /external/webkit/Source/WebCore/platform/qt/
CursorQt.cpp 159 case Move:
  /external/webkit/Source/WebCore/platform/mac/
CursorMac.mm 100 case Cursor::Move:
  /external/chromium/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 201 // a practical matter, users of FakeServerChange must move or delete
547 model_->Move(url1, folder2, 0);
549 model_->Move(folder2, model_->GetBookmarkBarNode(), 0);
553 model_->Move(folder, folder2, 0);
609 // Mess with u2, and move it into empty folder f2
615 // Now move f1 after u2.
655 // Tests a specific case in ApplyModelChanges where we move the
    [all...]
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 237 ASSERT_TRUE(file_util::Move(source_file, test_file()));
443 // Move the parent directory.
444 file_util::Move(dir, dest);
445 VLOG(1) << "Waiting for directory move";
468 // Move the directory into place, s.t. the watched file appears.
469 ASSERT_TRUE(file_util::Move(source_dir, dest_dir));
  /external/chromium/chrome/browser/history/
starred_url_database.cc 481 // 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) {
529 NOTREACHED() << "Unable to move folder";
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 55 addEvents(this, m_comboListener, new int[]{SWT.Dispose, SWT.Move, SWT.Resize});
140 case SWT.Move :
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc 178 void AutocompletePopupModel::Move(int count) {
214 // Move the selection to the next choice after the deleted one.
219 // deletability can move there too.
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 218 void Move(const BookmarkNode* node,
  /external/chromium/chrome/common/
json_pref_store.cc 106 // Since the file is corrupt, move it to the side and continue with
118 file_util::Move(path, bad);
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 418 void EmitCFIFrameMove(const MachineMove &Move) const;
  /external/v8/src/
splay-tree-inl.h 50 // Splay on the key to move the last node on the search path
108 // Splay on the key to move the node with the given key or the last
132 // Splay on the key to move the node with the given key or the last
176 bool SplayTree<Config, Allocator>::Move(const Key& old_key,
  /external/webkit/Source/WebCore/platform/chromium/
CursorChromium.cpp 355 COMPILE_ASSERT_MATCHING_ENUM(Move, TypeMove);
  /external/webkit/Source/WebCore/platform/gtk/
CursorGtk.cpp 94 case Cursor::Move:

Completed in 503 milliseconds

12 3 4 5 6 7