Searched refs:TEST_EQ (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/lz4diff/ |
D | lz4diff_compress.cc | 54 TEST_EQ(sink(reinterpret_cast<const uint8_t*>(uncompressed_block.data()), in TryCompressBlob() 111 TEST_EQ(sink(block_buffer.data(), block_buffer.size()), in TryCompressBlob() 115 TEST_EQ( in TryCompressBlob() 134 TEST_EQ(uncompressed_size, blob.size()); in TryCompressBlob()
|
D | lz4patch.cc | 278 TEST_EQ(size, block_info.compressed_length()); in Lz4Patch()
|
/system/update_engine/payload_consumer/ |
D | xor_extent_writer_unittest.cc | 273 TEST_EQ(bytes_read, static_cast<ssize_t>(source_data.size())); in TEST_F()
|
/system/update_engine/payload_generator/ |
D | deflate_utils.cc | 264 TEST_EQ(in_deflates.size(), out_deflates->size()); in CompactDeflates()
|
/system/update_engine/common/ |
D | utils.h | 626 #define TEST_EQ(_x, _y) TEST_OP(_x, _y, ==) macro
|