Searched refs:CanLaunchApplication (Results 1 – 12 of 12) sorted by relevance
78 def CanLaunchApplication(self, application): member in LinuxPlatformBackend81 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
211 def CanLaunchApplication(self, application): member in Platform213 return self._platform_backend.CanLaunchApplication(application)
71 def CanLaunchApplication(self, application): member in PosixPlatformBackend
198 def CanLaunchApplication(self, application): member in PlatformBackend
238 def CanLaunchApplication(self, application): member in AndroidPlatformBackend
25 if not host_platform.CanLaunchApplication('avconv'):
118 if not host_platform.CanLaunchApplication('avconv'):
34 if not host_platform.CanLaunchApplication('ipfw'):
39 if not self._platform_backend.CanLaunchApplication(
59 if not host.CanLaunchApplication(perfhost_name):
61 return mavericks_or_later and self._backend.CanLaunchApplication(
241 if b.platform.CanLaunchApplication(package) or b.HaveLocalAPK():