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

1 2 3 4 5 6 7 8

  /frameworks/base/services/core/java/com/android/server/updates/
TzDataInstallReceiver.java 38 private final TzDataBundleInstaller installer; field in class:TzDataInstallReceiver
43 installer = new TzDataBundleInstaller(TAG, TZ_DATA_DIR);
48 boolean valid = installer.install(content);
  /external/autotest/client/virt/
installer_unittest.py 5 from autotest_lib.client.virt import installer namespace
11 self.registry = installer.InstallerRegistry()
47 class Installer:
51 installer.INSTALLER_REGISTRY.register('test_install_mode',
52 Installer,
59 instance = installer.make_installer("test_install_mode_test", params)
60 self.assertIsInstance(instance, Installer)
installer.py 2 Installer classes are responsible for building and installing virtualization
17 Holds information on known installer classes
20 that will hold all information on known installer types.
22 For registering a new installer class, use the register() method. If the
27 If you want to register a virt specific installer class, set the virt
32 For getting a installer class, use the get_installer() method. This method
34 installer if set to true.
60 Gets a installer class that should be able to install the virt software
71 # return a base installer so the test could and give it a try?
80 Returns a list of all registered installer mode
    [all...]
kvm_installer.py 168 """Return the module list used by the installer
173 raise KvmNotInstalled("KVM modules not installed yet (installer: %s)" % (type(self)))
456 def __init__(self, installer, prefix,
458 params = installer.params
459 self.installer = installer
467 self.srcdir = os.path.join(self.installer.srcdir, srcdir)
499 self.spice_protocol = GitRepo(installer=self, prefix='spice_protocol',
507 self.spice = GitRepo(installer=self, prefix='spice', srcdir='spice',
513 self.userspace = GitRepo(installer=self, prefix='user'
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
data.py 62 def finalizer(installer):
65 for item in installer.data_files:
69 data_files.extend(item.flatten(installer))
70 installer.data_files = data_files
106 def flatten(self, installer):
137 def flatten(self, installer):
139 if installer.without_docs:
141 return Data.flatten(self, installer)
161 def flatten(self, installer):
165 return Documentation.flatten(self, installer)
    [all...]
ext.py 39 def _install_finalizer(installer):
40 if installer.without_c_extensions:
41 installer.distribution.ext_modules = []
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
data.py 62 def finalizer(installer):
65 for item in installer.data_files:
69 data_files.extend(item.flatten(installer))
70 installer.data_files = data_files
106 def flatten(self, installer):
137 def flatten(self, installer):
139 if installer.without_docs:
141 return Data.flatten(self, installer)
161 def flatten(self, installer):
165 return Documentation.flatten(self, installer)
    [all...]
ext.py 38 def _install_finalizer(installer):
39 if installer.without_c_extensions:
40 installer.distribution.ext_modules = []
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
data.py 62 def finalizer(installer):
65 for item in installer.data_files:
69 data_files.extend(item.flatten(installer))
70 installer.data_files = data_files
106 def flatten(self, installer):
137 def flatten(self, installer):
139 if installer.without_docs:
141 return Data.flatten(self, installer)
161 def flatten(self, installer):
165 return Documentation.flatten(self, installer)
    [all...]
ext.py 39 def _install_finalizer(installer):
40 if installer.without_c_extensions:
41 installer.distribution.ext_modules = []
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
data.py 62 def finalizer(installer):
65 for item in installer.data_files:
69 data_files.extend(item.flatten(installer))
70 installer.data_files = data_files
106 def flatten(self, installer):
137 def flatten(self, installer):
139 if installer.without_docs:
141 return Data.flatten(self, installer)
161 def flatten(self, installer):
165 return Documentation.flatten(self, installer)
    [all...]
ext.py 38 def _install_finalizer(installer):
39 if installer.without_c_extensions:
40 installer.distribution.ext_modules = []
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
apache.py 22 from boto.pyami.installers.ubuntu.installer import Installer
24 class Apache(Installer):
mysql.py 23 This installer will install mysql-server on an Ubuntu machine.
30 from boto.pyami.installers.ubuntu.installer import Installer
43 class MySQL(Installer):
trac.py 22 from boto.pyami.installers.ubuntu.installer import Installer
26 class Trac(Installer):
  /external/vboot_reference/scripts/keygeneration/
create_new_keys.sh 22 --4k-installer-kernel Use 4k key size for the installer kernel data
65 --4k-installer-kernel)
105 # Create the recovery and factory installer keypairs
127 # Create the installer keyblock for use in Developer + Recovery mode
  /frameworks/base/services/core/java/com/android/server/pm/
OtaDexoptService.java 19 import static com.android.server.pm.Installer.DEXOPT_OTA;
150 private void moveAbArtifacts(Installer installer) {
188 installer.moveAb(path, dexCodeInstructionSet, oatDir);
199 public OTADexoptPackageDexOptimizer(Installer installer, Object installLock,
201 super(installer, installLock, context, "*otadexopt*");
PackageDexOptimizer.java 39 import static com.android.server.pm.Installer.DEXOPT_BOOTCOMPLETE;
40 import static com.android.server.pm.Installer.DEXOPT_DEBUGGABLE;
41 import static com.android.server.pm.Installer.DEXOPT_PROFILE_GUIDED;
42 import static com.android.server.pm.Installer.DEXOPT_PUBLIC;
43 import static com.android.server.pm.Installer.DEXOPT_SAFEMODE;
59 private final Installer mInstaller;
65 PackageDexOptimizer(Installer installer, Object installLock, Context context,
67 this.mInstaller = installer;
89 * <p>Calls to {@link com.android.server.pm.Installer#dexopt} on {@link #mInstaller} ar
    [all...]
  /libcore/tzdata/update/src/test/libcore/tzdata/update/
TzDataBundleInstallerTest.java 32 private TzDataBundleInstaller installer; field in class:TzDataBundleInstallerTest
41 installer = new TzDataBundleInstaller("TzDataBundleInstallerTest", testInstallDir);
139 return installer.install(configBundle.getBundleBytes());
  /sdk/find_java/
Android.mk 8 # find_java static library for host (used by find_java.exe and installer)
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-alpha3/
repository-25.2.0-alpha3.jar 
  /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/core/java/com/android/internal/os/
ZygoteInit.java 579 final InstallerConnection installer = new InstallerConnection(); local
580 installer.waitForConnection();
593 installer.dexopt(classPathElement, Process.SYSTEM_UID, instructionSet,
605 installer.disconnect();
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 148 ExternalSecurityProviderInstaller installer) {
149 sExternalSecurityProviderInstaller = installer;
161 // If we have an external security provider installer, then install. This will
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-install-plugin/2.3.1/
maven-install-plugin-2.3.1.jar 

Completed in 1159 milliseconds

1 2 3 4 5 6 7 8