HomeSort by relevance Sort by last modified time
    Searched refs:PLOG_IF (Results 1 - 12 of 12) sorted by null

  /external/qemu/android/filesystems/
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/
kernel_utils.cpp 29 #define KERNEL_PLOG PLOG_IF(INFO, DEBUG_KERNEL)
31 #define KERNEL_PERROR PLOG_IF(ERROR, DEBUG_KERNEL)
  /external/chromium_org/mojo/embedder/
simple_platform_shared_buffer_win.cc 91 PLOG_IF(ERROR, !result) << "UnmapViewOfFile";
simple_platform_shared_buffer_posix.cc 153 PLOG_IF(ERROR, result != 0) << "munmap";
  /external/qemu/android/base/
Log.h 124 #define PLOG_IF(severity, condition) \
143 PLOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
  /external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir.cc 97 PLOG_IF(WARNING, GetLastError() != ERROR_DIR_NOT_EMPTY)
  /external/chromium_org/base/
logging_unittest.cc 71 PLOG_IF(INFO, true) << mock_log_source.Log();
137 PLOG_IF(INFO, false) << mock_log_source.Log();
logging.h 121 // PLOG_IF(ERROR, cond) << "Couldn't do foo";
422 #define PLOG_IF(severity, condition) \
555 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
    [all...]
  /external/chromium_org/third_party/cld/base/
logging.h 638 // PLOG() and PLOG_IF() and PCHECK() behave exactly like their LOG* and
648 #define PLOG_IF(severity, condition) \
655 PLOG_IF(FATAL, PREDICT_FALSE(!(condition))) \
667 PLOG_IF(FATAL, PREDICT_FALSE((invocation) == -1)) << #invocation
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 348 PLOG_IF(WARNING, !result) << "Failed to enter background mode.";
uninstall.cc 285 PLOG_IF(INFO, !process.IsValid()) << "Failed to open process: " << pid;
    [all...]
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win.cc 367 PLOG_IF(ERROR, error) << "Failed to acquire IAudioClock interface: "

Completed in 484 milliseconds