Home
last modified time | relevance | path

Searched refs:DVPLOG (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/base/process/
Dprocess_iterator_openbsd.cc79 DVPLOG(1) << "failed to figure out the buffer size for a commandline"; in CheckForNextProcess()
85 DVPLOG(1) << "failed to fetch a commandline"; in CheckForNextProcess()
Dprocess_iterator_mac.cc86 DVPLOG(1) << "failed to figure out the buffer size for a commandline"; in CheckForNextProcess()
92 DVPLOG(1) << "failed to fetch a commandline"; in CheckForNextProcess()
/external/chromium_org/base/threading/
Dplatform_thread_freebsd.cc81 DVPLOG(1) << "Failed to set nice value of thread (" in SetThreadPriority()
Dplatform_thread_linux.cc97 DVPLOG(1) << "Failed to set nice value of thread (" << handle.id_ << ") to " in SetThreadPriority()
/external/chromium_org/base/
Dlogging_unittest.cc83 DVPLOG(0) << mock_log_source.Log(); in TEST_F()
149 DVPLOG(1) << mock_log_source.Log(); in TEST_F()
Dlogging.h595 #define DVPLOG(verboselevel) DVPLOG_IF(verboselevel, VLOG_IS_ON(verboselevel)) macro