HomeSort by relevance Sort by last modified time
    Searched defs:Install (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/chromium_org/build/android/pylib/uiautomator/
test_package.py 26 def Install(self, adb):
  /external/chromium_org/build/android/pylib/gtest/
test_package.py 60 def Install(self, adb):
61 """Install the test package to the device.
test_package_exe.py 121 def Install(self, adb):
test_package_apk.py 126 def Install(self, adb):
  /external/chromium_org/build/android/pylib/instrumentation/
test_package.py 37 def Install(self, adb):
  /external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.cpp 12 bool SkCachingPixelRef::Install(SkImageGenerator* generator,
  /external/chromium_org/tools/cr/cr/actions/
installer.py 13 Installer implementations must implement the Uninstall and Install methods.
29 def Install(self, context, targets, arguments):
35 """Force a target to install even if already installed.
37 Default implementation is to do an Uninstall Install sequence.
41 self.Install(context, targets, arguments)
45 """An Installer the user chooses to bypass the install step of a command."""
54 def Install(self, context, targets, arguments):
linux.py 35 is no need to install anywhere.
45 def Install(self, context, targets, arguments):
adb.py 71 def Install(cls, target, arguments):
74 '{CR_ADB}', 'install',
83 '{CR_ADB}', 'install',
138 def Install(self, context, targets, arguments):
140 Adb.Install(target, arguments)
  /external/chromium_org/ui/views/focus/
focus_manager_factory.cc 48 void FocusManagerFactory::Install(FocusManagerFactory* f) {
  /external/skia/src/lazy/
SkCachingPixelRef.cpp 12 bool SkCachingPixelRef::Install(SkImageGenerator* generator,
  /external/chromium_org/build/android/gyp/
apk_install.py 50 raise Exception('APK install failed unexpectedly.')
59 help='Path to .apk to install.')
60 parser.add_option('--install-record',
61 help='Path to install record (touched only when APK is installed).')
86 def Install():
87 device.Install(options.apk_path, reinstall=True)
94 Install,
  /external/chromium_org/chrome/browser/component_updater/test/
test_installer.cc 19 bool TestInstaller::Install(const base::DictionaryValue& manifest,
58 bool VersionedTestInstaller::Install(const base::DictionaryValue& manifest,
  /external/chromium_org/build/android/gyp/util/
build_device.py 40 def Install(self, *args, **kwargs):
41 return self.adb.Install(*args, **kwargs)
  /external/chromium_org/chrome/browser/component_updater/
recovery_component_installer.cc 56 virtual bool Install(const base::DictionaryValue& manifest,
101 bool RecoveryComponentInstaller::Install(const base::DictionaryValue& manifest,
default_component_installer.cc 64 bool DefaultComponentInstaller::Install(const base::DictionaryValue& manifest,
pepper_flash_component_installer.cc 254 virtual bool Install(const base::DictionaryValue& manifest,
273 bool PepperFlashComponentInstaller::Install(
284 // Passed the basic tests. Time to install it.
402 // is disabled then this one should never install.
swiftshader_component_installer.cc 105 virtual bool Install(const base::DictionaryValue& manifest,
124 bool SwiftShaderComponentInstaller::Install(
141 // Passed the basic tests. Time to install it.
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp 189 bool SkDecodingImageGenerator::Install(SkData* data, SkBitmap* dst,
197 bool SkDecodingImageGenerator::Install(SkStreamRewindable* stream,
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 189 bool SkDecodingImageGenerator::Install(SkData* data, SkBitmap* dst,
197 bool SkDecodingImageGenerator::Install(SkStreamRewindable* stream,
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.cc 147 bool CRLSetFetcher::Install(const base::DictionaryValue& manifest,
  /external/chromium_org/content/renderer/
stats_collection_controller.cc 79 void StatsCollectionController::Install(blink::WebFrame* frame) {
  /development/testrunner/
adb_interface.py 134 def Install(self, apk_path):
141 output of install command
143 return self.SendCommand("install -r %s" % apk_path)
  /external/chromium_org/build/android/pylib/device/
adb_wrapper.py 274 def Install(self, apk_path, forward_lock=False, reinstall=False,
276 """Install an apk on the device.
287 cmd = ['install']
  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.cc 50 // chrome.webstore.install() calls generate an install ID so that the install's
51 // callbacks may be fired when the browser notifies us of install completion
61 RouteFunction("Install",
62 base::Bind(&WebstoreBindings::Install, base::Unretained(this)));
65 void WebstoreBindings::Install(

Completed in 2956 milliseconds

1 2 3 4 5