HomeSort by relevance Sort by last modified time
    Searched defs:kDictionary (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder_test.cc 43 const char VCDiffDecoderTest::kDictionary[] =
56 dictionary_ = kDictionary;
168 FirstByteOfStringLength(kDictionary), // Source segment size
169 SecondByteOfStringLength(kDictionary),
226 FirstByteOfStringLength(kDictionary), // Source segment size
227 SecondByteOfStringLength(kDictionary),
vcdecoder_test.h 34 static const char kDictionary[];
116 // kDictionary, kExpectedTarget, etc.)
vcencoder_test.cc 121 static const char kDictionary[];
143 const char VCDiffEncoderTest::kDictionary[] =
162 : hashed_dictionary_(kDictionary, sizeof(kDictionary)),
166 simple_encoder_(kDictionary, sizeof(kDictionary)),
232 EXPECT_TRUE(simple_decoder_.Decode(kDictionary,
233 sizeof(kDictionary),
244 EXPECT_TRUE(simple_decoder_.Decode(kDictionary,
245 sizeof(kDictionary),
    [all...]

Completed in 142 milliseconds