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

1 2 3 4 5

  /external/chromium_org/chrome/test/install_test/
sample_updater.py 5 """Tests that demonstrate use of install test framework."""
23 self.Install(self.GetUpdateBuilds()[0])
26 self.Install(self.GetUpdateBuilds()[1])
33 This test case illustrates how to run a fresh install test. Simple install
36 self.Install(self.GetInstallBuild())
42 self.Install(self.GetInstallBuild())
theme_updater.py 64 """Install a theme and check it is still applied after update."""
65 self.Install(self.GetUpdateBuilds()[0])
70 self.Install(self.GetUpdateBuilds()[1])
75 """Install a theme and check it still applies to incognito after update."""
76 self.Install(self.GetUpdateBuilds()[0])
86 self.Install(self.GetUpdateBuilds()[1])
install_test.py 7 Provides an interface to install or update chrome from within a testcase, and
50 self.Install(self.GetUpdateBuilds()[0])
53 self.Install(self.GetUpdateBuilds()[1])
112 def Install(self, build, master_pref=None):
130 self._installation = chrome_installer_win.Install(
137 """Returns Chorme build to be used for install test scenarios."""
179 install testing. Pass this argument only if testing
180 fresh install scenarios.
  /external/chromium_org/chrome/test/mini_installer_test/
test.cc 85 // Install full installer at user level.
87 ASSERT_TRUE(installer_test::Install(
93 // Install full installer at system level.
95 ASSERT_TRUE(installer_test::Install(full_installer_,
103 ASSERT_TRUE(installer_test::Install(
107 ASSERT_TRUE(installer_test::Install(
114 ASSERT_TRUE(installer_test::Install(previous_installer_,
118 ASSERT_TRUE(installer_test::Install(full_installer_,
125 ASSERT_TRUE(installer_test::Install(
136 ASSERT_TRUE(installer_test::Install(previous_installer_
    [all...]
installer_test_util.h 57 bool Install(const base::FilePath& installer);
58 bool Install(const base::FilePath& installer, const SwitchBuilder& switches);
  /external/chromium_org/ui/views/focus/
focus_manager_factory.h 25 static void Install(FocusManagerFactory* factory);
focus_manager_factory.cc 48 void FocusManagerFactory::Install(FocusManagerFactory* f) {
  /external/chromium_org/chrome/browser/component_updater/test/
test_installer.h 24 virtual bool Install(const base::DictionaryValue& manifest,
62 virtual bool Install(const base::DictionaryValue& manifest,
test_installer.cc 19 bool TestInstaller::Install(const base::DictionaryValue& manifest,
59 bool VersionedTestInstaller::Install(const base::DictionaryValue& manifest,
  /external/chromium_org/remoting/host/setup/
daemon_installer_win.h 23 virtual void Install() = 0;
  /external/chromium_org/build/android/pylib/uiautomator/
test_package.py 26 def Install(self, adb):
test_runner.py 49 self.test_pkg.Install(self.adb)
  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.h 28 void Install(const v8::FunctionCallbackInfo<v8::Value>& args);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 6 (* Install standard binary operators.
  /external/chromium_org/build/android/gyp/
apk_install.py 49 raise Exception('APK install failed unexpectedly.')
58 help='Path to .apk to install.')
59 parser.add_option('--install-record',
60 help='Path to install record (touched only when APK is installed).')
81 def Install():
82 device.Install(options.apk_path, reinstall=True)
89 Install,
  /external/chromium_org/build/android/pylib/gtest/
test_package.py 60 def Install(self, adb):
61 """Install the test package to the device.
  /external/chromium_org/build/android/pylib/instrumentation/
test_package.py 37 def Install(self, adb):
  /external/chromium_org/build/android/
run_update_verification.py 32 output = adb.Install(from_apk, reinstall=True)
34 raise Exception('Unable to install %s. output: %s' % (from_apk, output))
50 output = adb.Install(from_apk, reinstall=True)
52 raise Exception('Unable to install %s. output: %s' % (from_apk, output))
60 output = adb.Install(to_apk)
68 output = adb.Install(to_apk, reinstall=True)
70 raise Exception('Unable to install %s.\n output: %s' % (to_apk, output))
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.h 34 virtual bool Install(const base::DictionaryValue& manifest,
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 8 (* Install standard binary operators.
  /packages/apps/VoiceDialer/
Android.mk 16 # Install the srec data files if VoiceDialer.apk is installed to system image.
  /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/
component_updater_service.h 26 // OnUpdateError() and Install(). A valid instance of this class must be
39 virtual bool Install(const base::DictionaryValue& manifest,
103 // ComponentInstaller::Install (of CrxComponent::installer) will be called.
173 // via the Install() hook.
recovery_component_installer.cc 56 virtual bool Install(const base::DictionaryValue& manifest,
101 bool RecoveryComponentInstaller::Install(const base::DictionaryValue& manifest,
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h 36 virtual bool Install(const base::DictionaryValue& manifest,
72 // Ask the component updater service to do a first-install for PNaCl.
95 // install request failed.

Completed in 3151 milliseconds

1 2 3 4 5