OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Installed
(Results
1 - 8
of
8
) sorted by null
/external/chromium-trace/catapult/devil/devil/android/
install_commands.py
27
def
Installed
(device):
device_utils.py
396
"""Get the paths of the
installed
apks on the device for the given package.
411
# Don't verify an app that is not thought to be
installed
. We are
412
# concerned only with apps we think are
installed
having been
437
"""Get the version name of a package
installed
on the device.
560
Noop if an identical APK is already
installed
.
586
Noop if all of the APK splits are already
installed
.
635
'Installing non-split APK when split APK was previously
installed
')
639
'Installing split APK when non-split APK was previously
installed
')
681
This is a no-op if the app is not already
installed
.
694
installed
= self._GetApplicationPathsInternal(package_name
[
all
...]
/build/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
58
# We use this installed_odex trick to get boot.art
installed
.
113
# Add the installed_odex to the list of
installed
files for this module.
114
ALL_MODULES.$(my_register_name).
INSTALLED
+= $(installed_odex)
124
DEXPREOPT.$(LOCAL_MODULE).
INSTALLED
:= $(installed_odex)
Makefile
391
# for future OTA packages
installed
by this system. Actual product
408
# for what's going to be
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/profiler/
sampler.cc
365
static bool
Installed
() {
815
if (!SignalHandler::
Installed
()) return;
/prebuilts/go/darwin-x86/src/cmd/dist/
build.go
932
// Remove
installed
packages and tools.
1004
// stopping at having
installed
the go_bootstrap command.
1161
// Banner prints the 'now you've
installed
Go' banner.
1167
xprintf("
Installed
Go for %s/%s in %s\n", goos, goarch, goroot)
1168
xprintf("
Installed
commands in %s\n", gobin)
/prebuilts/go/linux-x86/src/cmd/dist/
build.go
932
// Remove
installed
packages and tools.
1004
// stopping at having
installed
the go_bootstrap command.
1161
// Banner prints the 'now you've
installed
Go' banner.
1167
xprintf("
Installed
Go for %s/%s in %s\n", goos, goarch, goroot)
1168
xprintf("
Installed
commands in %s\n", gobin)
Completed in 411 milliseconds