Searched refs:create (Results 1 – 20 of 20) sorted by relevance
/build/soong/finder/ |
D | finder_test.go | 90 func create(t *testing.T, path string, filesystem *fs.MockFs) { func 220 create(t, filepath.Join(root, path), filesystem) 291 create(t, filepath.Join(root, "findme.txt"), filesystem) 314 create(t, createdPath, filesystem) 337 create(t, "/tmp/findme.txt", filesystem) 355 create(t, "/tmp/exclude/findme.txt", filesystem) 356 create(t, "/tmp/exclude/subdir/findme.txt", filesystem) 357 create(t, "/tmp/subdir/exclude/findme.txt", filesystem) 358 create(t, "/tmp/subdir/subdir/findme.txt", filesystem) 359 create(t, "/tmp/subdir/findme.txt", filesystem) [all …]
|
/build/make/core/ |
D | package_internal.mk | 560 $(call create-jni-shared-libs-package,$@.parts/jni.zip,$(PRIVATE_USE_EMBEDDED_NATIVE_LIBS)) 564 $(if $(PRIVATE_EXTRA_JAR_ARGS),$(call create-java-resources-jar,$@.parts/res.zip)) 566 $(call create-dex-jar,$@.parts/dex.zip,$(PRIVATE_DEX_FILE)) 612 $(call create-jni-shared-libs-package,$@.parts/jni.zip) 617 $(call create-java-resources-jar,$@.parts/res.zip) && \ 621 $(call create-dex-jar,$@.parts/dex.zip,$(PRIVATE_DEX_FILE)) 645 $(call create-dex-jar,$@,$(PRIVATE_DEX_FILE)) 686 $(call create-suite-dependencies)
|
D | force_aapt2.mk | 51 $(call create-default-manifest-file,$(LOCAL_FULL_MANIFEST_FILE),$(call module-min-sdk-version))
|
D | java_library.mk | 75 $(call create-dex-jar,$@.parts/dex.zip,$(PRIVATE_DEX_FILE))
|
D | host_dalvik_java_library.mk | 178 $(call create-dex-jar,$@.parts/dex.zip,$(PRIVATE_DEX_FILE))
|
D | soong_app_prebuilt.mk | 119 $(call create-suite-dependencies)
|
D | definitions.mk | 1637 define create-dummy.o-if-no-objs 1650 create-dummy.o-if-no-objs = 1662 $(call create-dummy.o-if-no-objs,$@.tmp) 1984 define create-default-manifest-file 2238 define create-jni-shared-libs-package 2250 define create-dex-jar 2263 define create-java-resources-jar 2908 define create-suite-dependencies 3318 create-empty-package \
|
D | Makefile | 2669 define create-system-vendor-symlink 2678 define create-system-vendor-symlink 2684 define create-system-product-symlink 2693 define create-system-product-symlink 2699 define create-system-system_ext-symlink 2708 define create-system-system_ext-symlink 2715 $(call create-system-vendor-symlink) 2716 $(call create-system-product-symlink) 2717 $(call create-system-system_ext-symlink) 3113 define create-vendor-odm-symlink [all …]
|
D | base_rules.mk | 777 $(call create-suite-dependencies)
|
/build/make/tools/ziptime/ |
D | README.txt | 10 -X option to zip so that it doesn't create the 'universal time' extra.
|
/build/make/tools/docker/ |
D | README.md | 7 # Copy your host gitconfig, or create a stripped down version
|
/build/make/tools/ |
D | brillo-clang-format | 21 # style guide defined by Brillo. To use this file create a *relative* symlink in
|
/build/soong/docs/ |
D | clion.md | 39 To combine several projects into one, you can create super projects
|
D | best_practices.md | 41 Don't use `$(shell)` to write files, create symlinks, etc. We expect to
|
/build/make/target/product/security/ |
D | README | 25 2. create a signature using the pem format key
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 350 fmt.Fprintf(os.Stderr, `pom2mk, a tool to create Android.mk files from maven repos 352 The tool will extract the necessary information from *.pom files to create an Android.mk whose
|
/build/soong/java/ |
D | system_modules.go | 59 `${config.JmodCmd} create --module-version ${config.JlinkVersion} --target-platform android ` +
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 576 fmt.Fprintf(os.Stderr, `pom2bp, a tool to create Android.bp files from maven repos 578 The tool will extract the necessary information from *.pom files to create an Android.bp whose
|
/build/soong/ |
D | README.md | 519 To load Soong code in a Go-aware IDE, create a directory outside your android tree and then:
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 2694 …create(b)}}),a.extend(a.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:a.map("focus… method
|