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

  /external/chromium/sdch/open-vcdiff/src/
encodetable_test.cc 103 void ExpectByte(unsigned char b) {
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(0x00); // length of addresses for COPY
    [all...]
vcencoder_test.cc 72 void ExpectByte(unsigned char b) {
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(0x22); // Length of the delta encodin
    [all...]
vcdiffengine_test.cc 94 void ExpectByte(char byte) {
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)
    [all...]
  /external/open-vcdiff/src/
encodetable_test.cc 102 void ExpectByte(unsigned char b) {
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(0x00); // length of addresses for COPY
    [all...]
vcencoder_test.cc 75 void ExpectByte(unsigned char b) {
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(0x22); // Length of the delta encodin
    [all...]
vcdiffengine_test.cc 92 void ExpectByte(char byte) {
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)
    [all...]

Completed in 327 milliseconds