/cts/tools/vm-tests/src/dot/junit/opcodes/move_exception/ |
Test_move_exception.java | 27 * @title tests move-exception functionality 42 * @title tests move-exception functionality 64 * @title move-exception is not first instruction in an exception handler
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/ |
Test_move_exception.java | 27 * @title tests move-exception functionality 42 * @title tests move-exception functionality 64 * @title move-exception is not first instruction in an exception handler
|
/external/e2fsprogs/lib/ext2fs/ |
brel.h | 59 * Move the inode relocation table from one block number to 62 errcode_t (*move)(ext2_brel brel, blk_t old, blk_t new); member in struct:ext2_block_relocation_table 83 #define ext2fs_brel_move(brel, old, new) ((brel)->move((brel), old, new))
|
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/llvm/test/CodeGen/X86/ |
tailcallstack64.ll | 10 ; Move param %in1 to temp register (%r10d). 14 ; Move param %in2 to stack. 16 ; Move result of addition to stack.
|
/external/replicaisland/src/com/replica/replicaisland/ |
GenericAnimationComponent.java | 45 case MOVE: 46 mSprite.playAnimation(Animation.MOVE); 78 public static final int MOVE = 1;
|
/cts/libs/vogar-expect/src/vogar/util/ |
MarkResetConsole.java | 68 * \u001b[nA move the cursor up n lines 69 * \u001b[nB move the cursor down n lines 70 * \u001b[nC move the cursor right n lines 71 * \u001b[nD move the cursor left n columns
|
/cts/tools/vm-tests/src/dot/junit/opcodes/move_exception/d/ |
T_move_exception_3.d | 25 move-exception v6
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/d/ |
T_move_exception_3.d | 25 move-exception v6
|
/dalvik/vm/mterp/armv5te/ |
OP_MOVE_RESULT_WIDE.S | 2 /* move-result-wide vAA */
|
/development/samples/Snake/ |
_index.html | 3 because when you catch one, not only will you become longer, but you'll move
|
/external/e2fsprogs/tests/progs/test_data/ |
test.brel | 38 # Test delete and move
|
/external/quake/quake/src/QW/server/ |
newnet.txt | 27 client move by test final pos and test 1/16 down 61 milliseconds since last move frame 89 run move command (context, move)
|
/external/v8/src/arm/ |
lithium-gap-resolver-arm.h | 53 // Perform the move at the moves_ index in question (possibly requiring 66 // Emit a move and remove it from the move graph. 69 // Verify the move list before performing moves.
|
/external/webkit/Source/WebCore/manual-tests/ |
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/webkit/Source/WebCore/manual-tests/qt/ |
qtplugin-scrolling.html | 14 Scroll the page, ensure that the two labels move nicely along with the rest of the document.
|
/external/webkit/Source/WebCore/manual-tests/wml/ |
anchor-img-element.wml | 5 <p>Test for WML img enclosed with anchor element, when the mouse move into the image, the tip "go to StartTests.wml" will appear</p>
|
/dalvik/dx/src/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...] |
/external/quake/quake/src/QW/client/ |
cl_cam.c | 163 // fake a player move 314 // We find a nice position to watch the player and move there 367 // move there locally immediately 373 // Ok, move to our desired position and set our angles to view 385 // move there locally immediately 397 float move; 405 move = ideal - current; 408 if (move >= 180) 409 move = move - 360 [all...] |
/cts/tools/vm-tests/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/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/src/dot/junit/opcodes/double_to_long/d/ |
T_double_to_long_6.d | 30 move v0, v7 31 move v1, v7
|
/cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array/d/ |
T_filled_new_array_8.d | 31 move-result-object v0 38 move-result-object v0
|
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_interface_range/d/ |
T_invoke_interface_range_14.d | 34 move-object v3, v8 36 move-result v4
|
T_invoke_interface_range_8.d | 30 move-object v6, v8 32 move-result v0
|