/external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
__init__.py | 64 installer = AutoInstaller(append_to_search_path=True, variable 66 installer.install(url="http://pypi.python.org/packages/source/C/ClientForm/ClientForm-0.2.10.zip", 71 installer = AutoInstaller(target_dir=autoinstalled_dir) variable 73 installer.install(url="http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.4.zip", 75 installer.install(url="http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b", 77 installer.install(url="http://www.adambarth.com/webkit/eliza", 84 installer = AutoInstaller(target_dir=irc_dir) variable 85 installer.install(url="http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip", url_subpath="irclib.py") 86 installer.install(url="http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip", url_subpath="ircbot.py") 89 installer = AutoInstaller(target_dir=pywebsocket_dir variable [all...] |
/bootable/diskinstaller/ |
config.mk | 53 define installer-copy-modules 64 # Build the installer ramdisk image 67 installer_ramdisk := $(TARGET_INSTALLER_OUT)/ramdisk-installer.img 69 installer_config := $(diskinstaller_root)/installer.conf 85 @echo ----- Making installer image ------ 98 @echo Copying installer base files... 99 $(call installer-copy-modules,$(TARGET_OUT),\ 106 $(TARGET_INSTALLER_SYSTEM_OUT)/etc/installer.conf 107 cp -f $(installer_binary) $(TARGET_INSTALLER_SYSTEM_OUT)/bin/installer 111 @echo ----- Made installer ramdisk -[ $@ ] [all...] |
Android.mk | 7 installer.c
|
/external/chromium/chrome/browser/extensions/ |
crx_installer_browsertest.cc | 54 scoped_refptr<CrxInstaller> installer( 57 installer->set_allow_silent_install(true); 58 installer->set_is_gallery_install(true); 62 installer->InstallCrx(crx_path);
|
extension_browsertest.cc | 238 scoped_refptr<CrxInstaller> installer( 240 installer->set_expected_id(id); 241 installer->InstallCrx(crx_path);
|
extension_service.cc | 582 scoped_refptr<CrxInstaller> installer( 585 installer->set_expected_id(id); 587 installer->set_install_source(pending_extension_info.install_source()); 589 installer->set_install_source(extension->location()); 590 installer->set_delete_source(true); 591 installer->set_original_url(download_url); 592 installer->InstallCrx(extension_path); [all...] |
extension_service_unittest.cc | 581 scoped_refptr<CrxInstaller> installer( 584 installer->InstallCrx(crx_path); 598 scoped_refptr<CrxInstaller> installer( 602 installer->set_install_source(install_location); 603 installer->InstallCrx(crx_path); [all...] |
/external/chromium/chrome/browser/first_run/ |
first_run.cc | 30 #include "chrome/installer/util/master_preferences.h" 31 #include "chrome/installer/util/master_preferences_constants.h" 32 #include "chrome/installer/util/util_constants.h" 37 #include "chrome/installer/util/google_update_settings.h" 38 #include "chrome/installer/util/install_util.h" 106 master_prefs = master_prefs.AppendASCII(installer::kDefaultMasterPrefs); 108 installer::MasterPreferences prefs(master_prefs); 119 if (!prefs.GetInt(installer::master_preferences::kDistroPingDelay, 126 if (prefs.GetBool(installer::master_preferences::kRequireEula, &value) && 137 if (!LaunchSetupWithParam(installer::switches::kShowEula [all...] |
upgrade_util_win.cc | 22 #include "chrome/installer/util/browser_distribution.h" 23 #include "chrome/installer/util/google_update_constants.h" 24 #include "chrome/installer/util/install_util.h" 25 #include "chrome/installer/util/shell_util.h" 26 #include "chrome/installer/util/util_constants.h" 34 *path = path->Append(installer::kChromeNewExe); 53 if (exit_code == installer::RENAME_SUCCESSFUL) 104 if (exit_code == installer::RENAME_SUCCESSFUL)
|
first_run_win.cc | 32 #include "chrome/installer/util/browser_distribution.h" 33 #include "chrome/installer/util/google_update_constants.h" 34 #include "chrome/installer/util/google_update_settings.h" 35 #include "chrome/installer/util/install_util.h" 36 #include "chrome/installer/util/shell_util.h" 37 #include "chrome/installer/util/util_constants.h" 135 exe_path = exe_path.Append(installer::kInstallerDir); 136 exe_path = exe_path.Append(installer::kSetupExe);
|
/external/chromium/chrome/browser/google/ |
google_update.cc | 19 #include "chrome/installer/util/browser_distribution.h" 20 #include "chrome/installer/util/google_update_constants.h" 21 #include "chrome/installer/util/helper.h" 22 #include "chrome/installer/util/install_util.h" 69 installer::GetChromeInstallPath(false, dist).value(); 71 installer::GetChromeInstallPath(true, dist).value(); 85 std::wstring app_guid = installer::GetAppGuidForUpdates( 325 std::wstring app_guid = installer::GetAppGuidForUpdates(system_level);
|
/external/chromium/chrome/browser/ |
browser_main_win.cc | 32 #include "chrome/installer/util/browser_distribution.h" 33 #include "chrome/installer/util/google_update_settings.h" 34 #include "chrome/installer/util/helper.h" 35 #include "chrome/installer/util/install_util.h" 36 #include "chrome/installer/util/shell_util.h" 172 // created by us and not by the installer so |alternate| is false. 289 FilePath user_exe_path(installer::GetChromeInstallPath(false, dist)); 299 uninstall_cmd.AppendSwitch(installer::switches::kForceUninstall); 301 installer::switches::kDoNotRemoveSharedItems);
|
/external/chromium/chrome/browser/download/ |
download_util.cc | 326 scoped_refptr<CrxInstaller> installer( 328 installer->set_delete_source(true); 332 installer->InstallUserScript(download_item.full_path(), 339 installer->set_original_mime_type(download_item.original_mime_type()); 340 installer->set_apps_require_extension_mime_type(true); 341 installer->set_original_url(download_item.url()); 342 installer->set_is_gallery_install(is_gallery_download); 343 installer->InstallCrx(download_item.full_path()); 344 installer->set_allow_silent_install(is_gallery_download); [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
autoinstall.py | 60 installer = AutoInstaller() 62 installer.install(url="http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b", 64 installer.install(url="http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.4.zip", 506 installer = AutoInstaller(target_dir=target_dir, variable in class:AutoInstaller 509 installer.install(should_refresh=False, 513 installer.install(should_refresh=False,
|
/external/svox/picolanginstaller/src/com/svox/langpack/installer/ |
InstallerActivity.java | 1 package com.svox.langpack.installer; 45 // only run the installer if there isn't another one running 159 // only run the installer if there isn't another one running 160 // (we only get here if the installer couldn't complete successfully before)
|
/frameworks/base/services/java/com/android/server/pm/ |
UserManager.java | 66 private Installer mInstaller; 84 public UserManager(Installer installer, File baseUserPath) { 86 mInstaller = installer;
|
/external/chromium/chrome/browser/automation/ |
automation_provider.cc | 775 scoped_refptr<CrxInstaller> installer( 777 installer->InstallCrx(crx_path); 808 scoped_refptr<CrxInstaller> installer(new CrxInstaller(service, client)); 809 installer->InstallCrx(crx_path); [all...] |
automation_provider_observers.cc | 720 CrxInstaller* installer = Source<CrxInstaller>(source).ptr(); local 721 in_progress_updates_.erase(installer->expected_id()); [all...] |
/external/chromium/chrome/browser/speech/ |
speech_input_manager.cc | 29 #include "chrome/installer/util/wmi.h" 69 installer::WMIComputerSystem::GetModel() + L"|" +
|
/external/e2fsprogs/debian/ |
rules | 586 dpkg-distaddfile $(UDEB_NAME) debian-installer $(UDEB_PRIORITY) 588 dpkg-distaddfile $(BLKID_UDEB_NAME) debian-installer $(BLKID_UDEB_PRIORITY) 589 dpkg-distaddfile $(UUID_UDEB_NAME) debian-installer $(UUID_UDEB_PRIORITY)
|
/build/core/ |
envsetup.mk | 237 TARGET_INSTALLER_OUT := $(PRODUCT_OUT)/installer
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
UpdaterData.java | 405 * @param flags Optional flags for the installer, such as {@link #NO_TOOLS_MSG}.
484 ArchiveInstaller installer = createArchiveInstaler();
485 if (installer.install(ai,
585 * dependency level. This forces the installer to install first all packages
717 * @param flags Optional flags for the installer, such as {@link #NO_TOOLS_MSG}.
[all...] |
/external/chromium/chrome/browser/ui/ |
browser.cc | [all...] |
/external/grub/ |
configure | 857 (and sometimes confusing) to the casual installer [all...] |
/external/valgrind/main/ |
configure | [all...] |