HomeSort by relevance Sort by last modified time
    Searched refs:VCDiffStandardDecoderTest (Results 1 - 5 of 5) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
vcdecoder1_test.cc 25 TEST_F(VCDiffStandardDecoderTest, DecodeHeaderOnly) {
34 TEST_F(VCDiffStandardDecoderTest, Decode) {
47 TEST_F(VCDiffStandardDecoderTest, StandardFormatDoesNotSupportChecksum) {
59 TEST_F(VCDiffStandardDecoderTest, FinishAfterDecodingPartialWindow) {
69 TEST_F(VCDiffStandardDecoderTest, FinishAfterDecodingPartialWindowHeader) {
79 TEST_F(VCDiffStandardDecoderTest, TargetMatchesWindowSizeLimit) {
89 TEST_F(VCDiffStandardDecoderTest, TargetMatchesFileSizeLimit) {
99 TEST_F(VCDiffStandardDecoderTest, TargetExceedsWindowSizeLimit) {
108 TEST_F(VCDiffStandardDecoderTest, TargetExceedsFileSizeLimit) {
121 TEST_F(VCDiffStandardDecoderTest, FuzzBits)
    [all...]
vcdecoder_test.h 139 class VCDiffStandardDecoderTest : public VCDiffDecoderTest {
141 VCDiffStandardDecoderTest();
142 virtual ~VCDiffStandardDecoderTest() {}
vcdecoder_test.cc 166 const char VCDiffStandardDecoderTest::kWindowHeader[] = {
180 const char VCDiffStandardDecoderTest::kWindowBody[] = {
218 VCDiffStandardDecoderTest::VCDiffStandardDecoderTest() {
vcdecoder4_test.cc 29 : public VCDiffStandardDecoderTest {
    [all...]
vcdecoder2_test.cc 24 // These are the same tests as for VCDiffStandardDecoderTest, with the added
29 typedef VCDiffStandardDecoderTest VCDiffStandardDecoderTestByteByByte;
    [all...]

Completed in 309 milliseconds