Searched defs:LOG_ENDL (Results 1 - 9 of 9) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dcodetable.cc41 LOG(ERROR) << "Unexpected instruction type " << inst << LOG_ENDL; local
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;
H A Dlogging.h63 #define LOG_ENDL std::endl; \ macro
H A Dvarint_bigendian.cc66 " which requires non-negative argument" << LOG_ENDL; local
114 " which requires non-negative argument" << LOG_ENDL; local
H A Daddrcache.cc80 << LOG_ENDL; local
85 << LOG_ENDL; local
92 << VCD_MAX_MODES << ")" << LOG_ENDL; local
159 << address << LOG_ENDL; local
165 << ") < here_address (" << here_address << ")" << LOG_ENDL; local
227 << LOG_ENDL; local
232 << ")" << LOG_ENDL; local
283 " for here_address: " << here_address << LOG_ENDL; local
302 "as encoded address value" << LOG_ENDL;
318 << static_cast<int>(LastMode()) << LOG_ENDL;
[all...]
H A Dencodetable.cc145 << LOG_ENDL;
157 " in a row" << LOG_ENDL;
202 << ", mode " << mode << ", size 0" << LOG_ENDL; local
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;
H A Drolling_hash.h113 " before calling RollingHash::Init()" << LOG_ENDL;
181 << " is too small" << LOG_ENDL; local
H A Dheaderparser.cc30 << LOG_ENDL;
40 << " is beyond start of data " << start_ << LOG_ENDL; local
46 << " is beyond end of data " << end_ << LOG_ENDL; local
57 << UnparsedSize() << LOG_ENDL;
97 << "; found invalid variable-length integer" << LOG_ENDL; local
124 << "; found invalid variable-length integer" << LOG_ENDL; local
133 << ") is too large for unsigned 32-bit integer" << LOG_ENDL; local
178 << ")" << LOG_ENDL; local
189 << " (" << from_size << ")" << LOG_ENDL; local
198 << " (" << from_size << ")" << LOG_ENDL; local
[all...]
H A Dblockhash.cc59 LOG(DFATAL) << "Init() called twice for same BlockHash object" << LOG_ENDL;
65 << LOG_ENDL; local
125 << " is zero or negative" << LOG_ENDL; local
134 << " is not a power of 2" << LOG_ENDL; local
144 << " is too large" << LOG_ENDL; local
155 << LOG_ENDL;
166 << LOG_ENDL;
173 << next_block_table_[block_number] << LOG_ENDL; local
190 << next_block_table_[last_matching_block] << LOG_ENDL; local
207 << " higher than end index " << source_size_ << LOG_ENDL; local
215 << ")" << LOG_ENDL; local
329 << block_number << LOG_ENDL; local
[all...]
H A Dvcdecoder.cc382 << kTargetSizeLimit << " bytes" << LOG_ENDL; local
416 << planned_target_file_size_ << LOG_ENDL; local
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;
788 " but custom_code_table_ is NULL" << LOG_ENDL;
809 << sizeof(*custom_code_table_) << ")" << LOG_ENDL;
864 LOG(DFATAL) << "DecodeChunk() called without StartDecoding()" << LOG_ENDL;
922 << " bytes" << LOG_ENDL; local
940 << planned_target_file_size_ << " bytes" << LOG_ENDL; local
951 << maximum_target_file_size_ << " bytes" << LOG_ENDL; local
1164 << here_address << LOG_ENDL; local
1233 << LOG_ENDL; local
1249 << "in opcode stream" << LOG_ENDL; local
1266 << target_window_length_ << " bytes)" << LOG_ENDL; local
[all...]

Completed in 83 milliseconds