HomeSort by relevance Sort by last modified time
    Searched refs:g_depth (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Core/
Timer.cpp 24 uint32_t Timer::g_depth = 0; member in class:Timer
85 if (g_depth++ < g_display_depth)
90 ::fprintf (g_file, "%*s", g_depth * TIMER_INDENT_AMOUNT, "");
149 (g_depth - 1) *TIMER_INDENT_AMOUNT, "",
159 if (g_depth > 0)
160 --g_depth;
  /external/chromium_org/tools/ipc_fuzzer/mutate/
generate.cc 40 int g_depth = 0; member in namespace:__anon207
369 size_t count = ++g_depth > 3 ? 0 : RandInRange(20);
373 --g_depth;
377 --g_depth;
385 static int g_depth = 0; local
386 size_t count = ++g_depth > 3 ? 0 : RandInRange(20);
390 --g_depth;
395 --g_depth;
404 static int g_depth = 0; local
405 size_t count = ++g_depth > 3 ? 0 : RandInRange(20)
    [all...]
  /external/lldb/include/lldb/Core/
Timer.h 87 static uint32_t g_depth; member in class:lldb_private::Timer

Completed in 297 milliseconds