platform_bootable_recovery/tests/unit
Tao Bao bf5b77dbf7 Change the internal representation in RangeSet.
This CL makes the following changes to RangeSet:
 - Uses std::pair<size_t, size_t> to represent a Range;
 - Uses std::vector<Range> to represent a RangeSet;
 - Provides const iterators (forward and reverse);
 - Provides const accessor;
 - 'blocks()' returns the number of blocks (formerly 'size');
 - 'size()' returns the number of Range's (formerly 'count').

Test: recovery_unit_test
Test: Apply an incremental update with the new updater.
Change-Id: Ia1fbb343370a152e1f7aa050cf914c2da09b1396
2017-04-03 09:22:48 -07:00
..
asn1_decoder_test.cpp Refactor asn1_decoder functions into a class. 2017-03-21 15:17:43 -07:00
dirutil_test.cpp tests: Add test coverage for DirUtil. 2016-12-22 09:57:49 -08:00
locale_test.cpp Add the missing sr-Latn into png files and rename the png locale header 2017-03-24 16:54:52 -07:00
rangeset_test.cpp Change the internal representation in RangeSet. 2017-04-03 09:22:48 -07:00
sysutil_test.cpp otautil: Clean up SysUtil.cpp. 2016-11-07 13:00:38 -08:00
zip_test.cpp tests: Replace the O_RDONLY in access(2). 2016-12-21 18:56:53 -08:00
ziputil_test.cpp tests: Add testcase for ZipUtil. 2016-12-21 20:39:58 -08:00