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

  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
battor_trace_agent_unittest.py 56 self._tracing = False
70 assert not self._tracing
73 self._tracing = True
77 assert self._tracing
81 self._tracing = False
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper.py 116 _tracing: A bool saying if tracing has been started.
136 self._tracing = False
208 assert not self._tracing, 'Attempting to stop a BattOr shell while tracing.'
222 assert not self._tracing, 'Tracing already started.'
225 self._tracing = True
230 assert self._tracing, 'Must run StartTracing before StopTracing'
238 self._tracing = False
battor_wrapper_unittest.py 257 self.assertTrue(self._battor._tracing)
282 self.assertFalse(self._battor._tracing)
  /frameworks/native/libs/binder/tests/
schd-dbg.cpp 221 Results(bool _tracing) : tracing(_tracing) {
  /external/python/cpython2/Lib/lib-tk/
turtle.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]

Completed in 2545 milliseconds