HomeSort by relevance Sort by last modified time
    Searched refs:REPLACE_BZ (Results 1 - 17 of 17) sorted by null

  /system/update_engine/payload_consumer/
payload_constants.cc 46 case InstallOperation::REPLACE_BZ:
47 return "REPLACE_BZ";
delta_performer.cc 665 case InstallOperation::REPLACE_BZ:
856 operation.type() == InstallOperation::REPLACE_BZ ||
    [all...]
delta_performer_unittest.cc 469 aop.op.set_type(InstallOperation::REPLACE_BZ);
    [all...]
  /system/update_engine/scripts/update_payload/
common.py 40 REPLACE_BZ = _CLASS.REPLACE_BZ
50 ALL = (REPLACE, REPLACE_BZ, MOVE, BSDIFF, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
54 REPLACE_BZ: 'REPLACE_BZ',
update_metadata_pb2.py 31 name='REPLACE_BZ', index=1, number=1,
applier.py 235 if op.type == common.OpType.REPLACE_BZ:
511 if op.type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ):
checker_unittest.py 35 'REPLACE_BZ': common.OpType.REPLACE_BZ,
589 """Tests _CheckReplaceOperation() where op.type == REPLACE_BZ."""
596 op.type = common.OpType.REPLACE_BZ
795 op_type_name: 'REPLACE', 'REPLACE_BZ', 'MOVE', 'BSDIFF', 'SOURCE_COPY',
    [all...]
checker.py 705 """Specific checks for REPLACE/REPLACE_BZ operations.
    [all...]
  /system/update_engine/payload_generator/
full_update_generator_unittest.cc 97 EXPECT_EQ(InstallOperation::REPLACE_BZ, aops[i].op.type());
payload_generation_config.cc 140 case InstallOperation::REPLACE_BZ:
ab_generator_unittest.cc 51 // Tests splitting of a REPLACE/REPLACE_BZ operation.
133 compressible ? InstallOperation::REPLACE_BZ : InstallOperation::REPLACE;
206 // Tests merging of REPLACE/REPLACE_BZ operations.
300 compressible ? InstallOperation::REPLACE_BZ : InstallOperation::REPLACE;
404 TestSplitReplaceOrReplaceBzOperation(InstallOperation::REPLACE_BZ, true);
408 TestSplitReplaceOrReplaceBzOperation(InstallOperation::REPLACE_BZ, false);
504 TestMergeReplaceOrReplaceBzOperations(InstallOperation::REPLACE_BZ, true);
508 TestMergeReplaceOrReplaceBzOperations(InstallOperation::REPLACE_BZ, false);
inplace_generator_unittest.cc 400 EXPECT_EQ(InstallOperation::REPLACE_BZ, graph[5].aop.op.type());
410 graph[2].aop.op.set_type(InstallOperation::REPLACE_BZ);
545 InstallOperation::REPLACE_BZ);
576 EXPECT_EQ(InstallOperation::REPLACE_BZ, vertex.aop.op.type());
604 // Create a REPLACE_BZ for block 0, and a circular dependency among all other
609 aops.back().op.set_type(InstallOperation::REPLACE_BZ);
683 aops.back().op.set_type(InstallOperation::REPLACE_BZ);
cycle_breaker.cc 60 op_type == InstallOperation::REPLACE_BZ) {
delta_diff_utils_unittest.cc 368 (i == 0 ? InstallOperation::REPLACE : InstallOperation::REPLACE_BZ);
448 op.set_type(InstallOperation::REPLACE_BZ);
469 aop1.op.set_type(InstallOperation::REPLACE_BZ);
622 // Test that all blocks with zeros are handled separately using REPLACE_BZ
653 // All the new zeroed blocks should be used, part with REPLACE_BZ and part
672 EXPECT_EQ(InstallOperation::REPLACE_BZ, aop.op.type());
delta_diff_utils.cc 449 // to optimize it using REPLACE_BZ operations. The blob for a REPLACE_BZ of
647 if (version.OperationAllowed(InstallOperation::REPLACE_BZ)) {
653 // A REPLACE_BZ is better or nothing else was set.
654 *out_type = InstallOperation::REPLACE_BZ;
    [all...]
inplace_generator.cc 283 type == InstallOperation::REPLACE_BZ) {
320 // REPLACE_BZ, dropping all incoming edges to |old_dst|, and marking
357 // converted to a REPLACE or REPLACE_BZ operation. Returns true on success,
558 if ((*graph)[cut.old_dst].aop.op.type() != InstallOperation::REPLACE_BZ &&
563 // Replace the operation with a REPLACE or REPLACE_BZ to generate the same
663 vertex->aop.op.set_type(InstallOperation::REPLACE_BZ);
cycle_breaker_unittest.cc 264 graph[n_a].aop.op.set_type(InstallOperation::REPLACE_BZ);

Completed in 924 milliseconds