Searched refs:PLOG_IF (Results 1 – 12 of 12) sorted by relevance
/external/qemu/android/filesystems/ |
D | ext4_utils.cpp | 25 #define EXT4_PLOG PLOG_IF(INFO, DEBUG_EXT4) 27 #define EXT4_PERROR PLOG_IF(ERROR, DEBUG_EXT4)
|
/external/qemu/android/kernel/ |
D | kernel_utils.cpp | 29 #define KERNEL_PLOG PLOG_IF(INFO, DEBUG_KERNEL) 31 #define KERNEL_PERROR PLOG_IF(ERROR, DEBUG_KERNEL)
|
/external/qemu/android/base/ |
D | Log.h | 124 #define PLOG_IF(severity, condition) \ macro 143 PLOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
|
/external/chromium_org/mojo/embedder/ |
D | simple_platform_shared_buffer_win.cc | 91 PLOG_IF(ERROR, !result) << "UnmapViewOfFile"; in Unmap()
|
D | simple_platform_shared_buffer_posix.cc | 153 PLOG_IF(ERROR, result != 0) << "munmap"; in Unmap()
|
/external/chromium_org/base/ |
D | logging_unittest.cc | 71 PLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 137 PLOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
|
D | logging.h | 422 #define PLOG_IF(severity, condition) \ macro 555 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
|
/external/chromium_org/chrome/installer/util/ |
D | self_cleaning_temp_dir.cc | 97 PLOG_IF(WARNING, GetLastError() != ERROR_DIR_NOT_EMPTY) in Delete()
|
/external/chromium_org/third_party/cld/base/ |
D | logging.h | 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/media/audio/win/ |
D | audio_low_latency_output_win.cc | 367 PLOG_IF(ERROR, error) << "Failed to acquire IAudioClock interface: " in Run()
|
/external/chromium_org/chrome/installer/setup/ |
D | setup_util.cc | 348 PLOG_IF(WARNING, !result) << "Failed to enter background mode."; in AdjustProcessPriority()
|
D | uninstall.cc | 285 PLOG_IF(INFO, !process.IsValid()) << "Failed to open process: " << pid; in CloseChromeFrameHelperProcess()
|