Searched refs:DPLOG_IF (Results 1 – 11 of 11) sorted by relevance
/external/cronet/net/disk_cache/blockfile/ |
D | mapped_file_posix.cc | 29 DPLOG_IF(FATAL, buffer_ == MAP_FAILED) << "Failed to mmap " << name.value(); in Init()
|
/external/cronet/base/threading/ |
D | platform_thread_win.cc | 430 DPLOG_IF(ERROR, !success) in SetCurrentThreadPriority() 484 DPLOG_IF(ERROR, !success) in SetCurrentThreadQualityOfService()
|
/external/libchrome/base/ |
D | logging_unittest.cc | 122 DPLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 188 DPLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 516 DPLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
|
D | logging.h | 806 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro 819 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
|
D | command_line.cc | 435 DPLOG_IF(FATAL, !args) << "CommandLineToArgvW failed on command line: " in ParseFromString()
|
/external/cronet/base/ |
D | logging.h | 587 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro 600 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS macro
|
D | logging_unittest.cc | 134 DPLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 195 DPLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 672 DPLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
|
D | command_line.cc | 519 DPLOG_IF(FATAL, !args) << "CommandLineToArgvW failed on command line: " in GetSwitchValueASCII()
|
/external/cronet/base/files/ |
D | file_enumerator_posix.cc | 27 DPLOG_IF(ERROR, errno != ENOENT || show_links) in GetStat()
|
/external/cronet/base/process/ |
D | process_posix.cc | 335 DPLOG_IF(ERROR, !was_killed) << "Unable to terminate process " << process_; in Terminate()
|
/external/cronet/base/message_loop/ |
D | message_pump_kqueue.cc | 395 DPLOG_IF(ERROR, rv < 0) << "StopWatchingFileDescriptor kevent64"; in StopWatchingFileDescriptor()
|