Home
last modified time | relevance | path

Searched refs:MOVE (Results 1 – 25 of 37) sorted by relevance

12

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DPayloadAlignmentTest.java70 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentAddNop()
79 Assert.assertEquals(instruction.getOpcode(), Opcode.MOVE); in testPayloadAlignmentAddNop()
94 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentRemoveNopWithReferent()
95 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentRemoveNopWithReferent()
96 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentRemoveNopWithReferent()
105 Opcode.MOVE, in testPayloadAlignmentRemoveNopWithReferent()
106 Opcode.MOVE, in testPayloadAlignmentRemoveNopWithReferent()
107 Opcode.MOVE, in testPayloadAlignmentRemoveNopWithReferent()
120 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentAddNopWithReferent()
121 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentAddNopWithReferent()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DGenericAnimationComponent.java45 case MOVE: in update()
46 mSprite.playAnimation(Animation.MOVE); in update()
78 public static final int MOVE = 1; field in GenericAnimationComponent.Animation
DPatrolComponent.java74 parentObject.setCurrentAction(GameObject.ActionType.MOVE); in update()
89 if (parentObject.getCurrentAction() == GameObject.ActionType.MOVE in update()
215 if (visible && parentObject.getCurrentAction() == GameObject.ActionType.MOVE) { in updateAttack()
248 parentObject.setCurrentAction(GameObject.ActionType.MOVE); in updateAttack()
DPlayerComponent.java55 MOVE, enumConstant
100 mState = State.MOVE; in reset()
293 case MOVE: in update()
327 parentObject.setCurrentAction(GameObject.ActionType.MOVE); in gotoMove()
328 mState = State.MOVE; in gotoMove()
509 if (parentObject.getCurrentAction() == ActionType.MOVE) { in stateFrozen()
DAnimationComponent.java32 MOVE, enumConstant
205 if (currentAction == ActionType.MOVE) { in update()
222 mSprite.playAnimation(PlayerAnimations.MOVE.ordinal()); in update()
254 mSprite.playAnimation(PlayerAnimations.MOVE.ordinal()); in update()
DNPCAnimationComponent.java192 if (currentAction == ActionType.MOVE) { in idle()
218 if (currentAction == ActionType.MOVE) { in walk()
255 if (currentAction == ActionType.MOVE) { in run()
320 if (currentAction == ActionType.MOVE) { in jumpAir()
DEnemyAnimationComponent.java30 MOVE, enumConstant
87 mSprite.playAnimation(EnemyAnimations.MOVE.ordinal()); in update()
DNPCComponent.java150 parentObject.setCurrentAction(ActionType.MOVE); in update()
169 parentObject.setCurrentAction(ActionType.MOVE); in update()
205 parentObject.setCurrentAction(ActionType.MOVE); in update()
257 parentObject.setCurrentAction(ActionType.MOVE); in executeCommand()
DSleeperComponent.java72 parentObject.setCurrentAction(GameObject.ActionType.MOVE); in update()
DLauncherComponent.java106 object.setCurrentAction(ActionType.MOVE); in fire()
DGameObject.java61 MOVE, enumConstant
DGhostComponent.java49 mTargetAction = GameObject.ActionType.MOVE; in reset()
/external/libpng/scripts/
Dpnglibconf.mak17 MOVE = mv macro
39 $(MOVE) pnglibconf.tmp $@
49 $(MOVE) pnglibconf.tmp $@
/external/jetty/src/java/org/eclipse/jetty/http/
DHttpMethods.java39 MOVE= "MOVE"; field in HttpMethods
62 MOVE_BUFFER= CACHE.add(MOVE, MOVE_ORDINAL);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegOps.java36 public static final int MOVE = 2; field in RegOps
315 case MOVE: return "move"; in opName()
DRops.java39 new Rop(RegOps.MOVE, Type.INT, StdTypeList.INT, "move-int");
43 new Rop(RegOps.MOVE, Type.LONG, StdTypeList.LONG, "move-long");
47 new Rop(RegOps.MOVE, Type.FLOAT, StdTypeList.FLOAT, "move-float");
51 new Rop(RegOps.MOVE, Type.DOUBLE, StdTypeList.DOUBLE, "move-double");
55 new Rop(RegOps.MOVE, Type.OBJECT, StdTypeList.OBJECT, "move-object");
64 new Rop(RegOps.MOVE, Type.RETURN_ADDRESS,
1126 case RegOps.MOVE: return opMove(dest); in ropFor()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DNormalSsaInsn.java180 return insn.getOpcode().getOpcode() == RegOps.MOVE; in isNormalMoveInsn()
229 case RegOps.MOVE: in hasSideEffect()
DEscapeAnalysis.java396 case RegOps.MOVE: in processUse()
584 result, RegOps.MOVE, null); in replaceUse()
601 result, RegOps.MOVE, null); in replaceUse()
651 insn.getOpcode().getOpcode() != RegOps.MOVE) { in movePropagate()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java228 MAP.put(Rops.MOVE_INT, Dops.MOVE); in MAP.put() argument
230 MAP.put(Rops.MOVE_FLOAT, Dops.MOVE); in MAP.put() argument
233 MAP.put(Rops.MOVE_PARAM_INT, Dops.MOVE); in MAP.put() argument
235 MAP.put(Rops.MOVE_PARAM_FLOAT, Dops.MOVE); in MAP.put() argument
DDalvInsn.java65 (category1 ? Dops.MOVE : Dops.MOVE_WIDE); in makeMove()
DDops.java73 public static final Dop MOVE = field in Dops
74 new Dop(Opcodes.MOVE, Opcodes.MOVE,
78 new Dop(Opcodes.MOVE_FROM16, Opcodes.MOVE,
82 new Dop(Opcodes.MOVE_16, Opcodes.MOVE,
1107 set(MOVE);
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
DTouchEvent.java49 MOVE, enumConstant
/external/v8/tools/
Dprofile.js60 MOVE: 0, property
189 this.handleUnknownCode(Profile.Operation.MOVE, from);
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java45 public static final int MOVE = 0x01; field in Opcodes
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
DAndroidInput.java273 …touch.set(Type.MOVE, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), event.… in onTouchEvent()
435 case MOVE: in generateEvents()

12