/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_defs.h | 113 // +---- VCD_TARGET 121 // If bit 1 (VCD_TARGET) is non-zero, this indicates that a 131 const unsigned char VCD_TARGET = 0x02;
|
headerparser.cc | 216 *win_indicator & (VCD_SOURCE | VCD_TARGET); 224 case VCD_TARGET: 226 LOG(ERROR) << "Delta file contains VCD_TARGET flag, which is not " 236 case VCD_SOURCE | VCD_TARGET: 238 " and VCD_TARGET set" << LOG_ENDL;
|
vcdecoder4_test.cc | 167 VCD_TARGET, // Win_Indicator: take source from decoded data 183 VCD_TARGET, // Win_Indicator: take source from decoded data 267 CHECK_EQ(VCD_TARGET, static_cast<unsigned char>(delta_file_[chunk_1_size])); 289 // The third window begins with Win_Indicator = VCD_TARGET which is not 291 CHECK_EQ(VCD_TARGET, static_cast<unsigned char>(delta_file_[chunk_1_size])); 294 // Just parsing one more byte (the VCD_TARGET) should result in an error. 401 // Windows 3 and 4 use the VCD_TARGET flag, so decoder should signal an error. 411 // The failure should occur just at the position of the first VCD_TARGET. 459 VCD_TARGET, // Win_Indicator: take source from decoded data 472 VCD_TARGET, // Win_Indicator: take source from decoded dat [all...] |
vcdecoder.cc | 591 // If this value is true then the VCD_TARGET flag can be specified to allow 594 // VCD_TARGET flag is considered an error, and the decoder does not need to [all...] |
vcdecoder1_test.cc | 138 delta_file_[delta_file_header_.size()] = VCD_SOURCE + VCD_TARGET; 148 // besides VCD_SOURCE and VCD_TARGET.
|
vcdecoder2_test.cc | 182 delta_file_[delta_file_header_.size()] = VCD_SOURCE + VCD_TARGET; 199 // besides VCD_SOURCE and VCD_TARGET. [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiff_defs.h | 113 // +---- VCD_TARGET 121 // If bit 1 (VCD_TARGET) is non-zero, this indicates that a 131 const unsigned char VCD_TARGET = 0x02;
|
headerparser.cc | 216 *win_indicator & (VCD_SOURCE | VCD_TARGET); 224 case VCD_TARGET: 226 VCD_ERROR << "Delta file contains VCD_TARGET flag, which is not " 236 case VCD_SOURCE | VCD_TARGET: 238 " and VCD_TARGET set" << VCD_ENDL;
|
vcdecoder4_test.cc | 167 VCD_TARGET, // Win_Indicator: take source from decoded data 183 VCD_TARGET, // Win_Indicator: take source from decoded data 267 CHECK_EQ(VCD_TARGET, static_cast<unsigned char>(delta_file_[chunk_1_size])); 290 // The third window begins with Win_Indicator = VCD_TARGET which is not 292 CHECK_EQ(VCD_TARGET, static_cast<unsigned char>(delta_file_[chunk_1_size])); 295 // Just parsing one more byte (the VCD_TARGET) should result in an error. 402 // Windows 3 and 4 use the VCD_TARGET flag, so decoder should signal an error. 412 // The failure should occur just at the position of the first VCD_TARGET. 460 VCD_TARGET, // Win_Indicator: take source from decoded data 473 VCD_TARGET, // Win_Indicator: take source from decoded dat [all...] |
vcdecoder.cc | 597 // If this value is true then the VCD_TARGET flag can be specified to allow 600 // VCD_TARGET flag is considered an error, and the decoder does not need to [all...] |
vcdecoder1_test.cc | 138 delta_file_[delta_file_header_.size()] = VCD_SOURCE + VCD_TARGET; 148 // besides VCD_SOURCE and VCD_TARGET.
|
vcdecoder2_test.cc | 182 delta_file_[delta_file_header_.size()] = VCD_SOURCE + VCD_TARGET; 199 // besides VCD_SOURCE and VCD_TARGET. [all...] |
/external/open-vcdiff/src/ |
vcdiff_defs.h | 113 // +---- VCD_TARGET 121 // If bit 1 (VCD_TARGET) is non-zero, this indicates that a 131 const unsigned char VCD_TARGET = 0x02;
|
headerparser.cc | 216 *win_indicator & (VCD_SOURCE | VCD_TARGET); 224 case VCD_TARGET: 226 VCD_ERROR << "Delta file contains VCD_TARGET flag, which is not " 236 case VCD_SOURCE | VCD_TARGET: 238 " and VCD_TARGET set" << VCD_ENDL;
|
vcdecoder4_test.cc | 167 VCD_TARGET, // Win_Indicator: take source from decoded data 183 VCD_TARGET, // Win_Indicator: take source from decoded data 267 CHECK_EQ(VCD_TARGET, static_cast<unsigned char>(delta_file_[chunk_1_size])); 290 // The third window begins with Win_Indicator = VCD_TARGET which is not 292 CHECK_EQ(VCD_TARGET, static_cast<unsigned char>(delta_file_[chunk_1_size])); 295 // Just parsing one more byte (the VCD_TARGET) should result in an error. 402 // Windows 3 and 4 use the VCD_TARGET flag, so decoder should signal an error. 412 // The failure should occur just at the position of the first VCD_TARGET. 460 VCD_TARGET, // Win_Indicator: take source from decoded data 473 VCD_TARGET, // Win_Indicator: take source from decoded dat [all...] |
vcdecoder.cc | 597 // If this value is true then the VCD_TARGET flag can be specified to allow 600 // VCD_TARGET flag is considered an error, and the decoder does not need to [all...] |
vcdecoder1_test.cc | 138 delta_file_[delta_file_header_.size()] = VCD_SOURCE + VCD_TARGET; 148 // besides VCD_SOURCE and VCD_TARGET.
|
vcdecoder2_test.cc | 182 delta_file_[delta_file_header_.size()] = VCD_SOURCE + VCD_TARGET; 199 // besides VCD_SOURCE and VCD_TARGET. [all...] |