Home
last modified time | relevance | path

Searched refs:CanLaunchApplication (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/platform/
Dlinux_platform_backend.py78 def CanLaunchApplication(self, application): member in LinuxPlatformBackend
81 return super(LinuxPlatformBackend, self).CanLaunchApplication(application)
139 if changed or not self.CanLaunchApplication('ipfw'):
145 assert self.CanLaunchApplication('ipfw'), 'Failed to install ipfw. ' \
166 assert self.CanLaunchApplication(bin_name), 'Failed to install ' + bin_name
D__init__.py211 def CanLaunchApplication(self, application): member in Platform
213 return self._platform_backend.CanLaunchApplication(application)
Dposix_platform_backend.py71 def CanLaunchApplication(self, application): member in PosixPlatformBackend
Dplatform_backend.py198 def CanLaunchApplication(self, application): member in PlatformBackend
Dandroid_platform_backend.py238 def CanLaunchApplication(self, application): member in AndroidPlatformBackend
/external/chromium_org/tools/telemetry/telemetry/core/
Dvideo_unittest.py25 if not host_platform.CanLaunchApplication('avconv'):
Dvideo.py118 if not host_platform.CanLaunchApplication('avconv'):
/external/chromium_org/tools/telemetry/telemetry/core/backends/
Dbrowser_backend.py34 if not host_platform.CanLaunchApplication('ipfw'):
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
Doomkiller_profiler.py39 if not self._platform_backend.CanLaunchApplication(
Dperf_profiler.py59 if not host.CanLaunchApplication(perfhost_name):
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
Dpowermetrics_power_monitor.py61 return mavericks_or_later and self._backend.CanLaunchApplication(
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dandroid_browser_finder.py241 if b.platform.CanLaunchApplication(package) or b.HaveLocalAPK():