Home
last modified time | relevance | path

Searched refs:ZERO (Results 1 – 13 of 13) sorted by relevance

/system/update_engine/scripts/update_payload/
Dcommon.py62 ZERO = _CLASS.ZERO variable in OpType
67 ALL = (REPLACE, REPLACE_BZ, MOVE, BSDIFF, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
76 ZERO: 'ZERO',
Dchecker.py1080 elif op.type == common.OpType.ZERO and self.minor_version >= 4:
1153 common.OpType.ZERO: 0,
Dapplier.py546 elif op.type == common.OpType.ZERO:
Dchecker_unittest.py51 'ZERO': common.OpType.ZERO,
904 elif op_type in (common.OpType.ZERO, common.OpType.DISCARD,
/system/update_engine/payload_consumer/
Dpayload_constants.cc59 case InstallOperation::ZERO: in InstallOperationTypeName()
Ddelta_performer.cc727 case InstallOperation::ZERO: in Write()
1040 operation.type() == InstallOperation::ZERO); in PerformZeroOrDiscardOperation()
1049 (operation.type() == InstallOperation::ZERO ? BLKZEROOUT : BLKDISCARD); in PerformZeroOrDiscardOperation()
Ddelta_performer_unittest.cc562 aop.op.set_type(InstallOperation::ZERO); in TEST_F()
/system/apex/tests/src/com/android/tests/apex/
DApexE2EBaseHostTest.java84 Duration spentWaiting = Duration.ZERO; in doTestStageActivateUninstallApexPackage()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc618 if (version.OperationAllowed(InstallOperation::ZERO)) { in DeltaMovedAndZeroBlocks()
625 operation.set_type(InstallOperation::ZERO); in DeltaMovedAndZeroBlocks()
767 if (version.OperationAllowed(InstallOperation::ZERO) && in GenerateBestFullOperation()
773 *out_type = InstallOperation::ZERO; in GenerateBestFullOperation()
1020 return (IsAReplaceOperation(op_type) || op_type == InstallOperation::ZERO || in IsNoSourceOperation()
Dpayload_generation_config.cc239 case InstallOperation::ZERO: in OperationAllowed()
Dab_generator_unittest.cc506 first_op.set_type(InstallOperation::ZERO); in TEST_F()
/system/update_engine/
Dupdate_metadata.proto79 // - ZERO: Write zeros to the destination dst_extents.
175 ZERO = 6; // Write zeros in the destination. enumerator
/system/update_engine/update_engine/
Dupdate_metadata.proto79 // - ZERO: Write zeros to the destination dst_extents.
175 ZERO = 6; // Write zeros in the destination. enumerator