Searched refs:permutation (Results 1 - 1 of 1) sorted by last modified time

/system/update_engine/payload_generator/
H A Ddelta_diff_utils_unittest.cc681 vector<uint64_t> permutation = {0, 1, 5, 6, 7, 2, 3, 4, 9, 10, 11, 12, 8}; local
683 for (uint64_t x : permutation)
687 old_part_.size = block_size_ * permutation.size();
688 new_part_.size = block_size_ * permutation.size();
692 // |permutation| order. Block i in the old_part_ will contain the same data
693 // as block permutation[i] in the new_part_.
702 EXPECT_EQ(permutation.size(), old_visited_blocks_.blocks());
703 EXPECT_EQ(permutation.size(), new_visited_blocks_.blocks());
714 EXPECT_EQ(ExtentForRange(0, permutation.size()), aop.op.dst_extents(0));

Completed in 23 milliseconds