Searched refs:LOG_DFATAL (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/util/
H A Dlogging.h41 #define LOG_DFATAL LOG_ERROR macro
44 #define LOG_DFATAL LOG_FATAL macro
/external/libweave/third_party/chromium/base/
H A Dlogging.h281 // LOG_DFATAL is LOG_FATAL in debug mode, ERROR in normal mode
283 const LogSeverity LOG_DFATAL = LOG_ERROR; member in namespace:logging
285 const LogSeverity LOG_DFATAL = LOG_FATAL; member in namespace:logging
300 logging::ClassName(__FILE__, __LINE__, logging::LOG_DFATAL , ##__VA_ARGS__)
/external/libchrome/base/
H A Dlogging.h327 // LOG_DFATAL is LOG_FATAL in debug mode, ERROR in normal mode
329 const LogSeverity LOG_DFATAL = LOG_ERROR; member in namespace:logging
331 const LogSeverity LOG_DFATAL = LOG_FATAL; member in namespace:logging
346 logging::ClassName(__FILE__, __LINE__, logging::LOG_DFATAL , ##__VA_ARGS__)

Completed in 107 milliseconds