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

1 2 3

  /external/chromium/sdch/open-vcdiff/src/
logging.h 38 #define DFATAL FATAL
40 #define DFATAL ERROR
decodetable.h 112 LOG(DFATAL) << "Internal error: last_instruction_start past end of "
118 LOG(DFATAL) << "Internal error: two pending instructions in a row "
blockhash.cc 59 LOG(DFATAL) << "Init() called twice for same BlockHash object" << LOG_ENDL;
64 LOG(DFATAL) << "Error finding table size for source size " << source_size_
122 LOG(DFATAL) << "Internal error: CalcTableSize(dictionary_size = "
131 LOG(DFATAL) << "Internal error: CalcTableSize(dictionary_size = "
141 LOG(DFATAL) << "Internal error: CalcTableSize(dictionary_size = "
154 LOG(DFATAL) << "BlockHash::AddBlock() called before BlockHash::Init()"
163 LOG(DFATAL) << "BlockHash::AddBlock() called"
170 LOG(DFATAL) << "Internal error in BlockHash::AddBlock(): "
186 LOG(DFATAL) << "Internal error in BlockHash::AddBlock(): "
205 LOG(DFATAL) << "BlockHash::AddAllBlocksThroughIndex() called
    [all...]
vcdiffengine.cc 47 LOG(DFATAL) << "Init() called twice for same VCDiffEngine object"
54 LOG(DFATAL) << "Creation of dictionary hash failed" << LOG_ENDL;
58 LOG(DFATAL) << "RollingHash initialization failed" << LOG_ENDL;
143 LOG(DFATAL) << "Internal error in VCDiffEngine::Encode: "
157 LOG(DFATAL) << "Internal error: VCDiffEngine::Encode() "
179 LOG(DFATAL) << "Instantiation of target hash failed" << LOG_ENDL;
headerparser.cc 28 LOG(DFATAL) << "Internal error: position advanced by " << number_of_bytes
39 LOG(DFATAL) << "Internal error: new data position " << position
45 LOG(DFATAL) << "Internal error: new data position " << position
55 LOG(DFATAL) << "Internal error: specified number of remaining bytes "
248 LOG(DFATAL) << "Internal error: VCDiffHeaderParser::ParseWindowLengths "
265 LOG(DFATAL) << "Internal error: VCDiffHeaderParser::GetDeltaWindowEnd "
302 LOG(DFATAL) << "Internal error: VCDiffHeaderParser::ParseSectionLengths "
addrcache.cc 151 // have not been met, in which case a LOG(DFATAL) message will be produced,
158 LOG(DFATAL) << "EncodeAddress was passed a negative address: "
164 LOG(DFATAL) << "EncodeAddress was called with address (" << address
282 LOG(DFATAL) << "DecodeAddress was passed a negative value"
316 LOG(DFATAL) << "Invalid mode value (" << static_cast<int>(mode)
varint_bigendian.cc 64 LOG(DFATAL) << "Negative value " << v
112 LOG(DFATAL) << "Negative value " << v
encodetable.cc 144 LOG(DFATAL) << "EncodeInstruction() called without calling Init()"
201 LOG(DFATAL) << "No matching opcode found for inst " << inst
218 LOG(DFATAL) << "VCDiffCodeTableWriter::Copy() called without calling Init()"
338 LOG(DFATAL) << "Internal error: calculated length of the delta encoding ("
359 LOG(DFATAL) << "Internal error: calling Init() to reset "
vcencoder.cc 134 LOG(DFATAL) << "Internal error: "
201 LOG(DFATAL) << "GetMatchCounts() called with NULL argument" << LOG_ENDL;
rolling_hash.h 112 LOG(DFATAL) << "RollingHash object instantiated"
vcdecoder.cc 413 LOG(DFATAL) << "Internal error: Decoded data size "
478 LOG(DFATAL) << "SetAllowVcdTarget() called after StartDecoding()"
641 LOG(DFATAL) << "StartDecoding() called twice without FinishDecoding()"
    [all...]
  /external/regex-re2/re2/
