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

1 2 3 4 5 6 7

  /external/chromium_org/sdch/
logging_forward.h 19 #define VCD_DFATAL LOG(DFATAL)
  /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 "
  /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 80 LOG(DFATAL) << "Failed deleting temporary directory \""
88 LOG(DFATAL) << "Failed creating temporary directory.";
167 PLOG(DFATAL) << "MappedFile failed to unmap view.";
172 PLOG(DFATAL) << "Could not close file mapping handle.";
193 PLOG(DFATAL) << "MapViewOfFile failed";
196 PLOG(DFATAL) << "CreateFileMapping failed";
199 LOG(DFATAL) << "Files larger than " << std::numeric_limits<DWORD>::max()
203 PLOG(DFATAL) << "GetPlatformFileInfo failed";
221 PLOG(DFATAL) << "Failed getting the exit code for \""
257 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/spdy/
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/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/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/ui/base/gtk/
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/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_org/base/
logging_unittest.cc 101 EXPECT_TRUE(LOG_IS_ON(DFATAL));
109 EXPECT_TRUE(LOG_IS_ON(DFATAL));
117 EXPECT_TRUE(LOG_IS_ON(DFATAL));
125 EXPECT_TRUE(kDfatalIsFatal == LOG_IS_ON(DFATAL));
134 EXPECT_TRUE(kDfatalIsFatal == LOG_IS_ON(DFATAL));
143 EXPECT_TRUE(kDfatalIsFatal == LOG_IS_ON(DFATAL));

Completed in 2772 milliseconds

1 2 3 4 5 6 7