HomeSort by relevance Sort by last modified time
    Searched defs:installer (Results 1 - 8 of 8) sorted by null

  /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/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,
  /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...]
  /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/
SystemServer.java 60 import com.android.server.pm.Installer;
125 Installer installer = null; local
208 installer = new Installer();
209 installer.ping();
248 pm = PackageManagerService.main(context, installer,
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 720 CrxInstaller* installer = Source<CrxInstaller>(source).ptr(); local
721 in_progress_updates_.erase(installer->expected_id());
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 419 milliseconds