/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
|
D | rule_builder.go | 61 for i, install := range installs { 65 sb.WriteString(install.From.String()) 67 sb.WriteString(install.To)
|
/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…
|
D | dex_preopt_odex_install.mk | 124 ifeq ($(call install-on-system-other, $(my_module_path)),) 240 $(call add_json_str, Device, $(call install-path-to-on-device-path,$(file))) \
|
D | notice_files.mk | 90 $(error Cannot determine where to install NOTICE file for $(LOCAL_MODULE))
|
D | main.mk | 443 define should-install-to-system 450 define should-install-to-system 1412 $(warning: Modules '$(dangling_modules)' in PRODUCT_PACKAGES have nothing to install!) 1416 …ng $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!))) 1419 …ning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!))) 1422 …ng $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
|
/build/soong/python/ |
D | test.go | 51 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) { func 61 test.binaryDecorator.pythonInstaller.install(ctx, file)
|
D | installer.go | 61 func (installer *pythonInstaller) install(ctx android.ModuleContext, file android.Path) { func
|
D | python.go | 166 install(ctx android.ModuleContext, path android.Path) methodSpec 432 p.installer.install(ctx, p.installSource.Path())
|
/build/soong/rust/ |
D | test.go | 84 func (test *testDecorator) install(ctx ModuleContext, file android.Path) { func 99 test.binaryDecorator.install(ctx, file)
|
D | compiler.go | 237 func (compiler *baseCompiler) install(ctx ModuleContext, file android.Path) { func
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 148 for _, install := range dexpreoptRule.Installs() { 149 installPath := installDir.Join(ctx, strings.TrimPrefix(install.To, "/")) 151 dexpreoptRule.Command().Text("cp -f").Input(install.From).Output(installPath)
|
/build/soong/cc/ |
D | vndk_prebuilt.go | 193 func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) { func 207 p.baseInstaller.install(ctx, file)
|
D | test.go | 341 func (test *testBinary) install(ctx ModuleContext, file android.Path) { func 420 test.binaryDecorator.baseInstaller.install(ctx, file) 535 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) { func 547 benchmark.binaryDecorator.baseInstaller.install(ctx, file)
|
D | installer.go | 85 func (installer *baseInstaller) install(ctx ModuleContext, file android.Path) { func
|
D | binary.go | 465 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) { func 476 binary.baseInstaller.install(ctx, file)
|
D | fuzz.go | 209 func (fuzz *fuzzBinary) install(ctx ModuleContext, file android.Path) { func 214 fuzz.binaryDecorator.baseInstaller.install(ctx, file)
|
D | ndk_library.go | 361 func (stub *stubDecorator) install(ctx ModuleContext, path android.Path) { func
|
/build/make/target/product/ |
D | runtime_libart.mk | 72 pm.dexopt.install?=speed-profile \
|
/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/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 | buildspec.mk.default | 45 # Choose additional targets to always install, even when building
|
/build/make/ |
D | buildspec.mk.default | 45 # Choose additional targets to always install, even when building
|