/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-move-forwarding-reference.cpp | 97 #define MOVE(x) std::move((x)) macro 99 T SomeT(MOVE(SomeU)); in f9() 104 #undef MOVE 105 #define MOVE std::move macro 107 T SomeT(MOVE(SomeU)); in f10() 112 #undef MOVE 113 #define MOVE move macro 115 T SomeT(std::MOVE(SomeU)); in f11()
|
/external/skqp/src/core/ |
D | SkPaint.cpp | 76 #define MOVE(field) field = std::move(src.field) in SkPaint() macro 77 MOVE(fPathEffect); in SkPaint() 78 MOVE(fShader); in SkPaint() 79 MOVE(fMaskFilter); in SkPaint() 80 MOVE(fColorFilter); in SkPaint() 81 MOVE(fDrawLooper); in SkPaint() 82 MOVE(fImageFilter); in SkPaint() 83 MOVE(fColor4f); in SkPaint() 84 MOVE(fWidth); in SkPaint() 85 MOVE(fMiterLimit); in SkPaint() [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 | 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 | 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 | 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 | 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 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 | 29 static const int MOVE = 0; variable 54 cmd.call<void>("push", MOVE, pts[0].x(), pts[0].y()); in ToCmds() 106 case MOVE: in FromCmds() 560 constant("MOVE_VERB", MOVE); in EMSCRIPTEN_BINDINGS()
|
/external/skqp/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 28 static const int MOVE = 0; variable 64 cmd.call<void>("push", MOVE, pts[0].x(), pts[0].y()); in ToCmds() 119 case MOVE: in FromCmds() 573 constant("MOVE_VERB", MOVE); in EMSCRIPTEN_BINDINGS()
|
/external/curl/docs/cmdline-opts/ |
D | request.d | 11 DELETE, but related technologies like WebDAV offers PROPFIND, COPY, MOVE and
|
/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/llvm-project/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()
|
/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()
|
/external/oss-fuzz/projects/nginx/fuzz/ |
D | http_request_fuzzer.dict | 34 "MOVE"
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FL.py | 72 MOVE = 10 variable
|