HomeSort by relevance Sort by last modified time
    Searched full:installer (Results 76 - 100 of 264) sorted by null

1 2 34 5 6 7 8 91011

  /external/webkit/Tools/Scripts/
ensure-valid-python 92 print "sudo will now ask for your password to run the Python installer.\n";
93 print "The installer will install Python in /Library/Frameworks/Python.framework\n";
95 return system("sudo", "installer", "-verbose", "-pkg", $installerPackage, "-target", "/") == 0;
  /development/samples/Alarm/tests/
AndroidManifest.xml 41 The installer will not install this package onto a device or emulator that is running an
  /external/chromium/chrome/browser/chromeos/
metrics_cros_settings_provider.cc 14 #include "chrome/installer/util/google_update_settings.h"
  /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/chromium/chrome/browser/extensions/
crx_installer.h 41 // scoped_refptr<CrxInstaller> installer(new CrxInstaller(...));
42 // installer->set_foo();
43 // installer->set_bar();
44 // installer->InstallCrx(...);
extension_install_ui.h 55 // This is called by the installer to verify whether the installation should
  /external/chromium/chrome/browser/google/
google_update_settings_posix.cc 5 #include "chrome/installer/util/google_update_settings.h"
  /external/chromium/chrome/common/
child_process_logging_linux.cc 10 #include "chrome/installer/util/google_update_settings.h"
chrome_paths_win.cc 17 #include "chrome/installer/util/browser_distribution.h"
child_process_logging_win.cc 14 #include "chrome/installer/util/google_update_settings.h"
  /frameworks/base/services/java/com/android/server/pm/
UserManager.java 66 private Installer mInstaller;
84 public UserManager(Installer installer, File baseUserPath) {
86 mInstaller = installer;
  /packages/apps/CertInstaller/res/values-zh-rCN/
strings.xml 19 <string name="app_name" msgid="9095072584761066851">"Certificate Installer"</string>
  /external/chromium/chrome/browser/ui/views/
uninstall_view.cc 12 #include "chrome/installer/util/browser_distribution.h"
13 #include "chrome/installer/util/shell_util.h"
  /external/expat/win32/
expat.iss 1 ; Basic setup script for the Inno Setup installer builder. For more
2 ; information on the free installer builder, see www.jrsoftware.org.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ArchiveInfo.java 27 * Note that the installer deals with archives whereas the user mostly sees packages
36 * user choices. The installer should never install something that is not accepted.
  /external/chromium/build/
all.gyp 174 # defined in installer.gyp.
175 '../chrome/installer/mini_installer.gyp:mini_installer',
233 # defined in installer.gyp.
234 #'../chrome/installer/mini_installer.gyp:mini_installer',
430 # defined in installer.gyp.
431 '../chrome/installer/mini_installer.gyp:mini_installer',
494 '../chrome/installer/mini_installer.gyp:mini_installer',
  /frameworks/base/packages/SystemUI/res/values-fr/
strings.xml 73 <string name="use_mtp_button_title" msgid="4333504413563023626">"Installer en tant que lecteur multimédia (MTP)"</string>
74 <string name="use_ptp_button_title" msgid="7517127540301625751">"Installer en tant qu\'appareil photo (PTP)"</string>
75 <string name="installer_cd_button_title" msgid="2312667578562201583">"Installer application Android File Transfer (Mac)"</string>
  /development/host/windows/usb/
android_winusb.inf 15 ; If this section is removed the installer will report an error
  /external/chromium/chrome/browser/search_engines/
search_terms_data.cc 15 #include "chrome/installer/util/google_update_settings.h"
  /external/chromium/webkit/glue/resources/
webkit_strings_no.xtb 38 <translation id="3789841737615482174">Installer</translation>
  /external/markdown/docs/
INSTALL 36 Download the Windows installer (.exe) from PyPI:
  /external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_vbltimer.S 39 /*--- Vector installer ---*/
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_xbiosinterrupt.S 42 /*--- Vector installer ---*/
  /packages/apps/CertInstaller/res/values-de/
strings.xml 19 <string name="app_name" msgid="9095072584761066851">"Zertifikats-Installer"</string>
  /packages/apps/CertInstaller/res/values-en-rGB/
strings.xml 19 <string name="app_name" msgid="9095072584761066851">"Certificate Installer"</string>

Completed in 584 milliseconds

1 2 34 5 6 7 8 91011