Searched refs:VCD_ERROR (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Dlogging.h37 #define VCD_ERROR std::cerr << "ERROR: " macro
42 #define VCD_DFATAL VCD_ERROR
H A Dheaderparser.cc96 VCD_ERROR << "Expected " << variable_description
123 VCD_ERROR << "Expected " << variable_description
132 VCD_ERROR << "Value of " << variable_description << "(" << parsed_value
176 VCD_ERROR << "Source segment length (" << *source_segment_length
187 VCD_ERROR << "Source segment position (" << *source_segment_position
196 VCD_ERROR << "Source segment end position (" << source_segment_end
226 VCD_ERROR << "Delta file contains VCD_TARGET flag, which is not "
237 VCD_ERROR << "Win_Indicator must not have both VCD_SOURCE"
278 VCD_ERROR << "Secondary compression of delta file sections "
314 VCD_ERROR << "Th
[all...]
H A Daddrcache.cc79 VCD_ERROR << "Near cache size " << near_cache_size_ << " is invalid"
84 VCD_ERROR << "Same cache size " << same_cache_size_ << " is invalid"
89 VCD_ERROR << "Using near cache size " << near_cache_size_
226 VCD_ERROR << "Decoded address " << decoded_address << " is invalid"
230 VCD_ERROR << "Decoded address (" << decoded_address
301 VCD_ERROR << "Found invalid variable-length integer "
H A Ddecodetable.cc53 VCD_ERROR << "Internal error: GetNextInstruction() called before Init()"
98 VCD_ERROR << "Instruction size is not a valid variable-length integer"
H A Dvcencoder.cc126 VCD_ERROR << "EncodeChunk called before StartEncoding" << VCD_ENDL;
139 VCD_ERROR << "FinishEncoding called before StartEncoding" << VCD_ENDL;
180 VCD_ERROR << "Error initializing HashedDictionary" << VCD_ENDL;
H A Dvcdecoder.cc373 VCD_ERROR << "Specified maximum target window size "
694 VCD_ERROR << "Unrecognized VCDIFF format version" << VCD_ENDL;
715 VCD_ERROR << "Did not find VCDIFF header bytes; "
723 VCD_ERROR << "Secondary compression is not supported" << VCD_ENDL;
911 VCD_ERROR << "FinishDecoding() called before parsing entire"
923 VCD_ERROR << "Length of target window (" << window_size
939 VCD_ERROR << "Length of target window (" << window_size
950 VCD_ERROR << "Length of target window (" << window_size
1018 VCD_ERROR << "The end of the instructions section "
1163 VCD_ERROR << "Unabl
[all...]
H A Dcodetable.cc41 VCD_ERROR << "Unexpected instruction type " << inst << VCD_ENDL;
198 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
204 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
212 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has "
219 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode
262 VCD_ERROR << "VCDiff: Bad code table; there is no opcode for inst "
265 VCD_ERROR << "VCDiff: Bad code table; there is no opcode for inst "
/external/open-vcdiff/src/
H A Dlogging.h37 #define VCD_ERROR std::cerr << "ERROR: " macro
42 #define VCD_DFATAL VCD_ERROR
H A Dheaderparser.cc96 VCD_ERROR << "Expected " << variable_description
123 VCD_ERROR << "Expected " << variable_description
132 VCD_ERROR << "Value of " << variable_description << "(" << parsed_value
176 VCD_ERROR << "Source segment length (" << *source_segment_length
187 VCD_ERROR << "Source segment position (" << *source_segment_position
196 VCD_ERROR << "Source segment end position (" << source_segment_end
226 VCD_ERROR << "Delta file contains VCD_TARGET flag, which is not "
237 VCD_ERROR << "Win_Indicator must not have both VCD_SOURCE"
278 VCD_ERROR << "Secondary compression of delta file sections "
314 VCD_ERROR << "Th
[all...]
H A Daddrcache.cc79 VCD_ERROR << "Near cache size " << near_cache_size_ << " is invalid"
84 VCD_ERROR << "Same cache size " << same_cache_size_ << " is invalid"
89 VCD_ERROR << "Using near cache size " << near_cache_size_
226 VCD_ERROR << "Decoded address " << decoded_address << " is invalid"
230 VCD_ERROR << "Decoded address (" << decoded_address
301 VCD_ERROR << "Found invalid variable-length integer "
H A Ddecodetable.cc53 VCD_ERROR << "Internal error: GetNextInstruction() called before Init()"
98 VCD_ERROR << "Instruction size is not a valid variable-length integer"
H A Dvcencoder.cc126 VCD_ERROR << "EncodeChunk called before StartEncoding" << VCD_ENDL;
139 VCD_ERROR << "FinishEncoding called before StartEncoding" << VCD_ENDL;
180 VCD_ERROR << "Error initializing HashedDictionary" << VCD_ENDL;
H A Dvcdecoder.cc373 VCD_ERROR << "Specified maximum target window size "
694 VCD_ERROR << "Unrecognized VCDIFF format version" << VCD_ENDL;
715 VCD_ERROR << "Did not find VCDIFF header bytes; "
723 VCD_ERROR << "Secondary compression is not supported" << VCD_ENDL;
911 VCD_ERROR << "FinishDecoding() called before parsing entire"
923 VCD_ERROR << "Length of target window (" << window_size
939 VCD_ERROR << "Length of target window (" << window_size
950 VCD_ERROR << "Length of target window (" << window_size
1018 VCD_ERROR << "The end of the instructions section "
1163 VCD_ERROR << "Unabl
[all...]
H A Dcodetable.cc41 VCD_ERROR << "Unexpected instruction type " << inst << VCD_ENDL;
198 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
204 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
212 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has "
219 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode
262 VCD_ERROR << "VCDiff: Bad code table; there is no opcode for inst "
265 VCD_ERROR << "VCDiff: Bad code table; there is no opcode for inst "

Completed in 141 milliseconds