Home
last modified time | relevance | path

Searched refs:LaunchApplication (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/platform/
D__init__.py195 def LaunchApplication(self, application, parameters=None, member in Platform
204 return self._platform_backend.LaunchApplication(
Dposix_platform_backend.py80 def LaunchApplication( member in PosixPlatformBackend
Dwin_platform_backend.py291 def LaunchApplication( member in WinPlatformBackend
340 self._msr_server_handle = self.LaunchApplication(
Dmac_platform_backend.py156 p = self.LaunchApplication('purge', elevate_privilege=mavericks_or_later)
Dplatform_backend.py191 def LaunchApplication( member in PlatformBackend
Dandroid_platform_backend.py215 def LaunchApplication( member in AndroidPlatformBackend
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
Doomkiller_profiler.py43 self._platform_backend.LaunchApplication(
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dios_browser_finder.py98 host.LaunchApplication(IOS_WEBKIT_DEBUG_PROXY)
/external/lldb/include/lldb/Host/
DHost.h449 LaunchApplication (const FileSpec &app_file_spec);
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
Dpowermetrics_power_monitor.py47 self._powermetrics_process = self._backend.LaunchApplication(
Dippet_power_monitor.py117 self._ippet_handle = self._backend.LaunchApplication(
/external/lldb/source/Host/common/
DHost.cpp1563 LaunchApplication (const FileSpec &app_file_spec) in LaunchApplication() function
/external/lldb/source/Host/macosx/
DHost.mm233 Host::LaunchApplication (const FileSpec &app_file_spec) function