Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dcommon.py60 ZERO = _CLASS.ZERO variable in OpType
65 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
72 ZERO: 'ZERO',
Dchecker.py963 elif op.type == common.OpType.ZERO and self.minor_version >= 4:
1032 common.OpType.ZERO: 0,
Dapplier.py505 elif op.type == common.OpType.ZERO:
Dchecker_unittest.py52 'ZERO': common.OpType.ZERO,
801 elif op_type in (common.OpType.ZERO, common.OpType.DISCARD,
/system/core/fs_mgr/libsnapshot/corpus/
Dlaunch_device.txt54 type: ZERO,
67 type: ZERO,
80 type: ZERO,
/system/update_engine/payload_consumer/
Dpayload_constants.cc59 case InstallOperation::ZERO: in InstallOperationTypeName()
Ddelta_performer.cc710 case InstallOperation::ZERO: in Write()
1028 operation.type() == InstallOperation::ZERO); in PerformZeroOrDiscardOperation()
1037 (operation.type() == InstallOperation::ZERO ? BLKZEROOUT : BLKDISCARD); in PerformZeroOrDiscardOperation()
Ddelta_performer_unittest.cc571 aop.op.set_type(InstallOperation::ZERO); in TEST_F()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc497 if (version.OperationAllowed(InstallOperation::ZERO)) { in DeltaMovedAndZeroBlocks()
504 operation.set_type(InstallOperation::ZERO); in DeltaMovedAndZeroBlocks()
644 if (version.OperationAllowed(InstallOperation::ZERO) && in GenerateBestFullOperation()
650 *out_type = InstallOperation::ZERO; in GenerateBestFullOperation()
882 return (IsAReplaceOperation(op_type) || op_type == InstallOperation::ZERO || in IsNoSourceOperation()
Dpayload_generation_config.cc253 case InstallOperation::ZERO: in OperationAllowed()
Dab_generator_unittest.cc506 first_op.set_type(InstallOperation::ZERO); in TEST_F()
/system/bt/gd/packet/parser/test/
Dbig_endian_test_packets.pdl47 ZERO = 0,
Dtest_packets.pdl47 ZERO = 0,
/system/core/fs_mgr/libsnapshot/update_engine/
Dupdate_metadata.proto52 ZERO = 6; enumerator
/system/apex/tests/util/com/android/tests/util/
DModuleTestUtils.java150 Duration spentWaiting = Duration.ZERO; in waitForStagedSessionReady()
/system/tools/aidl/
Dgenerate_cpp_unittest.cpp1398 return "ZERO";
/system/update_engine/
Dupdate_metadata.proto79 // - ZERO: Write zeros to the destination dst_extents.
184 ZERO = 6; // Write zeros in the destination. enumerator
DREADME.md323 1. Find all the zero-filled blocks on the target partition and produce `ZERO`
324 operation for them. `ZERO` operation basically discards the associated
/system/update_engine/update_engine/
Dupdate_metadata.proto79 // - ZERO: Write zeros to the destination dst_extents.
184 ZERO = 6; // Write zeros in the destination. enumerator