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

1 2 3 4 5 6 7 8 91011

  /external/chromium/chrome/browser/extensions/default_extensions/
external_extensions.json 2 // in the installer.
  /bootable/diskinstaller/
init.rc 26 service installer /system/bin/installer -p /dev/block/sdb2
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...]
installer.h 1 /* commands/sysloader/installer/installer.h
Android.mk 7 installer.c
  /external/svox/pico/src/com/svox/pico/
VoiceDataInstallerReceiver.java 25 * Is notified when the language pack installer is added to the system, and runs the installer.
31 private final static String INSTALLER_PACKAGE = "com.svox.langpack.installer";
37 Log.v(TAG, INSTALLER_PACKAGE + " package was added, running installer...");
38 // the language pack installer has been added to the system
39 // now run the installer
40 Intent runIntent = new Intent("com.svox.langpack.installer.RUN_TTS_DATA_INSTALLER");
LangPackUninstaller.java 24 * Is notified when the language pack installer is added to the system, and runs the installer.
30 private final static String INSTALLER_PACKAGE = "com.svox.langpack.installer";
  /cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ModifyInstallerPackageTest.java 30 * Tests that one application can and can not modify the installer package
116 * Test that we can set the installer package name.
131 * Test that we fail if trying to set an installer package with an unknown
144 * Test that we fail if trying to set an installer package with an unknown
145 * installer package name.
158 * Test that we fail if trying to set an installer package that is not
176 * Test that we fail if trying to set an installer package that is not
177 * signed with the same cert as the currently set installer.
183 // Have the other package set the installer, under its cert.
187 intent.putExtra("installer", OTHER_PACKAGE)
    [all...]
  /external/chromium/chrome/browser/first_run/
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.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.h 13 // If the new_chrome.exe exists (placed by the installer then is swapped
  /external/svox/picolanginstaller/
AndroidManifest.xml 3 package="com.svox.langpack.installer"
16 <action android:name="com.svox.langpack.installer.RUN_TTS_DATA_INSTALLER" />
  /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);
  /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...]
  /external/chromium/chrome/browser/
app_icon_win.cc 11 #include "chrome/installer/util/browser_distribution.h"
  /external/chromium/chrome/common/
DEPS 24 "+chrome/installer",
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 27 /// Installer - This class is declared before the raw_fd_ostream so that
40 } Installer;
43 /// Installer.
57 void keep() { Installer.Keep = true; }
  /external/svox/PicoLangInstallerDeuDeu/res/values/
strings.xml 22 <string name="app_name">Speech Synthesis Data Installer (DEU-DEU)</string>
27 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->
28 <string name="uninstall_message">The voice data has been installed successfully. You can now safely remove this installer.</string>
30 <!-- Text on the button to let the user remove from the phone the application that was just run (the voice data installer) -->
  /external/svox/PicoLangInstallerEngGbr/res/values/
strings.xml 22 <string name="app_name">Speech Synthesis Data Installer (ENG-GBR)</string>
27 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->
28 <string name="uninstall_message">The voice data has been installed successfully. You can now safely remove this installer.</string>
30 <!-- Text on the button to let the user remove from the phone the application that was just run (the voice data installer) -->
  /external/svox/PicoLangInstallerEngUsa/res/values/
strings.xml 22 <string name="app_name">Speech Synthesis Data Installer (ENG-USA)</string>
27 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->
28 <string name="uninstall_message">The voice data has been installed successfully. You can now safely remove this installer.</string>
30 <!-- Text on the button to let the user remove from the phone the application that was just run (the voice data installer) -->
  /external/svox/PicoLangInstallerFraFra/res/values/
strings.xml 22 <string name="app_name">Speech Synthesis Data Installer (FRA-FRA)</string>
27 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->
28 <string name="uninstall_message">The voice data has been installed successfully. You can now safely remove this installer.</string>
30 <!-- Text on the button to let the user remove from the phone the application that was just run (the voice data installer) -->
  /external/svox/PicoLangInstallerItaIta/res/values/
strings.xml 22 <string name="app_name">Speech Synthesis Data Installer (ITA-ITA)</string>
27 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->
28 <string name="uninstall_message">The voice data has been installed successfully. You can now safely remove this installer.</string>
30 <!-- Text on the button to let the user remove from the phone the application that was just run (the voice data installer) -->
  /external/svox/PicoLangInstallerSpaEsp/res/values/
strings.xml 22 <string name="app_name">Speech Synthesis Data Installer (SPA-ESP)</string>
27 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->
28 <string name="uninstall_message">The voice data has been installed successfully. You can now safely remove this installer.</string>
30 <!-- Text on the button to let the user remove from the phone the application that was just run (the voice data installer) -->
  /packages/providers/DrmProvider/res/values-fr/
strings.xml 22 <string name="permlab_installDrm" msgid="4716871004736576753">"Installer le contenu GDN"</string>
23 <string name="permdesc_installDrm" msgid="8352431922295326348">"Autorise l\'application à installer du contenu protégé par GDN."</string>
  /external/svox/picolanginstaller/res/values/
strings.xml 22 <string name="app_name">Speech Synthesis Data Installer</string>
29 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->
30 <string name="uninstall_message">The voice data has been installed successfully. You can now safely remove this installer.</string>
32 <!-- Text on the button to let the user remove from the phone the application that was just run (the voice data installer) -->

Completed in 844 milliseconds

1 2 3 4 5 6 7 8 91011