Searched refs:DFATAL (Results 51 - 75 of 146) sorted by relevance

123456

/external/regex-re2/re2/
H A Dprefilter_tree.cc37 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";
H A Dnfa.cc226 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";
H A Dsimplify.cc95 LOG(DFATAL) << "Case not handled in ComputeSimple: " << op_;
161 LOG(DFATAL) << "SimplifyWalker::ShortVisit called";
372 LOG(DFATAL) << "Malformed repeat " << re->ToString() << " " << min << " " << max;
H A Dfiltered_re2.cc68 LOG(DFATAL) << "FirstMatch called before Compile";
H A Dwalker-inl.h81 // Logs DFATAL if stack is not already clear.
144 // Logs DFATAL if stack is not already clear.
147 LOG(DFATAL) << "Stack not empty.";
160 LOG(DFATAL) << "Walk NULL";
/external/chromium_org/net/quic/
H A Dquic_session.cc243 LOG(DFATAL) << ENDPOINT
271 DLOG(DFATAL) << "WindowUpdate for stream " << stream_id << " in version "
327 LOG(DFATAL) << "WriteBlockedStream is missing";
564 LOG_IF(DFATAL, !config_.negotiated()) << ENDPOINT
723 LOG_IF(DFATAL, priority != stream->EffectivePriority())
728 LOG(DFATAL) << "Marking unknown stream " << id << " blocked.";
H A Dquic_flow_controller.cc80 LOG(DFATAL) << ENDPOINT << "Stream " << id_ << " Trying to send an extra "
H A Dquic_spdy_server_stream.cc36 LOG(DFATAL) << "Data length too long: " << data_len;
H A Dquic_packet_generator.cc153 LOG(DFATAL) << "Failed to add stream frame.";
329 LOG_IF(DFATAL, queued_control_frames_.empty())
H A Dreliable_quic_stream.cc267 LOG(DFATAL) << "data.empty() && !fin";
272 LOG(DFATAL) << "Fin already buffered";
479 DLOG(DFATAL) << "Flow control not enabled! " << version();
/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc226 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";
H A Dsimplify.cc95 LOG(DFATAL) << "Case not handled in ComputeSimple: " << op_;
161 LOG(DFATAL) << "SimplifyWalker::ShortVisit called";
372 LOG(DFATAL) << "Malformed repeat " << re->ToString() << " " << min << " " << max;
H A Dfiltered_re2.cc68 LOG(DFATAL) << "FirstMatch called before Compile";
H A Dwalker-inl.h81 // Logs DFATAL if stack is not already clear.
144 // Logs DFATAL if stack is not already clear.
147 LOG(DFATAL) << "Stack not empty.";
160 LOG(DFATAL) << "Walk NULL";
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc295 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name();
315 GOOGLE_LOG(DFATAL) << "File appears to be in generated pool but wasn't "
332 GOOGLE_LOG(DFATAL) << "Type appears to be in generated pool but wasn't "
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.cc521 LOG(DFATAL) << "Not implemented";
530 LOG(DFATAL) << "Not implemented";
543 LOG(DFATAL) << "Not implemented";
548 LOG(DFATAL) << "Not implemented";
/external/chromium_org/remoting/protocol/
H A Dme2me_host_authenticator_factory.cc132 LOG(DFATAL) << "Invalid local JID:" << local_jid;
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_posix.cc268 PLOG(DFATAL) << "Failed to create pipe";
286 LOG(DFATAL) << "Failed to create shutdown detector task.";
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_mac.cc183 LOG(DFATAL) << "Could not set network reachability callback";
188 LOG(DFATAL) << "Could not schedule network reachability on run loop";
/external/chromium_org/net/quic/congestion_control/
H A Dtcp_cubic_sender.cc255 LOG_IF(DFATAL, InRecovery()) << "Never increase the CWND during recovery.";
311 LOG(DFATAL) << "No previous congestion window to revert to.";
/external/chromium_org/net/quic/crypto/
H A Dchannel_id_chromium.cc122 DLOG(DFATAL) << "GetChannelIDKey has begun";
160 LOG(DFATAL) << "unexpected state " << state;
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc858 GOOGLE_LOG_IF(DFATAL, digit < 0 || digit >= base)
891 GOOGLE_LOG_IF(DFATAL, end - start != text.size() || *start == '-')
1016 GOOGLE_LOG(DFATAL)
/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item.cc96 PLOG(DFATAL) << "Unexpectedly could not delete " << key_file.value();
H A Dinstaller_state.cc359 LOG(DFATAL) << "Cannot process more than one single-install product.";
365 LOG(DFATAL) << "Cannot process a single-install product with a "
370 LOG(DFATAL) << "Cannot process more than one product of the same type.";
380 LOG(DFATAL) << "Cannot process products in different directories.";
/external/chromium_org/media/cast/net/rtp/
H A Drtp_sender.cc53 LOG_IF(DFATAL, storage_.GetNumberOfStoredFrames() > kMaxUnackedFrames)

Completed in 4049 milliseconds

123456