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

  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
__init__.py 58 def SupportsExplicitClockSync(self):
battor_trace_agent.py 128 def SupportsExplicitClockSync(self):
130 return self._battor_wrapper.SupportsExplicitClockSync()
android_process_data_agent.py 65 def SupportsExplicitClockSync(self):
atrace_from_file_agent.py 58 def SupportsExplicitClockSync(self):
walt_agent.py 92 def SupportsExplicitClockSync(self):
ftrace_agent.py 202 def SupportsExplicitClockSync(self):
atrace_agent.py 215 def SupportsExplicitClockSync(self):
  /external/chromium-trace/catapult/systrace/profile_chrome/
fake_agent_1.py 42 def SupportsExplicitClockSync(self):
fake_agent_2.py 41 def SupportsExplicitClockSync(self):
chrome_startup_tracing_agent.py 86 def SupportsExplicitClockSync(self):
91 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
ddms_tracing_agent.py 68 def SupportsExplicitClockSync(self):
73 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
chrome_tracing_agent.py 125 def SupportsExplicitClockSync(self):
130 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
perf_tracing_agent.py 206 def SupportsExplicitClockSync(self):
211 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
  /external/chromium-trace/catapult/systrace/systrace/
tracing_controller.py 90 def SupportsExplicitClockSync(self):
96 SupportsExplicitClockSync must return false.
237 if agent.SupportsExplicitClockSync():
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper.py 90 _SUPPORTS_CLOCKSYNC_CMD = 'SupportsExplicitClockSync'
265 def SupportsExplicitClockSync(self):

Completed in 233 milliseconds