HomeSort by relevance Sort by last modified time
    Searched full:move (Results 576 - 600 of 10530) sorted by null

<<21222324252627282930>>

  /device/google/accessory/demokit/
make-download.sh 21 # move up to accessory directory
30 # move the demokit firmware into the AndroidAccessory library,
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module_constants.h 26 // TODO(arv): Move bookmark manager related constants out of this file.
48 // TODO(arv): Move bookmark manager related constants out of this file.
  /external/chromium/chrome/browser/
language_order_table_model.h 39 // Move down the entry at the specified index.
42 // Move up the entry at the specified index.
  /external/chromium/chrome/common/extensions/docs/examples/api/windows/merge_windows/
background.html 35 // Move the tab into the window that triggered the browser action.
36 chrome.tabs.move(tab.id,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
move_operation_unittest.cc 48 operation_->Move(src_path,
78 operation_->Move(src_path,
126 // Move the copied file.
127 operation_->Move(copied_path,
154 operation_->Move(src_path,
171 operation_->Move(src_path,
191 operation_->Move(src_path,
215 operation_->Move(src_path,
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc 24 // Drag from same profile. Move nodes.
26 model->Move(dragged_nodes[i], parent_node, index);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
options.html 12 <td class=nowrap><button class=move-up>&uarr;</button>
13 <button class=move-down>&darr;</button></td>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/windows/merge_windows/
background.js 35 // Move the tab into the window that triggered the browser action.
36 chrome.tabs.move(tab.id,
  /external/chromium_org/components/autofill/content/browser/
DEPS 21 # things) move out of being built in //chrome. If we break the
25 # plain BrowserContext to a Profile. If on the other hand we move it
  /external/chromium_org/third_party/WebKit/ManualTests/
custom-cursors.html 2 Move the cursor over the blue box - it should not turn into a missing image icon, and should turn into an I-beam over text.
9 Move the cursor over the blue box - it should become a help cursor (question mark).
scrollbar-hittest.html 14 Scroll thumb will move back up to the top.
18 Scroll thumb will NOT move back up to the top.
scrollbar-hittest2.html 12 Scroll thumb will move to the right.
16 Scroll thumb will NOT move at all.
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatQuad.h 113 void move(const FloatSize& offset) function in class:WebCore::FloatQuad
121 void move(float dx, float dy) function in class:WebCore::FloatQuad
123 m_p1.move(dx, dy);
124 m_p2.move(dx, dy);
125 m_p3.move(dx, dy);
126 m_p4.move(dx, dy);
150 a.move(b);
156 a.move(-b.width(), -b.height());
  /external/chromium_org/ui/aura/client/
window_move_client.h 35 // Returns MOVE_SUCCESSFUL if the move has completed successfully, or
41 // Ends a previously started move loop.
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 43 // A defaulted copy/move assignment operator for class X is defined as deleted
58 NonTrivialMoveAssign x; // expected-note {{variant field 'x' has a non-trivial move assign}}
93 AmbiguousMoveAssign a; // expected-note {{field 'a' has multiple move}}
100 DeletedMoveAssign a; // expected-note {{field 'a' has a deleted move}}
107 InaccessibleMoveAssign a; // expected-note {{field 'a' has an inaccessible move}}
118 struct E2 : AmbiguousMoveAssign { // expected-note {{base class 'AmbiguousMoveAssign' has multiple move}}
122 struct E4 : DeletedMoveAssign { // expected-note {{base class 'DeletedMoveAssign' has a deleted move}}
126 struct E6 : InaccessibleMoveAssign { // expected-note {{base class 'InaccessibleMoveAssign' has an inaccessible move}}
  /external/compiler-rt/lib/arm/
eqsf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
23 vmov s15, r1 // move from GPR 1 to float register
floatsidfvfp.S 22 vmov s15, r0 // move int to float register s15
24 vmov r0, r1, d7 // move d7 to result register pair r0/r1
floatsisfvfp.S 22 vmov s15, r0 // move int to float register s15
24 vmov r0, s15 // move s15 to result register
floatunssidfvfp.S 22 vmov s15, r0 // move int to float register s15
24 vmov r0, r1, d7 // move d7 to result register pair r0/r1
floatunssisfvfp.S 22 vmov s15, r0 // move int to float register s15
24 vmov r0, s15 // move s15 to result register
gesf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
23 vmov s15, r1 // move from GPR 1 to float register
gtsf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
23 vmov s15, r1 // move from GPR 1 to float register
lesf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
23 vmov s15, r1 // move from GPR 1 to float register
ltsf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
23 vmov s15, r1 // move from GPR 1 to float register
nesf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
23 vmov s15, r1 // move from GPR 1 to float register

Completed in 2936 milliseconds

<<21222324252627282930>>