Searched refs:ExpectByte (Results 1 - 9 of 9) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dencodetable_test.cc103 void ExpectByte(unsigned char b) { function in class:open_vcdiff::__anon3269::CodeTableWriterTest
225 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
226 ExpectByte(0x11); // Source segment size: dictionary length
227 ExpectByte(0x00); // Source segment position: start of dictionary
228 ExpectByte(0x09); // Length of the delta encoding
229 ExpectByte(0x03); // Size of the target window
230 ExpectByte(0x00); // Delta_indicator (no compression)
231 ExpectByte(0x03); // length of data for ADDs and RUNs
232 ExpectByte(0x01); // length of instructions section
233 ExpectByte(
[all...]
H A Dvcencoder_test.cc72 void ExpectByte(unsigned char b) { function in class:open_vcdiff::__anon3288::VerifyEncodedBytesTest
701 ExpectByte(0xD6); // 'V' | 0x80
702 ExpectByte(0xC3); // 'C' | 0x80
703 ExpectByte(0xC4); // 'D' | 0x80
704 ExpectByte(0x00); // Simple encoder never uses interleaved format
705 ExpectByte(0x00); // Hdr_Indicator
706 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
707 ExpectByte(sizeof(kDictionary)); // Dictionary length
708 ExpectByte(0x00); // Source segment position: start of dictionary
711 ExpectByte(
[all...]
H A Dvcdiffengine_test.cc94 void ExpectByte(char byte) { function in class:open_vcdiff::__anon3287::VCDiffEngineTestBase
133 ExpectByte(byte);
167 ExpectByte(byte);
176 ExpectByte(byte);
259 ExpectByte(0x01); // Win_Indicator: VCD_SOURCE (dictionary)
261 ExpectByte(0x00); // Source segment position: start of dictionary
266 ExpectByte(0x00); // Delta_indicator (no compression)
/external/chromium_org/sdch/open-vcdiff/src/
H A Dencodetable_test.cc102 void ExpectByte(unsigned char b) { function in class:open_vcdiff::__anon9935::CodeTableWriterTest
207 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
208 ExpectByte(0x11); // Source segment size: dictionary length
209 ExpectByte(0x00); // Source segment position: start of dictionary
210 ExpectByte(0x09); // Length of the delta encoding
211 ExpectByte(0x03); // Size of the target window
212 ExpectByte(0x00); // Delta_indicator (no compression)
213 ExpectByte(0x03); // length of data for ADDs and RUNs
214 ExpectByte(0x01); // length of instructions section
215 ExpectByte(
[all...]
H A Dvcencoder_test.cc75 void ExpectByte(unsigned char b) { function in class:open_vcdiff::__anon9945::VerifyEncodedBytesTest
744 ExpectByte(0xD6); // 'V' | 0x80
745 ExpectByte(0xC3); // 'C' | 0x80
746 ExpectByte(0xC4); // 'D' | 0x80
747 ExpectByte(0x00); // Simple encoder never uses interleaved format
748 ExpectByte(0x00); // Hdr_Indicator
749 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
750 ExpectByte(sizeof(kDictionary)); // Dictionary length
751 ExpectByte(0x00); // Source segment position: start of dictionary
754 ExpectByte(
[all...]
H A Dvcdiffengine_test.cc92 void ExpectByte(char byte) { function in class:open_vcdiff::__anon9944::VCDiffEngineTestBase
131 ExpectByte(byte);
165 ExpectByte(byte);
174 ExpectByte(byte);
254 ExpectByte(0x01); // Win_Indicator: VCD_SOURCE (dictionary)
256 ExpectByte(0x00); // Source segment position: start of dictionary
261 ExpectByte(0x00); // Delta_indicator (no compression)
/external/open-vcdiff/src/
H A Dencodetable_test.cc102 void ExpectByte(unsigned char b) { function in class:open_vcdiff::__anon23343::CodeTableWriterTest
207 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
208 ExpectByte(0x11); // Source segment size: dictionary length
209 ExpectByte(0x00); // Source segment position: start of dictionary
210 ExpectByte(0x09); // Length of the delta encoding
211 ExpectByte(0x03); // Size of the target window
212 ExpectByte(0x00); // Delta_indicator (no compression)
213 ExpectByte(0x03); // length of data for ADDs and RUNs
214 ExpectByte(0x01); // length of instructions section
215 ExpectByte(
[all...]
H A Dvcencoder_test.cc75 void ExpectByte(unsigned char b) { function in class:open_vcdiff::__anon23353::VerifyEncodedBytesTest
744 ExpectByte(0xD6); // 'V' | 0x80
745 ExpectByte(0xC3); // 'C' | 0x80
746 ExpectByte(0xC4); // 'D' | 0x80
747 ExpectByte(0x00); // Simple encoder never uses interleaved format
748 ExpectByte(0x00); // Hdr_Indicator
749 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
750 ExpectByte(sizeof(kDictionary)); // Dictionary length
751 ExpectByte(0x00); // Source segment position: start of dictionary
754 ExpectByte(
[all...]
H A Dvcdiffengine_test.cc92 void ExpectByte(char byte) { function in class:open_vcdiff::__anon23352::VCDiffEngineTestBase
131 ExpectByte(byte);
165 ExpectByte(byte);
174 ExpectByte(byte);
254 ExpectByte(0x01); // Win_Indicator: VCD_SOURCE (dictionary)
256 ExpectByte(0x00); // Source segment position: start of dictionary
261 ExpectByte(0x00); // Delta_indicator (no compression)

Completed in 257 milliseconds