Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread_posix.cc270 DVPLOG(1) << "Failed to set nice value of thread (" in SetCurrentThreadPriority()
294 DVPLOG(1) << "Failed to get nice value of thread (" in GetCurrentThreadPriority()
Dplatform_thread_linux.cc164 DVPLOG(1) << "Failed to set nice value of thread (" << thread_id << ") to " in SetThreadPriority()
/external/libchrome/base/
Dlogging_unittest.cc125 DVPLOG(0) << mock_log_source.Log(); in TEST_F()
191 DVPLOG(1) << mock_log_source.Log(); in TEST_F()
Dlogging.h833 #define DVPLOG(verboselevel) DVPLOG_IF(verboselevel, VLOG_IS_ON(verboselevel)) macro