Home
last modified time | relevance | path

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

12

/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc20 MOVE, enumerator
54 actions_.push_back(Action(Action::MOVE, src, dest)); in Move()
100 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1)); in TEST()
111 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1)); in TEST()
112 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 2, 3)); in TEST()
122 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1)); in TEST()
134 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 10, 0)); in TEST()
148 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 0, 1)); in TEST()
149 EXPECT_TRUE(tracer.actions()[2] == Action(Action::MOVE, kDuplicateBase, 0)); in TEST()
163 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 0, 1)); in TEST()
[all …]
/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()
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()
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()
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
/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/skia/src/core/
DSkPaint.cpp105 #define MOVE(field) field = std::move(src.field) in SkPaint() macro
119 MOVE(fTextSize); in SkPaint()
120 MOVE(fTextScaleX); in SkPaint()
121 MOVE(fTextSkewX); in SkPaint()
122 MOVE(fColor); in SkPaint()
123 MOVE(fWidth); in SkPaint()
124 MOVE(fMiterLimit); in SkPaint()
125 MOVE(fBitfields); in SkPaint()
127 #undef MOVE in SkPaint()
182 #define MOVE(field) field = std::move(src.field) in operator =() macro
[all …]
/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
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
DTouchEvent.java49 MOVE, enumConstant
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DWindow.java42 static private final int MOVE = 1 << 5; field in Window
109 …able && edge == 0 && y <= height && y >= height - getPadTop() && x >= 0 && x <= width) edge = MOVE; in Window()
133 if ((edge & MOVE) != 0) { in Window()
/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp393 unsigned MOVE = ABI.GetGPRMoveOp(); in emitPrologue() local
506 BuildMI(MBB, MBBI, dl, TII.get(MOVE), FP).addReg(SP).addReg(ZERO) in emitPrologue()
529 BuildMI(MBB, MBBI, dl, TII.get(MOVE), BP) in emitPrologue()
682 unsigned MOVE = ABI.GetGPRMoveOp(); in emitEpilogue() local
693 BuildMI(MBB, I, DL, TII.get(MOVE), SP).addReg(FP).addReg(ZERO); in emitEpilogue()
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java45 public static final int MOVE = 0x01; field in Opcodes
/external/v8/tools/
Dprofile.js61 MOVE: 0, property
190 this.handleUnknownCode(Profile.Operation.MOVE, from);

12