HomeSort by relevance Sort by last modified time
    Searched refs:VCD_ENDL (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/sdch/open-vcdiff/src/
headerparser.cc 30 << VCD_ENDL;
40 << " is beyond start of data " << start_ << VCD_ENDL;
46 << " is beyond end of data " << end_ << VCD_ENDL;
57 << UnparsedSize() << VCD_ENDL;
97 << "; found invalid variable-length integer" << VCD_ENDL;
124 << "; found invalid variable-length integer" << VCD_ENDL;
133 << ") is too large for unsigned 32-bit integer" << VCD_ENDL;
178 << ")" << VCD_ENDL;
189 << " (" << from_size << ")" << VCD_ENDL;
198 << " (" << from_size << ")" << VCD_ENDL;
    [all...]
addrcache.cc 80 << VCD_ENDL;
85 << VCD_ENDL;
92 << VCD_MAX_MODES << ")" << VCD_ENDL;
159 << address << VCD_ENDL;
165 << ") < here_address (" << here_address << ")" << VCD_ENDL;
227 << VCD_ENDL;
232 << ")" << VCD_ENDL;
283 " for here_address: " << here_address << VCD_ENDL;
302 "as encoded address value" << VCD_ENDL;
318 << static_cast<int>(LastMode()) << VCD_ENDL;
    [all...]
decodetable.h 113 "instructions_and_sizes in UnGetInstruction" << VCD_ENDL;
119 "in UnGetInstruction" << VCD_ENDL;
logging.h 45 #define VCD_ENDL std::endl; \
blockhash.cc 60 VCD_DFATAL << "Init() called twice for same BlockHash object" << VCD_ENDL;
66 << VCD_ENDL;
126 << " is zero or negative" << VCD_ENDL;
135 << " is not a power of 2" << VCD_ENDL;
145 << " is too large" << VCD_ENDL;
156 << VCD_ENDL;
167 << VCD_ENDL;
174 << next_block_table_[block_number] << VCD_ENDL;
191 << next_block_table_[last_matching_block] << VCD_ENDL;
208 << " higher than end index " << source_size_ << VCD_ENDL;
    [all...]
vcencoder.cc 113 "Initialization of code table writer failed" << VCD_ENDL;
126 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;
decodetable.cc 54 << VCD_ENDL;
99 << VCD_ENDL;
encodetable.cc 177 << VCD_ENDL;
189 " in a row" << VCD_ENDL;
234 << ", mode " << mode << ", size 0" << VCD_ENDL;
251 << VCD_ENDL;
314 VCD_WARNING << "Empty input; no delta window produced" << VCD_ENDL;
370 << VCD_ENDL;
376 VCD_WARNING << "Empty target window" << VCD_ENDL;
388 "VCDiffCodeTableWriter state failed" << VCD_ENDL;
vcdiffengine.cc 48 << VCD_ENDL;
54 VCD_DFATAL << "Creation of dictionary hash failed" << VCD_ENDL;
143 << coder->target_length() << ")" << VCD_ENDL;
155 "called before VCDiffEngine::Init()" << VCD_ENDL;
176 VCD_DFATAL << "Instantiation of target hash failed" << VCD_ENDL;
vcdecoder.cc 375 << kTargetSizeLimit << " bytes" << VCD_ENDL;
409 << planned_target_file_size_ << VCD_ENDL;
472 << VCD_ENDL;
643 << VCD_ENDL;
694 VCD_ERROR << "Unrecognized VCDIFF format version" << VCD_ENDL;
716 "input is not a VCDIFF delta file" << VCD_ENDL;
723 VCD_ERROR << "Secondary compression is not supported" << VCD_ENDL;
    [all...]
varint_bigendian.cc 66 " which requires non-negative argument" << VCD_ENDL;
114 " which requires non-negative argument" << VCD_ENDL;
codetable.cc 41 VCD_ERROR << "Unexpected instruction type " << inst << VCD_ENDL;
200 << static_cast<int>(inst) << VCD_ENDL;
206 << static_cast<int>(mode) << VCD_ENDL;
214 << static_cast<int>(size) << VCD_ENDL;
222 << static_cast<int>(mode) << VCD_ENDL;
263 "COPY, size 0, mode " << (i - VCD_COPY) << VCD_ENDL;
267 << ", size 0, mode 0" << VCD_ENDL;
rolling_hash.h 112 " before calling RollingHash::Init()" << VCD_ENDL;
  /external/open-vcdiff/src/
headerparser.cc 30 << VCD_ENDL;
40 << " is beyond start of data " << start_ << VCD_ENDL;
46 << " is beyond end of data " << end_ << VCD_ENDL;
57 << UnparsedSize() << VCD_ENDL;
97 << "; found invalid variable-length integer" << VCD_ENDL;
124 << "; found invalid variable-length integer" << VCD_ENDL;
133 << ") is too large for unsigned 32-bit integer" << VCD_ENDL;
178 << ")" << VCD_ENDL;
189 << " (" << from_size << ")" << VCD_ENDL;
198 << " (" << from_size << ")" << VCD_ENDL;
    [all...]
addrcache.cc 80 << VCD_ENDL;
85 << VCD_ENDL;
92 << VCD_MAX_MODES << ")" << VCD_ENDL;
159 << address << VCD_ENDL;
165 << ") < here_address (" << here_address << ")" << VCD_ENDL;
227 << VCD_ENDL;
232 << ")" << VCD_ENDL;
283 " for here_address: " << here_address << VCD_ENDL;
302 "as encoded address value" << VCD_ENDL;
318 << static_cast<int>(LastMode()) << VCD_ENDL;
    [all...]
decodetable.h 113 "instructions_and_sizes in UnGetInstruction" << VCD_ENDL;
119 "in UnGetInstruction" << VCD_ENDL;
logging.h 45 #define VCD_ENDL std::endl; \
blockhash.cc 60 VCD_DFATAL << "Init() called twice for same BlockHash object" << VCD_ENDL;
66 << VCD_ENDL;
126 << " is zero or negative" << VCD_ENDL;
135 << " is not a power of 2" << VCD_ENDL;
145 << " is too large" << VCD_ENDL;
156 << VCD_ENDL;
167 << VCD_ENDL;
174 << next_block_table_[block_number] << VCD_ENDL;
191 << next_block_table_[last_matching_block] << VCD_ENDL;
208 << " higher than end index " << source_size_ << VCD_ENDL;
    [all...]
vcencoder.cc 113 "Initialization of code table writer failed" << VCD_ENDL;
126 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;
decodetable.cc 54 << VCD_ENDL;
99 << VCD_ENDL;
encodetable.cc 177 << VCD_ENDL;
189 " in a row" << VCD_ENDL;
234 << ", mode " << mode << ", size 0" << VCD_ENDL;
251 << VCD_ENDL;
314 VCD_WARNING << "Empty input; no delta window produced" << VCD_ENDL;
370 << VCD_ENDL;
376 VCD_WARNING << "Empty target window" << VCD_ENDL;
388 "VCDiffCodeTableWriter state failed" << VCD_ENDL;
vcdiffengine.cc 48 << VCD_ENDL;
54 VCD_DFATAL << "Creation of dictionary hash failed" << VCD_ENDL;
143 << coder->target_length() << ")" << VCD_ENDL;
155 "called before VCDiffEngine::Init()" << VCD_ENDL;
176 VCD_DFATAL << "Instantiation of target hash failed" << VCD_ENDL;
vcdecoder.cc 375 << kTargetSizeLimit << " bytes" << VCD_ENDL;
409 << planned_target_file_size_ << VCD_ENDL;
472 << VCD_ENDL;
643 << VCD_ENDL;
694 VCD_ERROR << "Unrecognized VCDIFF format version" << VCD_ENDL;
716 "input is not a VCDIFF delta file" << VCD_ENDL;
723 VCD_ERROR << "Secondary compression is not supported" << VCD_ENDL;
    [all...]
varint_bigendian.cc 66 " which requires non-negative argument" << VCD_ENDL;
114 " which requires non-negative argument" << VCD_ENDL;
codetable.cc 41 VCD_ERROR << "Unexpected instruction type " << inst << VCD_ENDL;
200 << static_cast<int>(inst) << VCD_ENDL;
206 << static_cast<int>(mode) << VCD_ENDL;
214 << static_cast<int>(size) << VCD_ENDL;
222 << static_cast<int>(mode) << VCD_ENDL;
263 "COPY, size 0, mode " << (i - VCD_COPY) << VCD_ENDL;
267 << ", size 0, mode 0" << VCD_ENDL;

Completed in 240 milliseconds

1 2