/external/cronet/base/posix/ |
D | file_descriptor_shuffle_unittest.cc | 21 MOVE, enumerator 55 actions_.push_back(Action(Action::MOVE, src, dest)); in Move() 101 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1)); in TEST() 112 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1)); in TEST() 113 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 2, 3)); in TEST() 123 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1)); in TEST() 135 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 10, 0)); in TEST() 149 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 0, 1)); in TEST() 150 EXPECT_TRUE(tracer.actions()[2] == Action(Action::MOVE, kDuplicateBase, 0)); in TEST() 164 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 0, 1)); in TEST() [all …]
|
/external/libchrome/base/posix/ |
D | file_descriptor_shuffle_unittest.cc | 20 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/ |
D | PayloadAlignmentTest.java | 70 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/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/builder/ |
D | PayloadAlignmentTest.java | 78 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentAddNop() 87 Assert.assertEquals(instruction.getOpcode(), Opcode.MOVE); in testPayloadAlignmentAddNop() 102 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentRemoveNopWithReferent() 103 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentRemoveNopWithReferent() 104 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentRemoveNopWithReferent() 113 Opcode.MOVE, in testPayloadAlignmentRemoveNopWithReferent() 114 Opcode.MOVE, in testPayloadAlignmentRemoveNopWithReferent() 115 Opcode.MOVE, in testPayloadAlignmentRemoveNopWithReferent() 128 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentAddNopWithReferent() 129 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0)); in testPayloadAlignmentAddNopWithReferent() [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GenericAnimationComponent.java | 45 case MOVE: in update() 46 mSprite.playAnimation(Animation.MOVE); in update() 78 public static final int MOVE = 1; field in GenericAnimationComponent.Animation
|
D | PatrolComponent.java | 74 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()
|
D | PlayerComponent.java | 55 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()
|
D | AnimationComponent.java | 32 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()
|
D | NPCAnimationComponent.java | 192 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()
|
D | EnemyAnimationComponent.java | 30 MOVE, enumConstant 87 mSprite.playAnimation(EnemyAnimations.MOVE.ordinal()); in update()
|
D | NPCComponent.java | 150 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()
|
D | SleeperComponent.java | 72 parentObject.setCurrentAction(GameObject.ActionType.MOVE); in update()
|
D | LauncherComponent.java | 106 object.setCurrentAction(ActionType.MOVE); in fire()
|
D | GameObject.java | 61 MOVE, enumConstant
|
D | GhostComponent.java | 49 mTargetAction = GameObject.ActionType.MOVE; in reset()
|
/external/libpng/scripts/ |
D | pnglibconf.mak | 17 MOVE = mv -f macro 39 $(MOVE) pnglibconf.tmp $@ 49 $(MOVE) pnglibconf.tmp $@
|
/external/python/cpython2/Misc/NEWS.d/next/Library/ |
D | 2018-04-27-22-18-38.bpo-33336.T8rxn0.rst | 1 ``imaplib`` now allows ``MOVE`` command in ``IMAP4.uid()`` (RFC 2 6851: IMAP MOVE Extension) and potentially as a name of supported
|
/external/skia/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 31 static const int MOVE = 0; variable 58 cmd.call<void>("push", MOVE, pts[0].x(), pts[0].y()); in ToCmds() 110 case MOVE: in FromCmds() 566 constant("MOVE_VERB", MOVE); in EMSCRIPTEN_BINDINGS()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 391 unsigned MOVE = ABI.GetGPRMoveOp(); in emitPrologue() local 504 BuildMI(MBB, MBBI, dl, TII.get(MOVE), FP).addReg(SP).addReg(ZERO) in emitPrologue() 527 BuildMI(MBB, MBBI, dl, TII.get(MOVE), BP) in emitPrologue() 680 unsigned MOVE = ABI.GetGPRMoveOp(); in emitEpilogue() local 691 BuildMI(MBB, I, DL, TII.get(MOVE), SP).addReg(FP).addReg(ZERO); in emitEpilogue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 417 unsigned MOVE = ABI.GetGPRMoveOp(); in emitPrologue() local 529 BuildMI(MBB, MBBI, dl, TII.get(MOVE), FP).addReg(SP).addReg(ZERO) in emitPrologue() 552 BuildMI(MBB, MBBI, dl, TII.get(MOVE), BP) in emitPrologue() 704 unsigned MOVE = ABI.GetGPRMoveOp(); in emitEpilogue() local 715 BuildMI(MBB, I, DL, TII.get(MOVE), SP).addReg(FP).addReg(ZERO); in emitEpilogue()
|
D | MipsExpandPseudo.cpp | 213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local 233 MOVE = Mips::OR; in expandAtomicCmpSwap() 240 MOVE = Mips::OR64; in expandAtomicCmpSwap() 286 BuildMI(loop2MBB, DL, TII->get(MOVE), Scratch).addReg(NewVal).addReg(ZERO); in expandAtomicCmpSwap()
|
/external/curl/docs/cmdline-opts/ |
D | request.d | 18 DELETE, but related technologies like WebDAV offers PROPFIND, COPY, MOVE and
|
/external/oss-fuzz/projects/nginx/fuzz/ |
D | http_request_fuzzer.dict | 34 "MOVE"
|
/external/libxkbcommon/test/data/keycodes/ |
D | evdev-xkbcommon | 176 <MOVE> = 175; 446 alias <I183> = <MOVE>;
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FL.py | 72 MOVE = 10 variable
|