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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/ManualTests/
caret-in-columns-flipped.html 24 getSelection().modify("move", "forward", "documentboundary");
frame-hover.html 2 <p style="height: 50px;">Move the mouse pointer into the yellow box, then directly into the green box, then out of both boxes. No red or cyan should remain, only yellow and green.</p>
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 33 Move = 1 << 3,
55 bool move() const { return m_requestType & Move; } function in class:WebCore::HitTestRequest
68 bool touchMove() const { return move() && touchEvent(); }
  /external/chromium_org/ui/base/
README.chromium 10 Over time, we should shrink this component and move focused, related items out
  /external/chromium_org/ui/gfx/
gfx_paths.h 18 // Valid only in development environment; TODO(darin): move these
  /external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.h 52 // Perform the move at the moves_ index in question (possibly requiring
65 // Emit a move and remove it from the move graph.
68 // Verify the move list before performing moves.
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.h 52 // Perform the move at the moves_ index in question (possibly requiring
65 // Emit a move and remove it from the move graph.
68 // Verify the move list before performing moves.
  /external/e2fsprogs/lib/ext2fs/
irel.h 83 * Move the inode relocation table from one inode number to
84 * another. Note that the inode references also must move.
86 errcode_t (*move)(ext2_irel irel, ext2_ino_t old, ext2_ino_t new); member in struct:ext2_inode_relocation_table
112 #define ext2fs_irel_move(irel, old, new) ((irel)->move((irel), old, new))
  /external/e2fsprogs/tests/progs/test_data/
test.brel 38 # Test delete and move
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format3rc/
Format3rc.smali 56 move-result v0
68 move-object v0, p0
77 move-result v0
89 move-object v0, p0
98 move-result v0
118 move-result v0
130 move-object v0, p0
142 move-result v0
163 move-result-object v0
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/StaticFieldInitializerTest/
StaticFieldInitializerTest.smali 49 move-result-object v0
66 move-result-object v0
83 move-result-object v0
100 move-result-object v0
117 move-result-object v0
134 move-result-object v0
151 move-result-object v0
168 move-result-object v0
185 move-result-object v0
202 move-result-object v
    [all...]
  /external/v8/src/arm/
lithium-gap-resolver-arm.h 52 // Perform the move at the moves_ index in question (possibly requiring
65 // Emit a move and remove it from the move graph.
68 // Verify the move list before performing moves.
  /external/v8/src/mips/
lithium-gap-resolver-mips.h 52 // Perform the move at the moves_ index in question (possibly requiring
65 // Emit a move and remove it from the move graph.
68 // Verify the move list before performing moves.
  /frameworks/compile/mclinker/unittests/
BinTreeTest.cpp 131 pos.move<InputTree::Inclusive>();
134 pos.move<InputTree::Inclusive>();
160 pos.move<InputTree::Inclusive>();
162 pos.move<InputTree::Positional>();
164 pos.move<InputTree::Positional>();
166 pos.move<InputTree::Positional>();
206 pos.move<InputTree::Inclusive>();
209 pos.move<InputTree::Inclusive>();
235 pos.move<InputTree::Inclusive>();
237 pos.move<InputTree::Positional>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
move.pass.cpp 27 t = std::move(t0);
33 t = std::move(t0);
40 t = std::move(t0);
48 t = std::move(t0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
move.pass.cpp 26 T t = std::move(t0);
31 T t = std::move(t0);
37 T t = std::move(t0);
44 T t = std::move(t0);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
WordComposerTests.java 36 // Move the cursor to after the 'd'
39 // Move the cursor to after the 'e'
43 // Move the cursor to after the 'f'
46 // Move the cursor past the end of the word
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java 84 move(event, false); method
91 move(event, true); method
104 private void move(MotionEvent event, boolean drop) { method in class:DragGestureDetector
105 mTable.move(mTable.getFocus(),
  /external/chromium_org/google_apis/drive/
test_util.h 127 // Following helper templates are to support Chrome's move semantics.
148 // Simulates the std::move function in C++11. We use pointer here for argument,
151 static const T& Move(const T* in) { return *in; }
154 static T Move(T* in) { return in->Pass(); }
157 // Helper to handle Chrome's move semantics correctly.
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)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java 174 * TODO: Move this up into NormalSsaInsn.
184 * TODO: Move this up into NormalSsaInsn.
222 * TODO: Move this up into NormalSsaInsn.
230 * @return true if this is a PhiInsn or a normal move insn
244 * @return true if this is a move (but not a move-operand or
245 * move-exception) instruction
252 * @return true if this is a move-exception instruction.
276 * Any non-phi move instruction
288 * Any insn that isn't a move or a phi (which is also a move)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaInsn.java 170 * TODO: Move this up into NormalSsaInsn.
180 * TODO: Move this up into NormalSsaInsn.
218 * TODO: Move this up into NormalSsaInsn.
226 * @return true if this is a PhiInsn or a normal move insn
240 * @return true if this is a move (but not a move-operand or
241 * move-exception) instruction
248 * @return true if this is a move-exception instruction.
272 * Any non-phi move instruction
284 * Any insn that isn't a move or a phi (which is also a move)
    [all...]
  /bionic/libc/arch-mips/bionic/
bzero.S 40 move $a2,$a1
43 move $a1,$zero
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_float/d/
T_double_to_float_6.d 30 move v0, v7
31 move v1, v7
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_int/d/
T_double_to_int_6.d 30 move v0, v7
31 move v1, v7
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_long/d/
T_double_to_long_6.d 30 move v0, v7
31 move v1, v7

Completed in 1335 milliseconds

<<21222324252627282930>>