Home
last modified time | relevance | path

Searched refs:Move (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/external/chromium_org/third_party/libphonenumber/src/resources/carrier/en/
D66.txt17 66802|True Move
18 66803|True Move
27 66809|True Move
30 6681202|True Move
31 6681203|True Move
32 6681204|True Move
38 6681234|True Move
39 6681235|True Move
40 6681245|True Move
41 6681246|True Move
[all …]
/external/chromium_org/chrome/browser/sync/test/integration/
Dsingle_client_bookmarks_sync_test.cc25 using bookmarks_helper::Move;
123 Move(0, tier1_a, bar, 1); in IN_PROC_BROWSER_TEST_F()
134 Move(0, tier1_a_url2, tier1_a, 0); in IN_PROC_BROWSER_TEST_F()
135 Move(0, tier1_a_url1, tier1_a, 2); in IN_PROC_BROWSER_TEST_F()
142 Move(0, tier1_a_url0, bar, bar->child_count()); in IN_PROC_BROWSER_TEST_F()
146 Move(0, tier1_a_url0, top, top->child_count()); in IN_PROC_BROWSER_TEST_F()
155 Move(0, tier1_b_url0, tier2_b, 0); in IN_PROC_BROWSER_TEST_F()
156 Move(0, porsche, bar, 0); in IN_PROC_BROWSER_TEST_F()
166 Move(0, wired, tier1_b, 0); in IN_PROC_BROWSER_TEST_F()
167 Move(0, porsche, bar, 3); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/chrome/installer/util/
Dmove_tree_work_item.cc58 if (base::Move(source_path_, backup)) { in Do()
77 if (base::Move(dest_path_, backup)) { in Do()
89 if (base::Move(source_path_, dest_path_)) { in Do()
103 if (moved_to_dest_path_ && !base::Move(dest_path_, source_path_)) in Rollback()
108 if (moved_to_backup_ && !base::Move(backup, dest_path_)) { in Rollback()
113 if (source_moved_to_backup_ && !base::Move(backup, source_path_)) { in Rollback()
/external/chromium_org/google_apis/drive/
Dtest_util.h151 static const T& Move(const T* in) { return *in; }
154 static T Move(T* in) { return in->Pass(); }
178 *out = CopyResultCallbackHelper<T1>::Move(&in);
188 *out1 = CopyResultCallbackHelper<T1>::Move(&in1);
189 *out2 = CopyResultCallbackHelper<T2>::Move(&in2);
201 *out1 = CopyResultCallbackHelper<T1>::Move(&in1);
202 *out2 = CopyResultCallbackHelper<T2>::Move(&in2);
203 *out3 = CopyResultCallbackHelper<T3>::Move(&in3);
227 *output.out1 = CopyResultCallbackHelper<T1>::Move(&in1);
228 *output.out2 = CopyResultCallbackHelper<T2>::Move(&in2);
[all …]
/external/chromium_org/v8/test/cctest/
Dtest-macro-assembler-ia32.cc124 __ Move(xmm0, 0.0); in TEST() local
125 __ Move(xmm1, 0.0); in TEST() local
128 __ Move(xmm2, 991.01); in TEST() local
131 __ Move(xmm0, 991.01); in TEST() local
137 __ Move(edx, Immediate(0)); // Test Move() in TEST() local
140 __ Move(ecx, Immediate(-1)); in TEST() local
143 __ Move(ebx, Immediate(0x77)); in TEST() local
Dtest-macro-assembler-x64.cc110 __ Move(rdx, Smi::FromInt(1)); in ExitCode() local
147 __ Move(rcx, value); in TestMoveSmi() local
195 __ Move(rcx, Smi::FromInt(x)); in TestSmiCompare() local
197 __ Move(rdx, Smi::FromInt(y)); in TestSmiCompare() local
396 __ Move(r8, Smi::FromInt(static_cast<int>(result))); in TestI64PlusConstantToSmi() local
656 __ Move(rcx, Smi::FromInt(x)); in TestSmiNeg() local
677 __ Move(r8, Smi::FromInt(result)); in TestSmiNeg() local
813 __ Move(rcx, Smi::FromInt(x)); in SmiAddOverflowTest() local
815 __ Move(rdx, Smi::FromInt(y_min)); in SmiAddOverflowTest() local
863 __ Move(rdx, Smi::FromInt(y_max)); in SmiAddOverflowTest() local
[all …]
Dtest-code-stubs-mips.cc67 __ Move(f12, a0, a1); in MakeConvertDToIFuncTrampoline() local
72 __ Move(source_reg, sp); in MakeConvertDToIFuncTrampoline() local
115 __ Move(v0, destination_reg); in MakeConvertDToIFuncTrampoline() local
Dtest-code-stubs-mips64.cc67 __ Move(f12, a0, a1); in MakeConvertDToIFuncTrampoline() local
72 __ Move(source_reg, sp); in MakeConvertDToIFuncTrampoline() local
115 __ Move(v0, destination_reg); in MakeConvertDToIFuncTrampoline() local
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Dmove_operation_unittest.cc40 operation_->Move(src_path, in TEST_F()
70 operation_->Move(src_path, in TEST_F()
94 operation_->Move(src_path, in TEST_F()
110 operation_->Move(src_path, in TEST_F()
129 operation_->Move(src_path, in TEST_F()
/external/chromium_org/tools/usb_gadget/
Dmouse_gadget.py76 def Move(self, x_displacement, y_displacement): member in MouseFeature
118 def Move(self, x_displacement, y_displacement): member in MouseGadget
119 self._feature.Move(x_displacement, y_displacement)
151 server.gadget.Move(x, y)
Dmouse_gadget_test.py33 g.Move(-1, 1)
41 g.Move(5, 5)
/external/chromium_org/v8/src/ic/x64/
Dhandler-compiler-x64.cc74 __ Move(prototype, Handle<Map>(function->initial_map())); in GenerateDirectLoadGlobalFunctionPrototype() local
100 __ Move(kScratchRegister, interceptor); in PushInterceptorArguments() local
149 __ Move(holder, receiver); in GenerateFastApiCall() local
152 __ Move(holder, api_holder); in GenerateFastApiCall() local
165 __ Move(callee, function); in GenerateFastApiCall() local
170 __ Move(scratch, api_call_info); in GenerateFastApiCall() local
176 __ Move(call_data, call_data_obj); in GenerateFastApiCall() local
181 __ Move(api_function_address, function_address, in GenerateFastApiCall() local
195 __ Move(scratch, cell); in GenerateCheckPropertyCell() local
322 __ Move(this->name(), name); in GenerateRestoreName() local
[all …]
/external/chromium_org/ui/views/
Dview_model_unittest.cc51 TEST(ViewModel, Move) { in TEST() argument
60 model.Move(0, 2); in TEST()
63 model.Move(2, 0); in TEST()
/external/llvm/test/CodeGen/X86/
Dtailcallstack64.ll10 ; Move param %in1 to temp register (%r10d).
14 ; Move param %in2 to stack.
16 ; Move result of addition to stack.
/external/chromium_org/net/disk_cache/
Dcache_util_posix.cc31 if (!base::Move(name, destination)) { in MoveCache()
38 return base::Move(from_path, to_path); in MoveCache()
/external/antlr/antlr-3.4/runtime/JavaScript/build/
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/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestRequest.h33 Move = 1 << 3, enumerator
52 bool move() const { return m_requestType & Move; } in move()
/external/chromium_org/base/posix/
Dfile_descriptor_shuffle.h40 virtual bool Move(int src, int dest) = 0;
52 virtual bool Move(int src, int dest) OVERRIDE;
/external/llvm/lib/Target/ARM/
DARMScheduleV6.td60 // Move instructions, unconditional
74 // Move instructions, conditional
195 // FP Special Register to Integer Register File Move
264 // Integer to Single-precision Move
267 // Integer to Double-precision Move
270 // Single-precision to Integer Move
273 // Double-precision to Integer Move
/external/chromium_org/v8/src/x64/
Dfull-codegen-x64.cc327 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT); in EmitProfilingCounterDecrement() local
335 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT); in EmitProfilingCounterReset() local
336 __ Move(kScratchRegister, Smi::FromInt(reset_value)); in EmitProfilingCounterReset() local
508 __ Move(result_register(), lit); in Plug() local
546 __ Move(result_register(), lit); in Plug() local
564 __ Move(result_register(), reg); in DropAndPlug() local
581 __ Move(result_register(), reg); in DropAndPlug() local
599 __ Move(result_register(), isolate()->factory()->true_value()); in Plug() local
602 __ Move(result_register(), isolate()->factory()->false_value()); in Plug() local
1151 __ Move(rbx, FeedbackVector()); in VisitForInStatement() local
[all …]
/external/chromium_org/ash/wm/overview/
Dwindow_selector.cc368 Move(WindowSelector::UP, true); in HandleKeyEvent()
372 Move(WindowSelector::DOWN, true); in HandleKeyEvent()
377 Move(WindowSelector::RIGHT, true); in HandleKeyEvent()
381 Move(WindowSelector::LEFT, true); in HandleKeyEvent()
513 Move(WindowSelector::RIGHT, false); in ContentsChanged()
578 void WindowSelector::Move(Direction direction, bool animate) { in Move() function in ash::WindowSelector
583 grid_list_[selected_grid_index_]->Move(direction, animate); i++) { in Move()
/external/opencv/otherlibs/highgui/
Dbitstrm.cpp435 void RLBitStream::Move( int shift ) in Move() function in RLBitStream
457 Move( table_bits ); in GetHuff()
460 Move( code_bits ); in GetHuff()
472 Move( bytes*8 ); in Skip()
559 Move( table_bits ); in GetHuff()
562 Move( code_bits ); in GetHuff()
573 void RMBitStream::Move( int shift ) in Move() function in RMBitStream
583 Move( bytes*8 ); in Skip()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Signature.cpp158 m_pText->Move(rcText, TRUE, FALSE); in RePosChildWnd()
159 m_pImage->Move(rcText, TRUE, FALSE); in RePosChildWnd()
160 m_pDescription->Move(rcDescription, TRUE, FALSE); in RePosChildWnd()
DPWL_Note.cpp63 m_pText->Move(rcClient, TRUE, FALSE); in RePosChildWnd()
68 m_pText->Move(CPDF_Rect(0,0,0,0), TRUE, FALSE); in RePosChildWnd()
250 this->Move(CPDF_Rect(0,0,fLimitWidth,0), TRUE, FALSE); in GetItemHeight()
755 m_pSubject->Move(rcSubject, TRUE, FALSE); in RePosChildWnd()
763 m_pDateTime->Move(rcDate, TRUE, FALSE); in RePosChildWnd()
772 m_pContents->Move(rcContents, TRUE, FALSE); in RePosChildWnd()
1289 m_pContents->Move(rcContents, TRUE, TRUE); in ResetScrollBar()
1339 m_pIcon->Move(rcIcon, TRUE, FALSE); in RePosNoteChildren()
1348 m_pCloseBox->Move(rcCloseBox, TRUE, FALSE); in RePosNoteChildren()
1357 m_pDateTime->Move(rcDate, TRUE, FALSE); in RePosNoteChildren()
[all …]
DPWL_ComboBox.cpp442 m_pButton->Move(rcButton,TRUE,FALSE); in RePosChildWnd()
445 m_pEdit->Move(rcEdit,TRUE,FALSE); in RePosChildWnd()
450 m_pList->Move(rcList,TRUE,FALSE); in RePosChildWnd()
464 m_pButton->Move(rcButton,TRUE,FALSE); in RePosChildWnd()
476 m_pEdit->Move(rcEdit,TRUE,FALSE); in RePosChildWnd()
531 Move(rcWindow, TRUE, TRUE); in SetPopup()
538 Move(m_rcOldWindow, TRUE, TRUE); in SetPopup()

12345678910>>...20