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

1 2 3 4 5 6

  /external/chromium_org/net/quic/congestion_control/
receive_algorithm_interface.cc 19 LOG(DFATAL) << "TCPBBR is not yet supported.";
22 LOG(DFATAL) << "InterArrivalSendAlgorithm no longer supported.";
loss_detection_interface.cc 21 LOG(DFATAL) << "Unknown loss detection algorithm:" << loss_type;
send_algorithm_interface.cc 28 LOG(DFATAL) << "InterArrivalSendAlgorithm no longer supported.";
33 LOG(DFATAL) << "BbrTcpSender is not supported.";
  /external/chromium_org/sdch/
logging_forward.h 19 #define VCD_DFATAL LOG(DFATAL)
  /external/chromium_org/net/spdy/
spdy_protocol.cc 66 LOG(DFATAL) << "Unhandled SPDY version " << version;
125 LOG(DFATAL) << "Unhandled frame type " << frame_type_field;
152 LOG(DFATAL) << "Serializing unhandled frame type " << frame_type;
183 LOG(DFATAL) << "Serializing unhandled frame type " << frame_type;
188 LOG(DFATAL) << "Unhandled SPDY version " << version;
227 LOG(DFATAL) << "Unhandled SPDY version " << version;
270 LOG(DFATAL) << "Unhandled setting ID " << setting_id_field;
295 LOG(DFATAL) << "Serializing unhandled setting id " << id;
312 LOG(DFATAL) << "Serializing unhandled setting id " << id;
316 LOG(DFATAL) << "Unhandled SPDY version " << version
    [all...]
write_blocked_list.h 28 LOG(DFATAL) << "Invalid priority: " << static_cast<int>(priority);
32 LOG(DFATAL) << "Invalid priority: " << static_cast<int>(priority);
44 LOG(DFATAL) << "No blocked streams";
  /external/chromium_org/chrome/installer/test/
resource_updater.cc 30 PLOG(DFATAL)
50 PLOG(DFATAL) << "UpdateResource failed for resource \"" << name << "\"";
52 PLOG(DFATAL) << "Failed mapping \"" << input_file.value() << "\"";
61 PLOG(DFATAL) << "EndUpdateResource failed";
alternate_version_generator.cc 81 LOG(DFATAL) << "Failed deleting temporary directory \""
89 LOG(DFATAL) << "Failed creating temporary directory.";
170 PLOG(DFATAL) << "MappedFile failed to unmap view.";
175 PLOG(DFATAL) << "Could not close file mapping handle.";
196 PLOG(DFATAL) << "MapViewOfFile failed";
199 PLOG(DFATAL) << "CreateFileMapping failed";
202 LOG(DFATAL) << "Files larger than " << std::numeric_limits<DWORD>::max()
206 PLOG(DFATAL) << "file.GetInfo failed";
225 PLOG(DFATAL) << "Failed getting the exit code for \""
261 LOG(DFATAL) << "VerQueryValue failed to retrieve VS_FIXEDFILEINFO"
    [all...]
pe_image_resources.cc 41 LOG(DFATAL) << "Insufficient room in resource segment for directory entry.";
58 LOG(DFATAL) << "Inconsistent number of named or numbered entries.";
68 LOG(DFATAL) << "Insufficient room in resource segment for entry name.";
95 LOG(DFATAL) << "Insufficient room in resource segment for data entry.";
  /external/chromium_org/third_party/re2/re2/testing/
null_walker.cc 21 LOG(DFATAL) << "NullWalker::ShortVisit called";
  /external/regex-re2/re2/testing/
null_walker.cc 21 LOG(DFATAL) << "NullWalker::ShortVisit called";
  /external/chromium_org/third_party/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";
  /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";
  /external/chromium_org/net/quic/crypto/
crypto_secret_boxer.cc 46 DLOG(DFATAL) << "CryptoSecretBoxer's encrypter->SetKey failed.";
63 DLOG(DFATAL) << "CryptoSecretBoxer's Encrypt failed.";
87 DLOG(DFATAL) << "CryptoSecretBoxer's decrypter->SetKey failed.";
  /external/chromium_org/net/quic/
quic_unacked_packet_map.cc 41 LOG_IF(DFATAL, is_old_packet) << "Old packet serialized: "
70 LOG_IF(DFATAL, frames == NULL) << "Attempt to retransmit packet with no "
97 LOG_IF(DFATAL, it->second.all_transmissions->empty())
120 LOG(DFATAL) << "NackPacket called for packet that is not unacked: "
143 LOG(DFATAL) << "All transmissions in all_transmissions must be present "
205 LOG(DFATAL) << "RemoveFromFlight called for packet that is not unacked: "
210 LOG_IF(DFATAL, bytes_in_flight_ < it->second.bytes_sent);
237 LOG_IF(DFATAL, it->second.sent_time == QuicTime::Zero())
243 LOG(DFATAL) << "GetLastPacketSentTime requires in flight packets.";
253 LOG(DFATAL) << "GetFirstInFlightPacketSentTime requires in flight packets."
    [all...]
quic_packet_creator.cc 102 LOG(DFATAL) << "Cannot start FEC protection when FEC is not enabled.";
111 LOG(DFATAL) << "Cannot start FEC protection with pending frames.";
120 LOG(DFATAL) << "Cannot stop FEC protection with open FEC group.";
225 LOG_IF(DFATAL, !HasRoomForStreamFrame(id, offset))
232 LOG_IF(DFATAL, !fin)
300 LOG_IF(DFATAL, frames.empty())
359 LOG_IF(DFATAL, queued_frames_.empty())
378 LOG_IF(DFATAL, !serialized.packet)
393 LOG(DFATAL) << "SerializeFEC called but no group or zero packets in group.";
407 LOG_IF(DFATAL, !serialized.packet
    [all...]
  /external/chromium_org/jingle/notifier/base/
xmpp_connection.cc 96 LOG(DFATAL) << "weak_xmpp_client_ unexpectedly NULL";
100 LOG(DFATAL) << "delegate_ unexpectedly NULL";
106 LOG(DFATAL) << "State changed to STATE_OPEN more than once";
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
logger.h 37 DFATAL = LOG_FATAL,
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
g_object_destructor_filo.cc 43 LOG(DFATAL) << "Unable to disconnect destructor hook for object " << object
49 LOG(DFATAL) << "Destructor list is empty for specified object " << object
  /external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir.cc 53 LOG(DFATAL) << "Attempting to re-initialize a SelfSelfCleaningTempDir.";
72 LOG(DFATAL) << "Attempting to Delete an uninitialized SelfCleaningTempDir.";
  /external/chromium_org/win8/metro_driver/
winrt_utils.cc 20 PLOG(DFATAL) << message << ", hr = " << std::hex << hr;
22 PLOG(DFATAL) << "COM ERROR" << ", hr = " << std::hex << hr;
30 PLOG(DFATAL) << "Hstring creation failed";
93 PLOG(DFATAL) << "Invalid argument to CompareProperties.";
105 PLOG(DFATAL) << "Can't get property type for lhs, hr=" << std::hex << hr;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.cc 84 GOOGLE_LOG(DFATAL) << " Unclosed variable name.";
97 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname;
151 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
  /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().";

Completed in 783 milliseconds

1 2 3 4 5 6