HomeSort by relevance Sort by last modified time
    Searched refs:InstallApplication (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
video_unittest.py 23 host_platform.InstallApplication('avconv')
video.py 122 host_platform.InstallApplication('avconv')
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
ios_platform_backend.py 61 def InstallApplication(self, application):
linux_platform_backend.py 85 def InstallApplication(self, application):
platform_backend.py 198 def InstallApplication(self, application):
android_platform_backend.py 366 def InstallApplication(self, application):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
oomkiller_profiler.py 40 self._platform_backend.InstallApplication(mem_consumer_path)
perf_profiler.py 63 host.InstallApplication(perfhost_name)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
appmgmt.h 98 DWORD WINAPI InstallApplication(PINSTALLDATA pInstallInfo);
comadmin.h 105 virtual HRESULT WINAPI InstallApplication(BSTR bstrApplicationFile,BSTR bstrDestinationDirectory,__LONG32 lOptions,BSTR bstrUserId,BSTR bstrPassword,BSTR bstrRSN) = 0;
142 HRESULT (WINAPI *InstallApplication)(ICOMAdminCatalog *This,BSTR bstrApplicationFile,BSTR bstrDestinationDirectory,__LONG32 lOptions,BSTR bstrUserId,BSTR bstrPassword,BSTR bstrRSN);
181 #define ICOMAdminCatalog_InstallApplication(This,bstrApplicationFile,bstrDestinationDirectory,lOptions,bstrUserId,bstrPassword,bstrRSN) (This)->lpVtbl->InstallApplication(This,bstrApplicationFile,bstrDestinationDirectory,lOptions,bstrUserId,bstrPassword,bstrRSN)
319 HRESULT (WINAPI *InstallApplication)(ICOMAdminCatalog2 *This,BSTR bstrApplicationFile,BSTR bstrDestinationDirectory,__LONG32 lOptions,BSTR bstrUserId,BSTR bstrPassword,BSTR bstrRSN);
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
android_browser_finder.py 150 self.platform.InstallApplication(self._local_apk)

Completed in 411 milliseconds