Home
last modified time | relevance | path

Searched refs:SetDisplayDepth (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectLog.cpp419 Timer::SetDisplayDepth (UINT32_MAX); in DoExecute()
425 Timer::SetDisplayDepth (0); in DoExecute()
450 Timer::SetDisplayDepth (depth); in DoExecute()
/external/lldb/include/lldb/Core/
DTimer.h54 SetDisplayDepth (uint32_t depth);
/external/lldb/source/Core/
DTimer.cpp207 Timer::SetDisplayDepth (uint32_t depth) in SetDisplayDepth() function in Timer