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

  /external/open-vcdiff/src/
vcencoder_test.cc 119 class VCDiffEncoderTest : public VerifyEncodedBytesTest {
125 VCDiffEncoderTest();
126 virtual ~VCDiffEncoderTest() { }
143 const char VCDiffEncoderTest::kDictionary[] =
149 const char VCDiffEncoderTest::kTarget[] =
155 const char VCDiffEncoderTest::kJSONDiff[] =
161 VCDiffEncoderTest::VCDiffEncoderTest()
173 TEST_F(VCDiffEncoderTest, EncodeBeforeStartEncoding) {
177 TEST_F(VCDiffEncoderTest, FinishBeforeStartEncoding)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcencoder_test.cc 117 class VCDiffEncoderTest : public VerifyEncodedBytesTest {
122 VCDiffEncoderTest();
123 virtual ~VCDiffEncoderTest() { }
137 const char VCDiffEncoderTest::kDictionary[] =
143 const char VCDiffEncoderTest::kTarget[] =
149 VCDiffEncoderTest::VCDiffEncoderTest()
158 TEST_F(VCDiffEncoderTest, EncodeBeforeStartEncoding) {
162 TEST_F(VCDiffEncoderTest, FinishBeforeStartEncoding) {
166 TEST_F(VCDiffEncoderTest, EncodeDecodeNothing)
    [all...]

Completed in 195 milliseconds