Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_iterator_mac.cc90 DVPLOG(1) << "failed to figure out the buffer size for a commandline"; in CheckForNextProcess()
96 DVPLOG(1) << "failed to fetch a commandline"; in CheckForNextProcess()
/external/libchrome/base/threading/
Dplatform_thread_posix.cc228 DVPLOG(1) << "Failed to set nice value of thread (" in SetCurrentThreadPriority()
252 DVPLOG(1) << "Failed to get nice value of thread (" in GetCurrentThreadPriority()
/external/libchrome/base/
Dlogging_unittest.cc84 DVPLOG(0) << mock_log_source.Log(); in TEST_F()
150 DVPLOG(1) << mock_log_source.Log(); in TEST_F()
Dlogging.h668 #define DVPLOG(verboselevel) DVPLOG_IF(verboselevel, VLOG_IS_ON(verboselevel)) macro