Searched refs:ZERO (Results 1 – 13 of 13) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | common.py | 62 ZERO = _CLASS.ZERO variable in OpType 67 ALL = (REPLACE, REPLACE_BZ, MOVE, BSDIFF, SOURCE_COPY, SOURCE_BSDIFF, ZERO, 76 ZERO: 'ZERO',
|
D | checker.py | 1080 elif op.type == common.OpType.ZERO and self.minor_version >= 4: 1153 common.OpType.ZERO: 0,
|
D | applier.py | 546 elif op.type == common.OpType.ZERO:
|
D | checker_unittest.py | 51 'ZERO': common.OpType.ZERO, 904 elif op_type in (common.OpType.ZERO, common.OpType.DISCARD,
|
/system/update_engine/payload_consumer/ |
D | payload_constants.cc | 59 case InstallOperation::ZERO: in InstallOperationTypeName()
|
D | delta_performer.cc | 727 case InstallOperation::ZERO: in Write() 1040 operation.type() == InstallOperation::ZERO); in PerformZeroOrDiscardOperation() 1049 (operation.type() == InstallOperation::ZERO ? BLKZEROOUT : BLKDISCARD); in PerformZeroOrDiscardOperation()
|
D | delta_performer_unittest.cc | 562 aop.op.set_type(InstallOperation::ZERO); in TEST_F()
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 84 Duration spentWaiting = Duration.ZERO; in doTestStageActivateUninstallApexPackage()
|
/system/update_engine/payload_generator/ |
D | delta_diff_utils.cc | 618 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()
|
D | payload_generation_config.cc | 239 case InstallOperation::ZERO: in OperationAllowed()
|
D | ab_generator_unittest.cc | 506 first_op.set_type(InstallOperation::ZERO); in TEST_F()
|
/system/update_engine/ |
D | update_metadata.proto | 79 // - ZERO: Write zeros to the destination dst_extents. 175 ZERO = 6; // Write zeros in the destination. enumerator
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 79 // - ZERO: Write zeros to the destination dst_extents. 175 ZERO = 6; // Write zeros in the destination. enumerator
|