Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 42) sorted by relevance

12

/build/make/target/product/
Druntime_libart.mk118 pm.dexopt.install?=speed-profile \
119 pm.dexopt.install-fast?=skip \
120 pm.dexopt.install-bulk?=speed-profile \
121 pm.dexopt.install-bulk-secondary?=verify \
122 pm.dexopt.install-bulk-downgraded?=verify \
123 pm.dexopt.install-bulk-secondary-downgraded?=extract \
/build/soong/third_party/zip/testdata/
Dreadme.notzip16 For documentation about how to install and use Go,
17 visit https://golang.org/ or load doc/install.html in your web browser.
20 doc/install.html by running godoc --http=:6060
21 and then visiting http://localhost:6060/doc/install.html.
34 from sources by running all.bash (see doc/install.html).
44 See doc/install.html for more details.
/build/soong/android/
Dhooks.go133 h.install = append(h.install, hook)
158 if len(x.install) > 0 {
165 for _, x := range x.install {
175 install []func(InstallHookContext) member
/build/make/core/
Dsoong_android_app_set.mk20 define extract-install-file-from-apk-set
26 $(eval $(call extract-install-file-from-apk-set,$(LOCAL_PREBUILT_MODULE_FILE),$(LOCAL_APK_SET_INSTA…
Ddex_preopt.mk11 install-on-system-other =
13 install-on-system-other = $(filter-out $(PRODUCT_DEXPREOPT_SPEED_APPS) $(PRODUCT_SYSTEM_SERVER_APPS…
/build/soong/python/
Dtest.go73 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) { func
83 test.binaryDecorator.pythonInstaller.install(ctx, file)
Dinstaller.go61 func (installer *pythonInstaller) install(ctx android.ModuleContext, file android.Path) { func
Dpython.go192 install(ctx android.ModuleContext, path android.Path) methodSpec
455 p.installer.install(ctx, p.installSource.Path())
/build/soong/rust/
Dbenchmark.go113 func (benchmark *benchmarkDecorator) install(ctx ModuleContext) { func
128 benchmark.binaryDecorator.install(ctx)
Dtest.go111 func (test *testDecorator) install(ctx ModuleContext) { func
135 test.binaryDecorator.install(ctx)
Dfuzz.go285 func (fuzz *fuzzDecorator) install(ctx ModuleContext) { func
290 fuzz.binaryDecorator.baseCompiler.install(ctx)
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go215 for _, install := range dexpreoptRule.Installs() {
216 installPath := installDir.Join(ctx, strings.TrimPrefix(install.To, "/"))
218 dexpreoptRule.Command().Text("cp -f").Input(install.From).Output(installPath)
/build/soong/cc/ndkstubgen/
D.gitignore95 # having no cross-platform support, pipenv may install dependencies that don't work, or not
96 # install all needed dependencies.
/build/soong/cc/symbolfile/
D.gitignore95 # having no cross-platform support, pipenv may install dependencies that don't work, or not
96 # install all needed dependencies.
/build/soong/cc/ndk_api_coverage_parser/
D.gitignore95 # having no cross-platform support, pipenv may install dependencies that don't work, or not
96 # install all needed dependencies.
/build/soong/cc/
Dinstaller.go85 func (installer *baseInstaller) install(ctx ModuleContext, file android.Path) { func
Dtest.go359 func (test *testBinary) install(ctx ModuleContext, file android.Path) { func
459 test.binaryDecorator.baseInstaller.install(ctx, file)
574 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) { func
586 benchmark.binaryDecorator.baseInstaller.install(ctx, file)
Dvndk_prebuilt.go209 func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) { func
Dfuzz.go253 func (fuzz *fuzzBinary) install(ctx ModuleContext, file android.Path) { func
258 fuzz.binaryDecorator.baseInstaller.install(ctx, file)
Dbinary.go492 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) { func
506 binary.baseInstaller.install(ctx, file)
/build/make/tools/docker/
DDockerfile6 RUN apt-get update && apt-get install -y git-core gnupg flex bison gperf build-essential zip curl z…
/build/make/tools/releasetools/
Dota_metadata.proto84 // and prerequisite to install the update correctly.
100 // The required device state in order to install the package.
/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.proto95 // Indicates the delivery type for persistent install.
109 // Indicates the delivery type for instant install.
/build/
Denvsetup.sh1374 adb install $ANDROID_PRODUCT_OUT/data/app/SmokeTestApp.apk &&
1375 adb install $ANDROID_PRODUCT_OUT/data/app/SmokeTest.apk &&
1603 echo adb install ${@:1:$length} $_path
1604 adb install ${@:1:$length} $_path
/build/make/
Denvsetup.sh1374 adb install $ANDROID_PRODUCT_OUT/data/app/SmokeTestApp.apk &&
1375 adb install $ANDROID_PRODUCT_OUT/data/app/SmokeTest.apk &&
1603 echo adb install ${@:1:$length} $_path
1604 adb install ${@:1:$length} $_path

12