Home
last modified time | relevance | path

Searched defs:VCDiffStandardDecoderTest (Results 1 – 2 of 2) 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.cc218 VCDiffStandardDecoderTest::VCDiffStandardDecoderTest() { in VCDiffStandardDecoderTest() function in open_vcdiff::VCDiffStandardDecoderTest