Searched refs:DFATAL (Results 101 - 125 of 146) sorted by relevance

123456

/external/regex-re2/re2/
H A Dparse.cc322 LOG(DFATAL) << "AddFoldedRange recurses too much.";
759 LOG(DFATAL) << "Concat of " << re->nsub();
962 LOG(DFATAL) << "RE2: unexpected op: " << re->op() << " "
1229 LOG(DFATAL) << "Bad hex digit " << c;
1373 LOG(DFATAL) << "Not reached in ParseEscape.";
1799 LOG(DFATAL) << "Bad call to ParseState::ParsePerlFlags";
H A Dprefilter.cc538 LOG(DFATAL) << "Bad regexp op " << re->op();
673 LOG(DFATAL) << "Bad op in Prefilter::DebugString: " << op_;
H A Dprog.cc242 LOG(DFATAL) << "Unexpected opcode in IsMatch: " << ip->opcode();
H A Dcompile.cc669 LOG(DFATAL) << "Compiler::Copy called!";
793 LOG(DFATAL) << "No ranges in char class";
850 LOG(DFATAL) << "Missing case in Compiler: " << re->op();
H A Donepass.cc212 LOG(DFATAL) << "Cannot use SearchOnePass for unanchored matches.";
/external/chromium_org/net/spdy/
H A Dspdy_framer.cc113 LOG_IF(DFATAL, id > (1u << 24)) << "SPDY setting ID too large: " << id;
633 LOG(DFATAL) << "Invalid value for " << display_protocol_
1113 LOG(DFATAL) << display_protocol_
1590 LOG(DFATAL) << "Unhandled frame type in ProcessControlFrameHeaderBlock.";
2383 DLOG(DFATAL) << "Priority out-of-bounds.";
2621 DLOG(DFATAL) << "Priority out-of-bounds.";
3082 LOG(DFATAL) << "Couldn't get decompressor for handling compressed headers.";
3205 LOG(DFATAL) << "Could not obtain compressor.";
/external/chromium_org/third_party/re2/re2/
H A Dprefilter.cc530 LOG(DFATAL) << "Bad regexp op " << re->op();
662 LOG(DFATAL) << "Bad op in Prefilter::DebugString: " << op_;
H A Dprog.cc242 LOG(DFATAL) << "Unexpected opcode in IsMatch: " << ip->opcode();
H A Dcompile.cc670 LOG(DFATAL) << "Compiler::Copy called!";
794 LOG(DFATAL) << "No ranges in char class";
851 LOG(DFATAL) << "Missing case in Compiler: " << re->op();
H A Donepass.cc212 LOG(DFATAL) << "Cannot use SearchOnePass for unanchored matches.";
/external/chromium_org/jingle/glue/
H A Dfake_ssl_client_socket.cc150 LOG(DFATAL) << "unexpected state: " << state;
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc377 GOOGLE_LOG(DFATAL) << "Can't BackUp() after failed Next().";
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc376 GOOGLE_LOG(DFATAL) << "Can't BackUp() after failed Next().";
/external/chromium_org/net/tools/balsa/
H A Dbalsa_frame.cc264 LOG(DFATAL) << "INTERNAL_LOGIC_ERROR Headers: \n"
274 LOG(DFATAL) << "INTERNAL_LOGIC_ERROR Headers: \n"
283 LOG(DFATAL) << "INTERNAL_LOGIC_ERROR Headers: \n"
/external/chromium_org/net/websockets/
H A Dwebsocket_channel.cc361 LOG(DFATAL) << "Got SendFrame without a connection established; "
383 LOG(DFATAL) << "Got SendFrame with bogus op_code " << op_code
866 LOG(DFATAL) << "Got Close in unexpected state " << state_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc129 GOOGLE_LOG(DFATAL) << "Index must be in range of repeated field values. "
132 GOOGLE_LOG(DFATAL) << "Index must be -1 for singular fields."
947 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
H A Ddynamic_message.cc140 GOOGLE_LOG(DFATAL) << "Can't get here.";
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dchrome_content_rules_registry.cc254 LOG(DFATAL) << "Tab id " << it->first
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc80 PLOG(DFATAL) << "Failed to get exit code from existing installer";
/external/chromium_org/net/cert/
H A Dmulti_threaded_cert_verifier.cc422 LOG(DFATAL) << "CertVerifierRequest leaked!";
/external/chromium_org/net/http/
H A Dhttp_server_properties_impl.cc257 LOG(DFATAL) << "Call SetBrokenAlternateProtocol() instead.";
/external/chromium_org/net/tools/quic/
H A Dquic_dispatcher_test.cc278 LOG(DFATAL) << "Not supported";
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.cc138 GOOGLE_LOG(DFATAL) << "Can't get here.";
/external/chromium_org/net/socket/
H A Dssl_client_socket_nss.cc1702 LOG(DFATAL) << "unexpected state " << state;
1728 LOG(DFATAL) << "!nss_bufs_";
1757 LOG(DFATAL) << "!nss_bufs_";
2805 LOG(DFATAL) << "SSL_GetCipherSuiteInfo returned " << PR_GetError()
3294 LOG(DFATAL) << "unexpected state " << state;
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.cc689 SLOG(DFATAL) << "Could not delete the Sync Data folder.";

Completed in 2165 milliseconds

123456