HomeSort by relevance Sort by last modified time
    Searched refs:_tracing (Results 1 - 11 of 11) 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 124 _tracing: A bool saying if tracing has been started.
145 self._tracing = False
218 assert not self._tracing, 'Attempting to stop a BattOr shell while tracing.'
233 assert not self._tracing, 'Tracing already started.'
236 self._tracing = True
241 assert self._tracing, 'Must run StartTracing before StopTracing'
248 self._tracing = False
battor_wrapper_unittest.py 257 self.assertTrue(self._battor._tracing)
282 self.assertFalse(self._battor._tracing)
  /external/tensorflow/tensorflow/python/eager/
backprop.py 137 _tracing = False variable
306 if _tracing:
312 if _tracing:
  /frameworks/native/libs/binder/tests/
schd-dbg.cpp 221 Results(bool _tracing) : tracing(_tracing) {
  /external/python/cpython2/Lib/lib-tk/
turtle.py     [all...]
  /external/python/cpython3/Lib/
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 233 milliseconds