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

<<31323334353637383940>>

  /external/chromium_org/ui/views/corewm/
compound_event_filter_unittest.cc 78 ui::MouseEvent move(ui::ET_MOUSE_MOVED, gfx::Point(10, 10),
80 move.set_flags(enter.flags() | ui::EF_IS_SYNTHESIZED);
81 dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(&move);
124 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(10, 10), 1, GetTime());
125 dispatcher()->AsRootWindowHostDelegate()->OnHostTouchEvent(&move);
135 // Move the cursor again. The cursor should be visible.
190 // Move and press the mouse over the window.
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 136 * Finds the corresponding instruction for a given move result
138 * @param moveInsn {@code non-null;} a move result instruction
140 * the move
149 * Finds the corresponding move result for a given instruction
152 * followed by a move result
153 * @return {@code non-null;} the move result for the given instruction
213 * move result or move param.
244 * Determine the origin of a move result pseudo instruction that generates
247 * @param insn {@code non-null;} move result pseudo instruction to proces
    [all...]
SsaBasicBlock.java 85 * phi-removal process. Retained for subsequent move scheduling.
91 * phi-removal process. Retained for subsequent move scheduling.
273 * Deletes all phi insns. Do this after adding appropriate move insns.
566 * Adds a move instruction to the end of this basic block, just
568 * is the source in question, then the move is placed at the beginning of
571 * @param result move destination
572 * @param source move source
610 * We can safely add a move to the end of the block just
626 * Adds a move instruction after the phi insn block.
628 * @param result move destinatio
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 137 * Finds the corresponding instruction for a given move result
139 * @param moveInsn {@code non-null;} a move result instruction
141 * the move
150 * Finds the corresponding move result for a given instruction
153 * followed by a move result
154 * @return {@code non-null;} the move result for the given instruction
214 * move result or move param.
245 * Determine the origin of a move result pseudo instruction that generates
248 * @param insn {@code non-null;} move result pseudo instruction to proces
    [all...]
SsaBasicBlock.java 86 * phi-removal process. Retained for subsequent move scheduling.
92 * phi-removal process. Retained for subsequent move scheduling.
274 * Deletes all phi insns. Do this after adding appropriate move insns.
567 * Adds a move instruction to the end of this basic block, just
569 * is the source in question, then the move is placed at the beginning of
572 * @param result move destination
573 * @param source move source
611 * We can safely add a move to the end of the block just
627 * Adds a move instruction after the phi insn block.
629 * @param result move destinatio
    [all...]
  /cts/tools/dasm/test/
