Searched refs:VCDiffStandardDecoderTest (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/sdch/open-vcdiff/src/ |
D | vcdecoder1_test.cc | 25 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 …]
|
D | vcdecoder_test.h | 139 class VCDiffStandardDecoderTest : public VCDiffDecoderTest { 141 VCDiffStandardDecoderTest(); 142 virtual ~VCDiffStandardDecoderTest() {} in ~VCDiffStandardDecoderTest()
|
D | vcdecoder_test.cc | 166 const char VCDiffStandardDecoderTest::kWindowHeader[] = { 180 const char VCDiffStandardDecoderTest::kWindowBody[] = { 218 VCDiffStandardDecoderTest::VCDiffStandardDecoderTest() { in VCDiffStandardDecoderTest() function in open_vcdiff::VCDiffStandardDecoderTest
|
D | vcdecoder4_test.cc | 29 : public VCDiffStandardDecoderTest {
|
D | vcdecoder2_test.cc | 29 typedef VCDiffStandardDecoderTest VCDiffStandardDecoderTestByteByByte;
|