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

  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
__init__.py 58 def SupportsExplicitClockSync(self):
android_process_data_agent.py 71 def SupportsExplicitClockSync(self):
atrace_from_file_agent.py 128 def SupportsExplicitClockSync(self):
atrace_process_dump.py 71 def SupportsExplicitClockSync(self):
walt_agent.py 93 def SupportsExplicitClockSync(self):
ftrace_agent.py 203 def SupportsExplicitClockSync(self):
atrace_agent.py 224 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):
ddms_tracing_agent.py 69 def SupportsExplicitClockSync(self):
74 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
chrome_startup_tracing_agent.py 107 def SupportsExplicitClockSync(self):
112 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
chrome_tracing_agent.py 126 def SupportsExplicitClockSync(self):
131 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
perf_tracing_agent.py 208 def SupportsExplicitClockSync(self):
213 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
  /external/chromium-trace/catapult/systrace/systrace/
tracing_controller.py 91 def SupportsExplicitClockSync(self):
97 SupportsExplicitClockSync must return false.
238 if agent.SupportsExplicitClockSync():

Completed in 443 milliseconds