Searched refs:ZERO (Results 1 – 19 of 19) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | common.py | 60 ZERO = _CLASS.ZERO variable in OpType 65 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO, 72 ZERO: 'ZERO',
|
D | checker.py | 963 elif op.type == common.OpType.ZERO and self.minor_version >= 4: 1032 common.OpType.ZERO: 0,
|
D | applier.py | 505 elif op.type == common.OpType.ZERO:
|
D | checker_unittest.py | 52 'ZERO': common.OpType.ZERO, 801 elif op_type in (common.OpType.ZERO, common.OpType.DISCARD,
|
/system/core/fs_mgr/libsnapshot/corpus/ |
D | launch_device.txt | 54 type: ZERO, 67 type: ZERO, 80 type: ZERO,
|
/system/update_engine/payload_consumer/ |
D | payload_constants.cc | 59 case InstallOperation::ZERO: in InstallOperationTypeName()
|
D | delta_performer.cc | 710 case InstallOperation::ZERO: in Write() 1028 operation.type() == InstallOperation::ZERO); in PerformZeroOrDiscardOperation() 1037 (operation.type() == InstallOperation::ZERO ? BLKZEROOUT : BLKDISCARD); in PerformZeroOrDiscardOperation()
|
D | delta_performer_unittest.cc | 571 aop.op.set_type(InstallOperation::ZERO); in TEST_F()
|
/system/update_engine/payload_generator/ |
D | delta_diff_utils.cc | 497 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()
|
D | payload_generation_config.cc | 253 case InstallOperation::ZERO: in OperationAllowed()
|
D | ab_generator_unittest.cc | 506 first_op.set_type(InstallOperation::ZERO); in TEST_F()
|
/system/bt/gd/packet/parser/test/ |
D | big_endian_test_packets.pdl | 47 ZERO = 0,
|
D | test_packets.pdl | 47 ZERO = 0,
|
/system/core/fs_mgr/libsnapshot/update_engine/ |
D | update_metadata.proto | 52 ZERO = 6; enumerator
|
/system/apex/tests/util/com/android/tests/util/ |
D | ModuleTestUtils.java | 150 Duration spentWaiting = Duration.ZERO; in waitForStagedSessionReady()
|
/system/tools/aidl/ |
D | generate_cpp_unittest.cpp | 1398 return "ZERO";
|
/system/update_engine/ |
D | update_metadata.proto | 79 // - ZERO: Write zeros to the destination dst_extents. 184 ZERO = 6; // Write zeros in the destination. enumerator
|
D | README.md | 323 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/ |
D | update_metadata.proto | 79 // - ZERO: Write zeros to the destination dst_extents. 184 ZERO = 6; // Write zeros in the destination. enumerator
|