Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
Dpowermetrics_power_monitor.py48 self._powermetrics_process = self._backend.LaunchApplication(
285 self._backend.LaunchApplication(
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dplatform.py187 def LaunchApplication(self, member in Platform
198 return self._platform_backend.LaunchApplication(
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Doomkiller_profiler.py42 self._platform_backend.LaunchApplication(
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Dios_browser_finder.py83 host.LaunchApplication(IOS_WEBKIT_DEBUG_PROXY)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dposix_platform_backend.py98 def LaunchApplication( member in PosixPlatformBackend
Dwin_platform_backend.py331 def LaunchApplication( member in WinPlatformBackend
384 self._msr_server_handle = self.LaunchApplication(
Dmac_platform_backend.py173 p = self.LaunchApplication('purge', elevate_privilege=mavericks_or_later)
Dplatform_backend.py188 def LaunchApplication( member in PlatformBackend
Dandroid_platform_backend.py340 def LaunchApplication( member in AndroidPlatformBackend
/external/lldb/include/lldb/Host/
DHost.h449 LaunchApplication (const FileSpec &app_file_spec);
/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