Home
last modified time | relevance | path

Searched refs:DPLOG_IF (Results 1 – 11 of 11) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Dmapped_file_posix.cc29 DPLOG_IF(FATAL, buffer_ == MAP_FAILED) << "Failed to mmap " << name.value(); in Init()
/external/cronet/base/threading/
Dplatform_thread_win.cc430 DPLOG_IF(ERROR, !success) in SetCurrentThreadPriority()
484 DPLOG_IF(ERROR, !success) in SetCurrentThreadQualityOfService()
/external/libchrome/base/
Dlogging_unittest.cc122 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()
Dlogging.h806 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro
819 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
Dcommand_line.cc435 DPLOG_IF(FATAL, !args) << "CommandLineToArgvW failed on command line: " in ParseFromString()
/external/cronet/base/
Dlogging.h587 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro
600 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS macro
Dlogging_unittest.cc134 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()
Dcommand_line.cc519 DPLOG_IF(FATAL, !args) << "CommandLineToArgvW failed on command line: " in GetSwitchValueASCII()
/external/cronet/base/files/
Dfile_enumerator_posix.cc27 DPLOG_IF(ERROR, errno != ENOENT || show_links) in GetStat()
/external/cronet/base/process/
Dprocess_posix.cc335 DPLOG_IF(ERROR, !was_killed) << "Unable to terminate process " << process_; in Terminate()
/external/cronet/base/message_loop/
Dmessage_pump_kqueue.cc395 DPLOG_IF(ERROR, rv < 0) << "StopWatchingFileDescriptor kevent64"; in StopWatchingFileDescriptor()