Searched refs:DFATAL (Results 1 - 25 of 146) sorted by relevance

123456

/external/chromium_org/sdch/
H A Dlogging_forward.h19 #define VCD_DFATAL LOG(DFATAL)
/external/chromium_org/net/quic/congestion_control/
H A Dloss_detection_interface.cc21 LOG(DFATAL) << "Unknown loss detection algorithm:" << loss_type;
H A Dsend_algorithm_interface.cc30 LOG(DFATAL) << "BbrTcpSender is not supported.";
/external/chromium_org/chrome/installer/test/
H A Dresource_updater.cc30 PLOG(DFATAL)
50 PLOG(DFATAL) << "UpdateResource failed for resource \"" << name << "\"";
52 PLOG(DFATAL) << "Failed mapping \"" << input_file.value() << "\"";
61 PLOG(DFATAL) << "EndUpdateResource failed";
H A Dalternate_version_generator.cc81 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) << "VerQueryValu
[all...]
H A Dpe_image_resources.cc41 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/net/spdy/
H A Dspdy_protocol.cc65 LOG(DFATAL) << "Unhandled SPDY version " << version;
124 LOG(DFATAL) << "Unhandled frame type " << frame_type_field;
151 LOG(DFATAL) << "Serializing unhandled frame type " << frame_type;
183 LOG(DFATAL) << "Serializing unhandled frame type " << frame_type;
188 LOG(DFATAL) << "Unhandled SPDY version " << version;
202 LOG(DFATAL) << "Unhandled SPDY version " << version;
241 LOG(DFATAL) << "Unhandled SPDY version " << version;
286 LOG(DFATAL) << "Unhandled setting ID " << setting_id_field;
311 LOG(DFATAL) << "Serializing unhandled setting id " << id;
330 LOG(DFATAL) << "Serializin
[all...]
H A Dwrite_blocked_list.h28 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/third_party/re2/re2/testing/
H A Dnull_walker.cc21 LOG(DFATAL) << "NullWalker::ShortVisit called";
/external/regex-re2/re2/testing/
H A Dnull_walker.cc21 LOG(DFATAL) << "NullWalker::ShortVisit called";
/external/chromium_org/third_party/re2/re2/
H A Dset.cc30 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";
H A Dmimics_pcre.cc45 LOG(DFATAL) << "EmptyStringWalker::ShortVisit called";
122 LOG(DFATAL) << "EmptyStringWalker::ShortVisit called";
/external/regex-re2/re2/
H A Dset.cc30 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";
H A Dmimics_pcre.cc45 LOG(DFATAL) << "EmptyStringWalker::ShortVisit called";
122 LOG(DFATAL) << "EmptyStringWalker::ShortVisit called";
/external/chromium_org/net/quic/crypto/
H A Dcrypto_secret_boxer.cc46 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/jingle/notifier/base/
H A Dxmpp_connection.cc96 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/
H A Dlogger.h37 DFATAL = LOG_FATAL, enumerator in enum:i18n::phonenumbers::__anon12794
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dg_object_destructor_filo.cc43 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/
H A Dself_cleaning_temp_dir.cc53 LOG(DFATAL) << "Attempting to re-initialize a SelfSelfCleaningTempDir.";
72 LOG(DFATAL) << "Attempting to Delete an uninitialized SelfCleaningTempDir.";
H A Dregistry_test_data.cc29 DLOG_IF(DFATAL, result != ERROR_SUCCESS)
73 DLOG_IF(DFATAL, result != ERROR_SUCCESS)
/external/chromium_org/net/quic/
H A Dquic_packet_creator.cc118 LOG(DFATAL) << "Cannot start FEC protection when FEC is not enabled.";
127 LOG(DFATAL) << "Cannot start FEC protection with pending frames.";
136 LOG(DFATAL) << "Cannot stop FEC protection with open FEC group.";
239 LOG_IF(DFATAL, !HasRoomForStreamFrame(id, offset))
245 LOG_IF(DFATAL, !fin)
312 LOG_IF(DFATAL, frames.empty())
371 LOG_IF(DFATAL, queued_frames_.empty())
391 LOG_IF(DFATAL, !serialized.packet)
406 LOG(DFATAL) << "SerializeFEC called but no group or zero packets in group.";
420 LOG_IF(DFATAL, !serialize
[all...]
H A Dquic_in_memory_cache.cc73 LOG(DFATAL) << "Response for given request already exists!";
133 LOG(DFATAL) << "Headers invalid or empty, ignoring: " << file.value();
156 LOG(DFATAL) << "Invalid path, ignoring: " << base;
/external/chromium_org/win8/metro_driver/
H A Dwinrt_utils.cc20 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/
H A Dprinter.cc84 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/
H A Dprinter.cc85 GOOGLE_LOG(DFATAL) << " Unclosed variable name.";
98 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname;
141 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";

Completed in 5437 milliseconds

123456