HomeSort by relevance Sort by last modified time
    Searched refs:Installed (Results 1 - 13 of 13) sorted by null

  /external/chromium-trace/catapult/devil/devil/android/
install_commands.py 27 def Installed(device):
device_utils.py 506 """Get the paths of the installed apks on the device for the given package.
521 # Don't verify an app that is not thought to be installed. We are
522 # concerned only with apps we think are installed having been
549 """Get the version name of a package installed on the device.
580 whether because it's not installed or otherwise.
675 Noop if an identical APK is already installed.
701 Noop if all of the APK splits are already installed.
756 'Installing non-split APK when split APK was previously installed')
760 'Installing split APK when non-split APK was previously installed')
802 This is a no-op if the app is not already installed
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
install_commands.py 27 def Installed(device):
device_utils.py 447 """Get the paths of the installed apks on the device for the given package.
462 # Don't verify an app that is not thought to be installed. We are
463 # concerned only with apps we think are installed having been
488 """Get the version name of a package installed on the device.
614 Noop if an identical APK is already installed.
640 Noop if all of the APK splits are already installed.
689 'Installing non-split APK when split APK was previously installed')
693 'Installing split APK when non-split APK was previously installed')
735 This is a no-op if the app is not already installed.
748 installed = self._GetApplicationPathsInternal(package_name
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
QemuFwCfgAcpi.c 356 // We'll be saving the keys of installed tables so that we can roll them back
379 the function has installed, if the AddPointer
399 installed (reflected by InstalledKey and
401 identified but not installed, or the fw_cfg
566 INT32 Installed;
632 Installed = 0;
636 Tracker, AcpiProtocol, InstalledKey, &Installed);
647 while (Installed > 0) {
648 --Installed;
649 AcpiProtocol->UninstallAcpiTable (AcpiProtocol, InstalledKey[Installed]);
    [all...]
  /build/make/core/
dex_preopt_odex_install.mk 12 ifneq ($(filter $(TARGET_OUT)/%,$(my_module_path)),) # Installed to system.img.
23 endif # Installed to system.img.
42 # if installing into system, and odex are being installed into system_other, don't strip
65 # We use this installed_odex trick to get boot.art installed.
171 # Add the installed_odex to the list of installed files for this module.
172 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_odex)
173 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_vdex)
174 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_art)
186 DEXPREOPT.$(LOCAL_MODULE).INSTALLED := $(installed_odex)
Makefile 480 # for future OTA packages installed by this system. Actual product
497 # for what's going to be installed.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcInt.c 376 BOOLEAN Installed;
397 // Find any already-installed EBC protocols and uninstall them
399 Installed = FALSE;
425 Installed = TRUE;
438 if (!Installed) {
    [all...]
  /build/soong/
doc.go 43 // Installed module
44 // An installed module is one that has been requested by the selected product,
45 // or a dependency of an installed module.
  /external/v8/src/libsampler/
sampler.cc 361 static bool Installed() {
623 if (!SignalHandler::Installed()) return;
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 510 // installed maps from a dir name (as given to install) to a chan
511 // closed when the dir's package is installed.
512 var installed = make(map[string]chan struct{}) var
517 if ch, ok := installed[dir]; ok {
521 <-installed[dep]
934 // Remove installed packages and tools.
1009 // stopping at having installed the go_bootstrap command.
1052 installed[dir] = make(chan struct{})
1069 installed[dir] = make(chan struct{})
1074 <-installed["cmd/go"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 510 // installed maps from a dir name (as given to install) to a chan
511 // closed when the dir's package is installed.
512 var installed = make(map[string]chan struct{}) var
517 if ch, ok := installed[dir]; ok {
521 <-installed[dep]
934 // Remove installed packages and tools.
1009 // stopping at having installed the go_bootstrap command.
1052 installed[dir] = make(chan struct{})
1069 installed[dir] = make(chan struct{})
1074 <-installed["cmd/go"
    [all...]
  /build/soong/android/
module.go 139 // whether this is a proprietary vendor module, and should be installed into /vendor
145 // whether this module is device specific and should be installed into /vendor
152 // init.rc files to be installed if this module is installed
155 // names of other modules to install if this module is installed
659 // Installed host modules might be used during the build, depend directly on their

Completed in 428 milliseconds