HomeSort by relevance Sort by last modified time
    Searched defs:LOG_ENDL (Results 1 - 9 of 9) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
codetable.cc 41 LOG(ERROR) << "Unexpected instruction type " << inst << LOG_ENDL;
200 << static_cast<int>(inst) << LOG_ENDL;
206 << static_cast<int>(mode) << LOG_ENDL;
214 << static_cast<int>(size) << LOG_ENDL;
222 << static_cast<int>(mode) << LOG_ENDL;
263 "COPY, size 0, mode " << (i - VCD_COPY) << LOG_ENDL;
267 << ", size 0, mode 0" << LOG_ENDL;
logging.h 63 #define LOG_ENDL std::endl; \
varint_bigendian.cc 66 " which requires non-negative argument" << LOG_ENDL;
114 " which requires non-negative argument" << LOG_ENDL;
addrcache.cc 80 << LOG_ENDL;
85 << LOG_ENDL;
92 << VCD_MAX_MODES << ")" << LOG_ENDL;
159 << address << LOG_ENDL;
165 << ") < here_address (" << here_address << ")" << LOG_ENDL;
227 << LOG_ENDL;
232 << ")" << LOG_ENDL;
283 " for here_address: " << here_address << LOG_ENDL;
302 "as encoded address value" << LOG_ENDL;
318 << static_cast<int>(LastMode()) << LOG_ENDL;
    [all...]
encodetable.cc 145 << LOG_ENDL;
157 " in a row" << LOG_ENDL;
202 << ", mode " << mode << ", size 0" << LOG_ENDL;
219 << LOG_ENDL;
286 LOG(WARNING) << "Empty input; no delta window produced" << LOG_ENDL;
342 << LOG_ENDL;
348 LOG(WARNING) << "Empty target window" << LOG_ENDL;
360 "VCDiffCodeTableWriter state failed" << LOG_ENDL;
headerparser.cc 30 << LOG_ENDL;
40 << " is beyond start of data " << start_ << LOG_ENDL;
46 << " is beyond end of data " << end_ << LOG_ENDL;
57 << UnparsedSize() << LOG_ENDL;
97 << "; found invalid variable-length integer" << LOG_ENDL;
124 << "; found invalid variable-length integer" << LOG_ENDL;
133 << ") is too large for unsigned 32-bit integer" << LOG_ENDL;
178 << ")" << LOG_ENDL;
189 << " (" << from_size << ")" << LOG_ENDL;
198 << " (" << from_size << ")" << LOG_ENDL;
    [all...]
rolling_hash.h 113 " before calling RollingHash::Init()" << LOG_ENDL;
181 << " is too small" << LOG_ENDL;
blockhash.cc 59 LOG(DFATAL) << "Init() called twice for same BlockHash object" << LOG_ENDL;
65 << LOG_ENDL;
125 << " is zero or negative" << LOG_ENDL;
134 << " is not a power of 2" << LOG_ENDL;
144 << " is too large" << LOG_ENDL;
155 << LOG_ENDL;
166 << LOG_ENDL;
173 << next_block_table_[block_number] << LOG_ENDL;
190 << next_block_table_[last_matching_block] << LOG_ENDL;
207 << " higher than end index " << source_size_ << LOG_ENDL;
    [all...]
vcdecoder.cc 382 << kTargetSizeLimit << " bytes" << LOG_ENDL;
416 << planned_target_file_size_ << LOG_ENDL;
479 << LOG_ENDL;
642 << LOG_ENDL;
693 LOG(ERROR) << "Unrecognized VCDIFF format version" << LOG_ENDL;
715 "input is not a VCDIFF delta file" << LOG_ENDL;
722 LOG(ERROR) << "Secondary compression is not supported" << LOG_ENDL;
    [all...]

Completed in 44 milliseconds