Searched defs:Install (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/build/android/pylib/uiautomator/
H A Dtest_package.py26 def Install(self, device): member in class:TestPackage
/external/chromium_org/build/android/pylib/gtest/
H A Dtest_package.py59 def Install(self, device): member in class:TestPackage
60 """Install the test package to the device.
H A Dtest_package_exe.py132 def Install(self, device): member in class:TestPackageExecutable
H A Dtest_package_apk.py133 def Install(self, device): member in class:TestPackageApk
135 device.Install(self.suite_path)
/external/chromium_org/build/android/pylib/instrumentation/
H A Dtest_package.py37 def Install(self, device): member in class:TestPackage
38 device.Install(self.GetApkPath())
41 device.Install(self._test_support_apk_path)
/external/chromium_org/tools/cr/cr/actions/
H A Dinstaller.py13 Installer implementations must implement the Uninstall and Install methods.
29 def Install(self, targets, arguments): member in class:Installer
37 Default implementation is to do an Uninstall Install sequence.
41 self.Install(targets, arguments)
54 def Install(self, targets, arguments): member in class:SkipInstaller
H A Dlinux.py46 def Install(self, targets, arguments): member in class:LinuxInstaller
H A Dadb.py73 def Install(cls, target, arguments): member in class:Adb
139 def Install(self, targets, arguments): member in class:AdbInstaller
141 Adb.Install(target, arguments)
/external/chromium_org/build/android/gyp/
H A Dapk_install.py87 def Install(): function in function:main
88 device.Install(options.apk_path, reinstall=True)
95 Install,
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_page_controller.cc19 void NetErrorPageController::Install(content::RenderFrame* render_frame) { function in class:NetErrorPageController
/external/chromium_org/content/renderer/
H A Dmemory_benchmarking_extension.cc25 void MemoryBenchmarkingExtension::Install(blink::WebFrame* frame) { function in class:content::MemoryBenchmarkingExtension
H A Dweb_ui_extension.cc63 void WebUIExtension::Install(blink::WebFrame* frame) { function in class:content::WebUIExtension
H A Ddom_automation_controller.cc24 void DomAutomationController::Install(RenderFrame* render_frame, function in class:content::DomAutomationController
H A Dstats_collection_controller.cc80 void StatsCollectionController::Install(blink::WebFrame* frame) { function in class:content::StatsCollectionController
/external/chromium_org/content/shell/renderer/
H A Dgc_controller.cc19 void GCController::Install(blink::WebFrame* frame) { function in class:content::GCController
H A Dipc_echo.cc22 static void Install(base::WeakPtr<IPCEcho> echo, blink::WebFrame* frame);
74 void IPCEchoBindings::Install(base::WeakPtr<IPCEcho> echo, function in class:content::IPCEchoBindings
109 void IPCEcho::Install(blink::WebFrame* frame) { function in class:content::IPCEcho
110 IPCEchoBindings::Install(weak_factory_.GetWeakPtr(), frame);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DWaitUntilObserver.h24 Install enumerator in enum:blink::FINAL::EventType
/external/chromium_org/third_party/skia/src/lazy/
H A DSkCachingPixelRef.cpp12 bool SkCachingPixelRef::Install(SkImageGenerator* generator, function in class:SkCachingPixelRef
/external/chromium_org/ui/views/focus/
H A Dfocus_manager_factory.cc48 void FocusManagerFactory::Install(FocusManagerFactory* f) { function in class:views::FocusManagerFactory
/external/lldb/source/Expression/
H A DClangUtilityFunction.cpp57 /// Install the utility function into a process
69 ClangUtilityFunction::Install (Stream &error_stream, function in class:ClangUtilityFunction
/external/skia/src/lazy/
H A DSkCachingPixelRef.cpp11 bool SkCachingPixelRef::Install(SkImageGenerator* generator, function in class:SkCachingPixelRef
/external/chromium_org/build/android/gyp/util/
H A Dbuild_device.py42 def Install(self, *args, **kwargs): member in class:BuildDevice
43 return self.device.old_interface.Install(*args, **kwargs)
/external/chromium_org/components/component_updater/test/
H A Dtest_installer.cc22 bool TestInstaller::Install(const base::DictionaryValue& manifest, function in class:component_updater::TestInstaller
62 bool VersionedTestInstaller::Install(const base::DictionaryValue& manifest, function in class:component_updater::VersionedTestInstaller
/external/chromium_org/build/android/pylib/device/
H A Dadb_wrapper.py238 def Install(self, apk_path, forward_lock=False, reinstall=False, member in class:AdbWrapper
240 """Install an apk on the device.
/external/chromium_org/chrome/browser/component_updater/
H A Drecovery_component_installer.cc61 virtual bool Install(const base::DictionaryValue& manifest,
105 bool RecoveryComponentInstaller::Install(const base::DictionaryValue& manifest, function in class:component_updater::RecoveryComponentInstaller

Completed in 426 milliseconds

12