Home
last modified time | relevance | path

Searched refs:SupportFlushEntireSystemCache (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/core/
Dplatform.py166 def SupportFlushEntireSystemCache(self): member in Platform
171 return self._platform_backend.SupportFlushEntireSystemCache()
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dlinux_platform_backend.py75 def SupportFlushEntireSystemCache(self): member in LinuxPlatformBackend
Dmac_platform_backend.py175 def SupportFlushEntireSystemCache(self): member in MacPlatformBackend
Dplatform_backend.py179 def SupportFlushEntireSystemCache(self): member in PlatformBackend
Dandroid_platform_backend.py329 def SupportFlushEntireSystemCache(self): member in AndroidPlatformBackend
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dbrowser.py51 elif self.platform.SupportFlushEntireSystemCache():
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Daction_runner.py155 if platform.SupportFlushEntireSystemCache():