Home
last modified time | relevance | path

Searched refs:VCDiffStandardDecoderTest (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
Dvcdecoder1_test.cc25 TEST_F(VCDiffStandardDecoderTest, DecodeHeaderOnly) { in TEST_F() argument
34 TEST_F(VCDiffStandardDecoderTest, Decode) { in TEST_F() argument
47 TEST_F(VCDiffStandardDecoderTest, StandardFormatDoesNotSupportChecksum) { in TEST_F() argument
59 TEST_F(VCDiffStandardDecoderTest, FinishAfterDecodingPartialWindow) { in TEST_F() argument
69 TEST_F(VCDiffStandardDecoderTest, FinishAfterDecodingPartialWindowHeader) { in TEST_F() argument
79 TEST_F(VCDiffStandardDecoderTest, TargetMatchesWindowSizeLimit) { in TEST_F() argument
89 TEST_F(VCDiffStandardDecoderTest, TargetMatchesFileSizeLimit) { in TEST_F() argument
99 TEST_F(VCDiffStandardDecoderTest, TargetExceedsWindowSizeLimit) { in TEST_F() argument
108 TEST_F(VCDiffStandardDecoderTest, TargetExceedsFileSizeLimit) { in TEST_F() argument
121 TEST_F(VCDiffStandardDecoderTest, FuzzBits) { in TEST_F() argument
[all …]
Dvcdecoder_test.h139 class VCDiffStandardDecoderTest : public VCDiffDecoderTest {
141 VCDiffStandardDecoderTest();
142 virtual ~VCDiffStandardDecoderTest() {} in ~VCDiffStandardDecoderTest()
Dvcdecoder_test.cc166 const char VCDiffStandardDecoderTest::kWindowHeader[] = {
180 const char VCDiffStandardDecoderTest::kWindowBody[] = {
218 VCDiffStandardDecoderTest::VCDiffStandardDecoderTest() { in VCDiffStandardDecoderTest() function in open_vcdiff::VCDiffStandardDecoderTest
Dvcdecoder4_test.cc29 : public VCDiffStandardDecoderTest {
Dvcdecoder2_test.cc29 typedef VCDiffStandardDecoderTest VCDiffStandardDecoderTestByteByByte;