/system/update_engine/scripts/update_payload/ |
D | common.py | 58 MOVE = _CLASS.MOVE variable in OpType 67 ALL = (REPLACE, REPLACE_BZ, MOVE, BSDIFF, SOURCE_COPY, SOURCE_BSDIFF, ZERO, 72 MOVE: 'MOVE',
|
D | checker_unittest.py | 47 'MOVE': common.OpType.MOVE, 432 payload_gen.AddOperation(False, common.OpType.MOVE, 435 payload_gen.AddOperation(True, common.OpType.MOVE, 676 op.type = common.OpType.MOVE 689 op.type = common.OpType.MOVE 703 op.type = common.OpType.MOVE 717 op.type = common.OpType.MOVE 731 op.type = common.OpType.MOVE 752 op.type = common.OpType.MOVE 766 op.type = common.OpType.MOVE [all …]
|
D | checker.py | 1077 elif op.type == common.OpType.MOVE and self.minor_version == 1: 1152 common.OpType.MOVE: 0,
|
D | applier.py | 544 elif op.type == common.OpType.MOVE:
|
/system/update_engine/payload_generator/ |
D | inplace_generator_unittest.cc | 192 graph.back().aop.op.set_type(InstallOperation::MOVE); in TEST_F() 215 graph.back().aop.op.set_type(InstallOperation::MOVE); in TEST_F() 255 EXPECT_EQ(InstallOperation::MOVE, graph.back().aop.op.type()); in TEST_F() 312 &graph[0], VectOfExt(0, 1), VectOfExt(1, 1), "", InstallOperation::MOVE); in TEST_F() 317 InstallOperation::MOVE); in TEST_F() 322 InstallOperation::MOVE); in TEST_F() 336 &graph[3], VectOfExt(4, 2), VectOfExt(2, 2), "", InstallOperation::MOVE); in TEST_F() 338 &graph[4], VectOfExt(6, 1), VectOfExt(7, 1), "", InstallOperation::MOVE); in TEST_F() 343 InstallOperation::MOVE); in TEST_F() 348 InstallOperation::MOVE); in TEST_F() [all …]
|
D | delta_diff_utils.cc | 662 : InstallOperation::MOVE); in DeltaMovedAndZeroBlocks() 735 if (operation.type() == InstallOperation::MOVE) { in DeltaReadFile() 883 : InstallOperation::MOVE); in ReadExtentsToDiff() 980 if (operation.type() == InstallOperation::MOVE) { in ReadExtentsToDiff() 1027 return (op.type() == InstallOperation::MOVE && in IsNoopOperation()
|
D | delta_diff_utils_unittest.cc | 223 EXPECT_EQ(InstallOperation::MOVE, op.type()); in TEST_F() 282 EXPECT_EQ(InstallOperation::MOVE, op.type()); in TEST_F() 507 op.set_type(InstallOperation::MOVE); in TEST_F() 534 noop.op.set_type(InstallOperation::MOVE); in TEST_F()
|
D | payload_generation_config.cc | 247 case InstallOperation::MOVE: in OperationAllowed()
|
D | cycle_breaker_unittest.cc | 41 vertex.aop.op.set_type(InstallOperation::MOVE); in SetOpForNodes()
|
D | inplace_generator.cc | 175 graph->back().aop.op.set_type(InstallOperation::MOVE); in CutEdges()
|
/system/update_engine/payload_consumer/ |
D | payload_constants.cc | 49 case InstallOperation::MOVE: in InstallOperationTypeName()
|
D | delta_performer.cc | 732 case InstallOperation::MOVE: in Write()
|
/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, 163 MOVE = 2 [deprecated = true]; // Move source extents to destination 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, 163 MOVE = 2 [deprecated = true]; // Move source extents to destination extents enumerator
|