Home
last modified time | relevance | path

Searched refs:kDictionary (Results 1 – 9 of 9) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dvcencoder_test.cc119 static const char kDictionary[]; member in open_vcdiff::__anon3790d69c0111::VCDiffEncoderTest
137 const char VCDiffEncoderTest::kDictionary[] = member in open_vcdiff::__anon3790d69c0111::VCDiffEncoderTest
150 : hashed_dictionary_(kDictionary, sizeof(kDictionary)), in VCDiffEncoderTest()
154 simple_encoder_(kDictionary, sizeof(kDictionary)) { in VCDiffEncoderTest()
206 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, in TEST_F()
207 sizeof(kDictionary), in TEST_F()
218 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, in TEST_F()
219 sizeof(kDictionary), in TEST_F()
232 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, in TEST_F()
233 sizeof(kDictionary), in TEST_F()
[all …]
Dvcdecoder_test.cc43 const char VCDiffDecoderTest::kDictionary[] = member in open_vcdiff::VCDiffDecoderTest
56 dictionary_ = kDictionary; in VCDiffDecoderTest()
168 FirstByteOfStringLength(kDictionary), // Source segment size
169 SecondByteOfStringLength(kDictionary),
226 FirstByteOfStringLength(kDictionary), // Source segment size
227 SecondByteOfStringLength(kDictionary),
Dvcdecoder4_test.cc132 FirstByteOfStringLength(kDictionary), // Source segment size
133 SecondByteOfStringLength(kDictionary),
430 FirstByteOfStringLength(kDictionary), // Source segment size
431 SecondByteOfStringLength(kDictionary),
647 FirstByteOfStringLength(kDictionary), // Source segment size
648 SecondByteOfStringLength(kDictionary),
721 FirstByteOfStringLength(kDictionary), // Source segment size
722 SecondByteOfStringLength(kDictionary),
883 FirstByteOfStringLength(kDictionary), // Source segment size
884 SecondByteOfStringLength(kDictionary),
Dvcdecoder_test.h34 static const char kDictionary[]; variable
Dvcdecoder3_test.cc306 FirstByteOfStringLength(kDictionary); in TEST_F()
308 SecondByteOfStringLength(kDictionary); in TEST_F()
927 FirstByteOfStringLength(kDictionary); in TEST_F()
929 SecondByteOfStringLength(kDictionary); in TEST_F()
Dvcdecoder1_test.cc632 FirstByteOfStringLength(kDictionary); in TEST_F()
634 SecondByteOfStringLength(kDictionary); in TEST_F()
Dvcdecoder2_test.cc1029 FirstByteOfStringLength(kDictionary); in TEST_F()
1031 SecondByteOfStringLength(kDictionary); in TEST_F()
/external/chromium/net/spdy/
Dspdy_framer.cc43 const char SpdyFramer::kDictionary[] = member in spdy::SpdyFramer
57 const int SpdyFramer::kDictionarySize = arraysize(kDictionary);
95 (const Bytef*)SpdyFramer::kDictionary, in DecompressHeaderBlockInZStream()
1129 reinterpret_cast<const Bytef*>(kDictionary), in GetHeaderCompressor()
1151 reinterpret_cast<const Bytef*>(kDictionary), in GetHeaderDecompressor()
1533 rv = inflateSetDictionary(decompressor, (const Bytef*)kDictionary, in DecompressFrameWithZStream()
Dspdy_framer.h313 static const char kDictionary[]; variable