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

1 2 3 4

  /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/chromium-trace/trace-viewer/tracing/third_party/tvcm/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/trace-viewer/tracing/third_party/tvcm/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/trace-viewer/tracing/third_party/tvcm/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/trace-viewer/tracing/third_party/tvcm/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/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
  /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)
  /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 470 final InstallerConnection installer = new InstallerConnection(); local
471 installer.waitForConnection();
479 installer.dexopt(classPathElement, Process.SYSTEM_UID, false,
486 installer.disconnect();
  /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 
  /frameworks/base/core/java/android/content/pm/
PackageInstaller.java 61 * is created, the installer can stream one or more APKs into place until it
86 * This should always be scoped to the installer package that owns the
270 public PackageInstaller(Context context, PackageManager pm, IPackageInstaller installer,
274 mInstaller = installer;
393 * Return list of all known install sessions, regardless of the installer.
423 * method is only available to the current "installer of record" for the
448 * <li>An installer creates a session to indicate pending app delivery. All
450 * <li>The installer opens the session to deliver APK data. Note that a
452 * changes. The installer may deliver periodic progress updates.
453 * <li>The installer commits or abandons the session, resulting in th
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 75 import com.android.server.pm.Installer;
326 Installer installer = mSystemServiceManager.startService(Installer.class); local
332 mActivityManagerService.setInstaller(installer);
366 mPackageManagerService = PackageManagerService.main(mSystemContext, installer,
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
aether-impl-0.9.0.M2.jar 
  /external/e2fsprogs/debian/
rules 679 dpkg-distaddfile $(UDEB_NAME) debian-installer $(UDEB_PRIORITY)
681 dpkg-distaddfile $(BLKID_UDEB_NAME) debian-installer $(BLKID_UDEB_PRIORITY)
682 dpkg-distaddfile $(UUID_UDEB_NAME) debian-installer $(UUID_UDEB_PRIORITY)
  /build/core/
envsetup.mk 403 TARGET_INSTALLER_OUT := $(PRODUCT_OUT)/installer
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java     [all...]
PackageManagerService.java 449 final Installer mInstaller;
    [all...]
  /prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3.jar 

Completed in 518 milliseconds

1 2 3 4