Searched refs:PLOG_IF (Results 1 - 12 of 12) sorted by relevance

/external/qemu/android/filesystems/
H A Dext4_utils.cpp25 #define EXT4_PLOG PLOG_IF(INFO, DEBUG_EXT4)
27 #define EXT4_PERROR PLOG_IF(ERROR, DEBUG_EXT4)
/external/qemu/android/kernel/
H A Dkernel_utils.cpp29 #define KERNEL_PLOG PLOG_IF(INFO, DEBUG_KERNEL)
31 #define KERNEL_PERROR PLOG_IF(ERROR, DEBUG_KERNEL)
/external/chromium_org/mojo/embedder/
H A Dsimple_platform_shared_buffer_win.cc91 PLOG_IF(ERROR, !result) << "UnmapViewOfFile";
H A Dsimple_platform_shared_buffer_posix.cc153 PLOG_IF(ERROR, result != 0) << "munmap";
/external/chromium_org/chrome/installer/util/
H A Dself_cleaning_temp_dir.cc97 PLOG_IF(WARNING, GetLastError() != ERROR_DIR_NOT_EMPTY)
/external/chromium_org/base/
H A Dlogging_unittest.cc71 PLOG_IF(INFO, true) << mock_log_source.Log();
137 PLOG_IF(INFO, false) << mock_log_source.Log();
H A Dlogging.h121 // PLOG_IF(ERROR, cond) << "Couldn't do foo";
422 #define PLOG_IF(severity, condition) \ macro
555 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
/external/qemu/android/base/
H A DLog.h124 #define PLOG_IF(severity, condition) \ macro
143 PLOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
/external/chromium_org/third_party/cld/base/
H A Dlogging.h638 // PLOG() and PLOG_IF() and PCHECK() behave exactly like their LOG* and
648 #define PLOG_IF(severity, condition) \ macro
655 PLOG_IF(FATAL, PREDICT_FALSE(!(condition))) \
667 PLOG_IF(FATAL, PREDICT_FALSE((invocation) == -1)) << #invocation
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc348 PLOG_IF(WARNING, !result) << "Failed to enter background mode.";
H A Duninstall.cc285 PLOG_IF(INFO, !process.IsValid()) << "Failed to open process: " << pid;
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_output_win.cc367 PLOG_IF(ERROR, error) << "Failed to acquire IAudioClock interface: "

Completed in 4975 milliseconds