all_opcodes.d 17 move v1, v2
18 move/from16 v11, v222
19 move/16 v111, v222
20 move-wide v1, v2
21 move-wide/from16 v11, v222
22 move-wide/16 v111, v222
23 move-object v1, v2
24 move-object/from16 v11, v222
25 move-object/16 v111, v222
26 move-result v1
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 189 MoveRef Move(int);
191 Value x = Move(0);
192 Value y(Move(0));
209 // A simplified version of std::move.
211 T &&move(T &obj) { function in namespace:bitfields
219 int && ir4 = move(lvalue<IntBitfield>()).i; // no-warning
224 volatile int && vir4 = move(lvalue<IntBitfield>()).i; // no-warning
229 const int && cir4 = move(lvalue<IntBitfield>()).i; // no-warning
234 const volatile int && cvir4 = move(lvalue<IntBitfield>()).i; // no-warning
  /frameworks/base/docs/html/training/multiple-threads/
communicate-ui.jd 13 <li><a href="#MoveValues">Move Data from a Task to the UI Thread</a>
34 tasks to do background work and then move the results to UI elements such as bitmaps.
40 <em>aren't</em> running on your UI thread, they don't have access to UI objects. To move data
90 The next section shows how to tell the {@link android.os.Handler} to move data.
92 <h2 id="MoveValues">Move Data from a Task to the UI Thread</h2>
94 To move data from a task object running on a background thread to an object on the UI thread,
99 it can move the data to the UI object.
188 <h3>Move data to the UI</h3>
224 running on the UI thread, it can safely move the {@link android.graphics.Bitmap} to the
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.cc 58 int move = ui::DragDropTypes::DRAG_MOVE; local
60 move = ui::DragDropTypes::DRAG_NONE;
62 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK | move;
63 return ui::DragDropTypes::DRAG_COPY | move;
92 // User is dragging from this profile: move.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeIterator.cpp 177 // Move out from under the node being removed if the new reference
186 // Move out from under the node being removed if the reference node is
194 // Need to move the pointer after the node preceding the
204 // Move out from under the node being removed if the reference node is
215 // Move out from under the node being removed if the reference node is
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.cpp 93 move(offset);
124 void HitTestLocation::move(const LayoutSize& offset) function in class:WebCore::HitTestLocation
126 m_point.move(offset);
127 m_transformedPoint.move(offset);
128 m_transformedRect.move(offset);
RenderOverflow.h 63 void move(LayoutUnit dx, LayoutUnit dy);
83 inline void RenderOverflow::move(LayoutUnit dx, LayoutUnit dy) function in class:WebCore::RenderOverflow
85 m_layoutOverflow.move(dx, dy);
86 m_visualOverflow.move(dx, dy);
87 m_contentsVisualOverflow.move(dx, dy);
  /external/chromium_org/tools/gn/secondary/testing/
BUILD.gn 5 # TODO(brettw) move to testing/gtest/BUILD.gn
14 # TODO(brettw) move to testing/gtest/BUILD.gn
67 # TODO(brettw) move to testing/gmock/BUILD.gn
73 # TODO(brettw) move to testing/gmock/BUILD.gn
109 # TODO(brettw) move to testing/gmock/BUILD.gn
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
TestTriangleCollision.java 66 geom1.move(2, 2, -.5f);
97 geom1.move(2 * tpf, 0, 0);
101 geom1.move(-2 * tpf, 0, 0);
105 geom1.move(0, 2 * tpf, 0);
109 geom1.move(0, -2 * tpf, 0);
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
TestComboMoves.java 198 // choose move with highest priority
201 for (ComboMove move : invokedMoves){
202 if (move.getPriority() > priority){
203 priority = move.getPriority();
204 toExec = move;
  /external/llvm/test/CodeGen/Mips/
alloca.ll 6 ; CHECK: move $sp, $[[T0]]
8 ; CHECK: move $sp, $[[T2]]
9 ; CHECK: move $4, $[[T0]]
10 ; CHECK: move $4, $[[T2]]
32 ; CHECK: move $sp, $[[T0]]
  /external/srec/srec/clib/
fpi_tgt.inl 76 * HOW FAR CAN WE MOVE ? (for 'moveFramePtr()' function)
84 * We can only move forward "830" frames from our
87 * We can only move backwards safely
96 * We can only move forward "880" frames from our
97 * current 'pullp' position. We can only move backwards safely
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 43 /** Test that we can move the selection and it responds as expected */
69 waitAssertListSelection("move selection to (1)", textView, 1);
75 /** Test that we can look at the selection as we move around */
92 waitAssertListSelection("move selection to (0)", textView, 0);
96 waitAssertListSelection("move selection to (1)", textView, 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
move01.pass.cpp 14 // Test unique_ptr move ctor
19 // test move ctor. Should only require a MoveConstructible deleter, or if
111 std::unique_ptr<A> s2 = std::move(s);
120 std::unique_ptr<A, Deleter<A> > s2 = std::move(s);
132 std::unique_ptr<A, CDeleter&> s2 = std::move(s);
  /dalvik/dx/tests/087-ssa-local-vars/
expected.txt 20 Blort.java:2@0000: move-param-object(0) v2:"this"NffffLBlort; <- .
46 Blort.java:5@0001: move-int v13:"j"I <- v12:I
61 Blort.java:10@000f: move-object v18:"anotherOne"[Ljava/lang/Object; <- v17:[L
333 Blort.java:5@0000: move-param-int(0) v12:"k"I <- .
346 Blort.java:7@0004: Rop{move-result-pseudo [Ljava/lang/String; <- . flows} v15
354 Blort.java:8@000a: Rop{move-result-pseudo [Ljava/lang/Object; <- . flows} v17
362 Blort.java:13@0016: Rop{move-result-pseudo Ljava/io/PrintStream; <- . flows}
370 Blort.java:13@0019: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v20
378 Blort.java:17@0024: Rop{move-result-pseudo I <- . flows} v31:I <- .
385 Blort.java:18@002b: Rop{move-result-pseudo N002bLjava/lang/String; <- . flow
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c     [all...]
  /external/icu4c/test/cintltst/
custrtst.c     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
scoped_ptr.h 67 // are not copyable; they only implement move semantics which require calling
98 #include "talk/base/move.h" // for TALK_MOVE_ONLY_TYPE_FOR_CPP_03
190 // We do not support move-only deleters. We could modify our move
191 // emulation to have talk_base::subtle::move() and
200 // for move-only deleters.
302 // unique_ptr<> features. Known deficiencies include not supporting move-only
327 // from the normal move constructor. By C++11 20.7.1.2.1.21, this constructor
330 // we do not need a separate move constructor allowing us to avoid one
338 // Constructor. Move constructor for C++03 move emulation of this type
    [all...]
  /external/llvm/unittests/ADT/
TinyPtrVectorTest.cpp 161 TypeParam Move(std::move(Copy2));
162 this->expectValues(Move, this->testArray(42));
172 this->V = std::move(this->V2);
182 this->V = std::move(this->V2);
192 this->V = std::move(this->V2);
202 this->V = std::move(this->V2);
212 this->V = std::move(this->V2);
222 this->V = std::move(this->V2);
232 this->V = std::move(this->V2)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result/
Test_move_result.java 25 * @title tests move-result functionality
90 * @title move-result instruction must be immediately preceded
104 * @title move-result instruction must be immediately preceded

Completed in 1217 milliseconds

<<31323334353637383940>>