Home
last modified time | relevance | path

Searched refs:LOG_IF (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/include/base/
Dcef_logging.h269 #define LOG_IF(severity, condition) \ macro
273 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition)
308 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
446 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
750 LOG_IF(ERROR, !logged_once) << NOTIMPLEMENTED_MSG; \
/third_party/gn/src/base/
Dlogging.h225 #define LOG_IF(severity, condition) \ macro
229 LOG_IF(FATAL, !(ANALYZER_ASSUME_TRUE(condition))) \
585 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
918 LOG_IF(ERROR, !logged_once) << NOTIMPLEMENTED_MSG; \
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_reader.cc384 LOG_IF(ERROR, n < 0) << "Cannot read file " << Redact(entry_.path) in ExtractCurrentEntry()
601 LOG_IF(WARNING, length > 0) in PrepareOutput()
Dzip.cc67 LOG_IF(ERROR, !file.IsValid()) in Open()
Dzip_unittest.cc867 LOG_IF(WARNING, !ok) << "Found unexpected file: " << std::quoted(path); in TEST_F()
/third_party/node/deps/zlib/google/
Dzip_reader.cc408 LOG_IF(ERROR, n < 0) << "Cannot read file " << Redact(entry_.path) in ExtractCurrentEntry()
643 LOG_IF(WARNING, length > 0) in PrepareOutput()
Dzip.cc67 LOG_IF(ERROR, !file.IsValid()) in Open()
Dzip_unittest.cc867 LOG_IF(WARNING, !ok) << "Found unexpected file: " << std::quoted(path); in TEST_F()
/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc1019 LOG_IF(WARNING, is_redirect) << "Redirect at this time is not supported by " in ContinueToResponseStarted()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch241 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's