Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DTimer.cpp24 uint32_t Timer::g_depth = 0; member in Timer
85 if (g_depth++ < g_display_depth) in Timer()
90 ::fprintf (g_file, "%*s", g_depth * TIMER_INDENT_AMOUNT, ""); in Timer()
149 (g_depth - 1) *TIMER_INDENT_AMOUNT, "", in ~Timer()
159 if (g_depth > 0) in ~Timer()
160 --g_depth; in ~Timer()
/external/chromium_org/tools/ipc_fuzzer/mutate/
Dgenerate.cc40 int g_depth = 0; variable
369 size_t count = ++g_depth > 3 ? 0 : RandInRange(20); in Generate()
373 --g_depth; in Generate()
377 --g_depth; in Generate()
385 static int g_depth = 0; in Generate() local
386 size_t count = ++g_depth > 3 ? 0 : RandInRange(20); in Generate()
390 --g_depth; in Generate()
395 --g_depth; in Generate()
404 static int g_depth = 0; in Generate() local
405 size_t count = ++g_depth > 3 ? 0 : RandInRange(20); in Generate()
[all …]
/external/lldb/include/lldb/Core/
DTimer.h87 static uint32_t g_depth; variable