HomeSort by relevance Sort by last modified time
    Searched full:move (Results 251 - 275 of 5522) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/x86-atom/
OP_MOVE_16.S 21 * For: move/16, move-object/16
OP_MOVE_FROM16.S 21 * For: move/from16, move-object/from16
OP_MOVE_RESULT_WIDE.S 21 * For: move-result-wide
23 * Description: Move the double-word non-object result of the most
  /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/javassist/src/main/javassist/convert/
TransformAfter.java 31 iterator.move(pos);
43 iterator.move(p);
  /external/llvm/utils/unittest/googletest/
README.LLVM 14 # Move all the source files to the current directory
18 # Move extra headers into the already-existing internal headers dir
  /external/valgrind/main/memcheck/tests/
origin3-no.stderr.exp 3 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
21 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
41 Conditional jump or move depends on uninitialised value(s)
51 Conditional jump or move depends on uninitialised value(s)
60 Conditional jump or move depends on uninitialised value(s)
69 Conditional jump or move depends on uninitialised value(s)
origin4-many.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
19 Conditional jump or move depends on uninitialised value(s)
25 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
37 Conditional jump or move depends on uninitialised value(s)
43 Conditional jump or move depends on uninitialised value(s)
partiallydefinedeq.stderr.exp 2 Conditional jump or move depends on uninitialised value(s)
6 Conditional jump or move depends on uninitialised value(s)
  /external/webkit/Source/WebCore/manual-tests/
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/webkit/Source/WebCore/platform/graphics/
FloatQuad.h 97 void move(const FloatSize& offset) function in class:WebCore::FloatQuad
105 void move(float dx, float dy) function in class:WebCore::FloatQuad
107 m_p1.move(dx, dy);
108 m_p2.move(dx, dy);
109 m_p3.move(dx, dy);
110 m_p4.move(dx, dy);
122 a.move(b);
128 a.move(-b.width(), -b.height());
  /frameworks/compile/libbcc/runtime/lib/arm/
eqsf2vfp.S 20 fmsr s14, r0 // move from GPR 0 to float register
21 fmsr s15, r1 // move from GPR 1 to float register
floatsidfvfp.S 20 fmsr s15, r0 // move int to float register s15
22 fmrrd r0, r1, d7 // move d7 to result register pair r0/r1
floatsisfvfp.S 20 fmsr s15, r0 // move int to float register s15
22 fmrs r0, s15 // move s15 to result register
floatunssidfvfp.S 20 fmsr s15, r0 // move int to float register s15
22 fmrrd r0, r1, d7 // move d7 to result register pair r0/r1
floatunssisfvfp.S 20 fmsr s15, r0 // move int to float register s15
22 fmrs r0, s15 // move s15 to result register
gesf2vfp.S 20 fmsr s14, r0 // move from GPR 0 to float register
21 fmsr s15, r1 // move from GPR 1 to float register
gtsf2vfp.S 20 fmsr s14, r0 // move from GPR 0 to float register
21 fmsr s15, r1 // move from GPR 1 to float register
lesf2vfp.S 20 fmsr s14, r0 // move from GPR 0 to float register
21 fmsr s15, r1 // move from GPR 1 to float register
ltsf2vfp.S 20 fmsr s14, r0 // move from GPR 0 to float register
21 fmsr s15, r1 // move from GPR 1 to float register
nesf2vfp.S 20 fmsr s14, r0 // move from GPR 0 to float register
21 fmsr s15, r1 // move from GPR 1 to float register

Completed in 1436 milliseconds

<<11121314151617181920>>