/build/make/target/product/ |
D | runtime_libart.mk | 118 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/ |
D | readme.notzip | 16 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/ |
D | hooks.go | 133 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/ |
D | soong_android_app_set.mk | 20 define extract-install-file-from-apk-set 26 $(eval $(call extract-install-file-from-apk-set,$(LOCAL_PREBUILT_MODULE_FILE),$(LOCAL_APK_SET_INSTA…
|
D | dex_preopt.mk | 11 install-on-system-other = 13 install-on-system-other = $(filter-out $(PRODUCT_DEXPREOPT_SPEED_APPS) $(PRODUCT_SYSTEM_SERVER_APPS…
|
/build/soong/python/ |
D | test.go | 73 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) { func 83 test.binaryDecorator.pythonInstaller.install(ctx, file)
|
D | installer.go | 61 func (installer *pythonInstaller) install(ctx android.ModuleContext, file android.Path) { func
|
D | python.go | 192 install(ctx android.ModuleContext, path android.Path) methodSpec 455 p.installer.install(ctx, p.installSource.Path())
|
/build/soong/rust/ |
D | benchmark.go | 113 func (benchmark *benchmarkDecorator) install(ctx ModuleContext) { func 128 benchmark.binaryDecorator.install(ctx)
|
D | test.go | 111 func (test *testDecorator) install(ctx ModuleContext) { func 135 test.binaryDecorator.install(ctx)
|
D | fuzz.go | 285 func (fuzz *fuzzDecorator) install(ctx ModuleContext) { func 290 fuzz.binaryDecorator.baseCompiler.install(ctx)
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 215 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 | .gitignore | 95 # 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 | .gitignore | 95 # 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 | .gitignore | 95 # having no cross-platform support, pipenv may install dependencies that don't work, or not 96 # install all needed dependencies.
|
/build/soong/cc/ |
D | installer.go | 85 func (installer *baseInstaller) install(ctx ModuleContext, file android.Path) { func
|
D | test.go | 359 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)
|
D | vndk_prebuilt.go | 209 func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) { func
|
D | fuzz.go | 253 func (fuzz *fuzzBinary) install(ctx ModuleContext, file android.Path) { func 258 fuzz.binaryDecorator.baseInstaller.install(ctx, file)
|
D | binary.go | 492 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) { func 506 binary.baseInstaller.install(ctx, file)
|
/build/make/tools/docker/ |
D | Dockerfile | 6 RUN apt-get update && apt-get install -y git-core gnupg flex bison gperf build-essential zip curl z…
|
/build/make/tools/releasetools/ |
D | ota_metadata.proto | 84 // 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/ |
D | commands.proto | 95 // Indicates the delivery type for persistent install. 109 // Indicates the delivery type for instant install.
|
/build/ |
D | envsetup.sh | 1374 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/ |
D | envsetup.sh | 1374 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
|