Searched refs:MOVE (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/payload_consumer/ |
D | payload_constants.cc | 71 case InstallOperation::MOVE: in InstallOperationTypeName()
|
/system/update_engine/payload_generator/ |
D | payload_generation_config.cc | 270 case InstallOperation::MOVE: in OperationAllowed()
|
/system/core/libpixelflinger/codeflinger/ |
D | MIPS64Assembler.cpp | 147 mMips->MOVE(R_v0, R_a0); // move context * passed in a0 to v0 (arm r0) in prolog() 337 mMips->MOVE(R_cmp, cond.r1); in protectConditionalOperands() 341 mMips->MOVE(R_cmp2, cond.r2); in protectConditionalOperands() 487 mMips->MOVE(Rd, Op2); in dataProcessing()
|
D | MIPSAssembler.cpp | 170 mMips->MOVE(R_v0, R_a0); // move context * passed in a0 to v0 (arm r0) in prolog() 352 mMips->MOVE(R_cmp, cond.r1); in protectConditionalOperands() 356 mMips->MOVE(R_cmp2, cond.r2); in protectConditionalOperands() 490 mMips->MOVE(Rd, Op2); in dataProcessing() 1753 void MIPSAssembler::MOVE(int Rd, int Rs) in MOVE() function in android::MIPSAssembler
|
D | MIPSAssembler.h | 350 void MOVE(int Rd, int Rs);
|
/system/update_engine/ |
D | update_metadata.proto | 67 // - MOVE: Copy the data in src_extents to dst_extents. Extents may overlap, 172 MOVE = 2 [deprecated = true]; // Move source extents to target extents. enumerator
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 67 // - MOVE: Copy the data in src_extents to dst_extents. Extents may overlap, 172 MOVE = 2 [deprecated = true]; // Move source extents to target extents. enumerator
|