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

  /external/autotest/client/cros/
kernel_trace.py 20 is_tracing : Returns Boolean of tracing status.
95 def is_tracing(self): member in class:KernelTrace
  /external/python/cpython3/Lib/test/
test_tracemalloc.py 88 if tracemalloc.is_tracing():
230 self.assertFalse(tracemalloc.is_tracing())
233 self.assertTrue(tracemalloc.is_tracing())
269 if not tracemalloc.is_tracing():
306 stack.enter_context(patch.object(tracemalloc, 'is_tracing',
822 code = 'import tracemalloc; print(tracemalloc.is_tracing())'
831 code = 'import tracemalloc; print(tracemalloc.is_tracing())'
838 code = 'import tracemalloc; print(tracemalloc.is_tracing())'
    [all...]
  /external/libchrome/base/task/sequence_manager/
task_queue_impl.cc 455 bool is_tracing; local
457 TRACE_DISABLED_BY_DEFAULT("sequence_manager"), &is_tracing);
458 if (!is_tracing)
    [all...]
  /external/python/cpython3/Lib/
tracemalloc.py 529 if not is_tracing():
warnings.py 64 tracing = tracemalloc.is_tracing()
  /external/autotest/client/cros/power/
power_status.py     [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]

Completed in 1154 milliseconds