set.cc 30 LOG(DFATAL) << "RE2::Set::Add after Compile";
71 LOG(DFATAL) << "RE2::Set::Compile multiple times";
96 LOG(DFATAL) << "RE2::Set::Match without Compile";
104 LOG(DFATAL) << "RE2::Set::Match: DFA ran out of cache space";
109 LOG(DFATAL) << "RE2::Set::Match: match but unknown regexp set";
mimics_pcre.cc 45 LOG(DFATAL) << "EmptyStringWalker::ShortVisit called";
122 LOG(DFATAL) << "EmptyStringWalker::ShortVisit called";
bitstate.cc 113 LOG(DFATAL) << "Job stack overflow.";
174 LOG(DFATAL) << "Unexpected opcode: " << ip->opcode() << " arg " << arg;
197 LOG(DFATAL) << "Bad arg in kInstCapture: " << arg;
242 LOG(DFATAL) << "Bad arg in kInstCapture: " << arg;
prefilter_tree.cc 37 LOG(DFATAL) << "Unexpected op in KeepPart: "
71 LOG(DFATAL) << "Add after Compile.";
84 LOG(DFATAL) << "Compile after Compile.";
238 LOG(DFATAL) << "Unexpected op: " << prefilter->op();
252 LOG(DFATAL) << "Null canonical node";
nfa.cc 226 LOG(DFATAL) << "unhandled " << ip->opcode() << " in AddToThreadq";
314 LOG(DFATAL) << "Unhandled " << ip->opcode() << " in step";
431 LOG(DFATAL) << "Bad args: nsubmatch=" << nsubmatch;
528 LOG(DFATAL) << "Unexpected opcode in short circuit: " << ip->opcode();
547 LOG(DFATAL) << "Unexpected empty-width in short circuit: " << ip->empty();
637 LOG(DFATAL) << "unhandled " << ip->opcode() << " in ComputeFirstByte";
  /external/chromium/base/
logging_unittest.cc 99 EXPECT_TRUE(LOG_IS_ON(DFATAL));
107 EXPECT_TRUE(LOG_IS_ON(DFATAL));
115 EXPECT_TRUE(LOG_IS_ON(DFATAL));
123 EXPECT_EQ(kDfatalIsFatal, LOG_IS_ON(DFATAL));
132 EXPECT_EQ(kDfatalIsFatal, LOG_IS_ON(DFATAL));
141 EXPECT_EQ(kDfatalIsFatal, LOG_IS_ON(DFATAL));
  /external/chromium/chrome/browser/
plugin_data_remover.cc 124 LOG(DFATAL) << "Couldn't open plugin channel";
131 LOG_IF(DFATAL, !success) << "ClearSiteData returned error";
138 LOG_IF(DFATAL, is_removing_) << "Timed out";
browser_main_posix.cc 244 PLOG(DFATAL) << "Failed to create pipe";
254 LOG(DFATAL) << "Failed to create shutdown detector task.";
  /external/protobuf/src/google/protobuf/io/
printer.cc 85 GOOGLE_LOG(DFATAL) << " Unclosed variable name.";
98 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname;
141 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
tokenizer.cc 587 GOOGLE_LOG_IF(DFATAL, digit < 0 || digit >= base)
620 GOOGLE_LOG_IF(DFATAL, end - start != text.size() || *start == '-')
630 GOOGLE_LOG(DFATAL)
  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 84 GOOGLE_LOG(DFATAL)
97 GOOGLE_LOG(DFATAL)
  /external/chromium/chrome/browser/net/
preconnect.cc 44 LOG(DFATAL) << "This must be run only on the IO thread.";
  /external/chromium/net/base/
network_change_notifier_netlink_linux.cc 122 LOG(DFATAL) << "Received unexpected netlink message type: "
  /external/protobuf/src/google/protobuf/
message.cc 256 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name();
275 GOOGLE_LOG(DFATAL) << "File appears to be in generated pool but wasn't "
292 GOOGLE_LOG(DFATAL) << "Type appears to be in generated pool but wasn't "

Completed in 336 milliseconds

1 2 3