Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dcommon.py58 MOVE = _CLASS.MOVE variable in OpType
67 ALL = (REPLACE, REPLACE_BZ, MOVE, BSDIFF, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
72 MOVE: 'MOVE',
Dchecker_unittest.py47 '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 …]
Dchecker.py1077 elif op.type == common.OpType.MOVE and self.minor_version == 1:
1152 common.OpType.MOVE: 0,
Dapplier.py544 elif op.type == common.OpType.MOVE:
/system/update_engine/payload_generator/
Dinplace_generator_unittest.cc192 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 …]
Ddelta_diff_utils.cc662 : 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()
Ddelta_diff_utils_unittest.cc223 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()
Dpayload_generation_config.cc247 case InstallOperation::MOVE: in OperationAllowed()
Dcycle_breaker_unittest.cc41 vertex.aop.op.set_type(InstallOperation::MOVE); in SetOpForNodes()
Dinplace_generator.cc175 graph->back().aop.op.set_type(InstallOperation::MOVE); in CutEdges()
/system/update_engine/payload_consumer/
Dpayload_constants.cc49 case InstallOperation::MOVE: in InstallOperationTypeName()
Ddelta_performer.cc732 case InstallOperation::MOVE: in Write()
/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.cpp147 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()
DMIPSAssembler.cpp170 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
DMIPSAssembler.h350 void MOVE(int Rd, int Rs);
/system/update_engine/
Dupdate_metadata.proto67 // - 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/
Dupdate_metadata.proto67 // - 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