HomeSort by relevance Sort by last modified time
    Searched full:move (Results 176 - 200 of 2893) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebCore/manual-tests/
bugzilla-6821.html 19 Move the mouse over the text “Hover here” until it disappears and “Wait” appears, then DO NOT MOVE the mouse
30 rect at the top. If you move the mouse over the background, the colors will
left-overflow-repaint.html 16 In each test, “Lorem” will move down along with “ipsum”.
28 Move block with left overflow
41 Move line with left overflow
caretScrolling.html 2 <p>Manual test for fix for <a href="rdar://problem/3690705">rdar://problem/3690705</a> "caret does not move when scrolling overflow: auto editable area"</p>
invalid-mouse-event.html 7 <li>As the test runs, move the mouse around.</li>
  /dalvik/dx/tests/091-ssa-const-collector/
expected.txt 6 Blort.java:2@0000: move-param-object(0) v0:"this"NffffLBlort; <- .
26 Blort.java:10@0000: move-param-object(0) v4:"this"LBlort; <- .
84 Blort.java:22@0000: move-param-object(0) v3:"this"LBlort; <- .
89 Blort.java:22@0000: Rop{move-result-pseudo N0000Ljava/lang/StringBuilder; <-
105 Blort.java:24@0009: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:
123 Blort.java:25@0010: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:
140 Blort.java:26@0017: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:
157 Blort.java:27@001e: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:
174 Blort.java:28@0025: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:
191 Blort.java:29@002c: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1
    [all...]
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerARMv7.h 139 move(imm, dataTempRegister);
154 move(imm, addressTempRegister);
177 move(imm, addressTempRegister);
195 move(imm, dataTempRegister);
222 move(imm, dataTempRegister);
242 move(imm, dataTempRegister);
273 move(imm, dataTempRegister);
288 move(imm, addressTempRegister);
311 move(imm, addressTempRegister);
329 move(imm, dataTempRegister)
615 void move(Imm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
636 void move(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
641 void move(ImmPtr imm, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
    [all...]
  /external/bluetooth/bluez/compat/
fakehid.c 209 static void move(int fd, unsigned int direction) function
246 move(fd, 0); break;
248 move(fd, 1); break;
250 move(fd, 2); break;
252 move(fd, 3); break;
254 move(fd, 4); break;
256 move(fd, 5); break;
258 move(fd, 6); break;
260 move(fd, 7); break;
262 move(fd, 8); break
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/move/d/
T_move_1.java 17 package dot.junit.opcodes.move.d;
  /dalvik/dx/src/com/android/dx/dex/code/
HighRegisterPrefix.java 27 * {@code move*} instructions to move a set of registers into
135 * Returns the proper move instruction for the given source spec
140 * @return {@code non-null;} the appropriate move instruction
  /dalvik/dx/tests/088-ssa-combine-blocks/
Blort.java 26 * Current SSA form requires each move-exception block to have
  /external/emma/
ANDROID-CHANGES.txt 8 5) Move out/core/res/com/vladium/emma/rt/RTExitHook.closure (from Emma ant build) into pregenerated/ so it does not have to be generated in Android's make-based build, but also doesn't break Emma's build.
  /external/icu4c/tools/toolutil/
platform_xopen_source_extended.h 14 * We move this definition out of the various source files because
  /external/quake/quake/src/QW/server/
sv_move.c 105 The move will be adjusted for slopes and stairs, but if the move isn't
106 possible, no move is done, false is returned, and
110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink)
118 // try the move
120 VectorAdd (ent->v.origin, move, neworg);
125 // try one move with vertical motion, then one without
128 VectorAdd (ent->v.origin, move, neworg);
180 VectorAdd (ent->v.origin, move, ent->v.origin);
214 // the move is o
235 vec3_t move, oldorigin; local
    [all...]
  /external/quake/quake/src/WinQuake/
sv_move.cpp 105 The move will be adjusted for slopes and stairs, but if the move isn't
106 possible, no move is done, false is returned, and
110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink)
118 // try the move
120 VectorAdd (ent->u.v.origin, move, neworg);
125 // try one move with vertical motion, then one without
128 VectorAdd (ent->u.v.origin, move, neworg);
180 VectorAdd (ent->u.v.origin, move, ent->u.v.origin);
214 // the move is o
235 vec3_t move, oldorigin; local
    [all...]
  /external/tcpdump/
cpack.c 94 /* Move pointer past the u_int64_t. */
110 /* Move pointer past the u_int32_t. */
126 /* Move pointer past the u_int16_t. */
141 /* Move pointer past the u_int8_t. */
  /external/webkit/WebCore/manual-tests/accessibility/
java-applet.html 9 <li>Open Accessibility Inspector. Move mouse onto white area of web area.
  /external/webkit/WebCore/manual-tests/chromium/
select-close-popup-value-change.html 10 <li>4. Click anywhere else on the page to move the focus out of the select.</li>
  /external/webkit/WebKitTools/QueueStatusServer/
index.yaml 9 # manually, move them above the marker line. The index.yaml file is
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewCallbacks.java 73 // prepare to move down into the popup
91 // try one more time - should move from 0 to 1
121 // move down into the popup
127 // prepare to move down into the popup
  /packages/apps/Email/docs/
TODO 18 Move attachments to files, instead of storing as blobs in the database. There are tons of ways
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-iterator.h 97 TSI_NEW_STMT, /* Only valid when single statement is added, move
100 TSI_CHAIN_START, /* Only valid when chain of statements is added, move
102 TSI_CHAIN_END, /* Only valid when chain of statements is added, move
104 TSI_CONTINUE_LINKING /* Move iterator to whatever position is suitable for
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_14.d 46 move-object v3, v6
48 move-result v3
T_invoke_direct_range_21.d 46 move-object v3, v6
48 move-result v3
T_invoke_direct_range_24.d 46 move-object v3, v6
48 move-result v3
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_14.d 35 move-object v3, v6
38 move-result v3

Completed in 3956 milliseconds

1 2 3 4 5 6 78 91011>>