Home
last modified time | relevance | path

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

123

/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/skqp/src/core/
DSkPaint.cpp76 #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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-move-forwarding-reference.cpp97 #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/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/python/cpython2/Misc/NEWS.d/next/Library/
D2018-04-27-22-18-38.bpo-33336.T8rxn0.rst1 ``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/
Dpathkit_wasm_bindings.cpp29 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/
Dpathkit_wasm_bindings.cpp28 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/
Drequest.d11 DELETE, but related technologies like WebDAV offers PROPFIND, COPY, MOVE and
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp417 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()
DMipsExpandPseudo.cpp213 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp417 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/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp391 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/oss-fuzz/projects/nginx/fuzz/
Dhttp_request_fuzzer.dict34 "MOVE"

123