Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 94) sorted by relevance

1234

/build/make/core/
Dproduct-graph.mk18 define gather-all-products
21 $(call all-products-inner, $(PARENT_PRODUCT_FILES)) \
26 define all-products-inner
31 $(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM))
42 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),--all)
43 products_list := --all
49 all_products := $(call gather-all-products)
Dninja_config.mk10 NINJA_EXCLUDE_GOALS := all
16 all \
Ddefinitions.mk184 define all-makefiles-under
205 define all-subdir-makefiles
206 $(call all-makefiles-under,$(call my-dir))
216 define all-named-subdir-makefiles
227 define all-named-dirs-under
236 define all-subdir-named-dirs
237 $(call all-named-dirs-under,$(1),.)
247 define all-named-files-under
256 define all-subdir-named-files
257 $(call all-named-files-under,$(1),.)
[all …]
/build/make/
Dhelp.sh31 java Build all the java code in the source tree
32 native Build all the native code in the source tree
34 host Build all the host code (not to be run on a device) in the source tree
35 target Build all the target code (to be run on the device) in the source tree
64 to build all of the java code for the userdebug variant of the aosp_arm device.
Denvsetup.sh17 - mm: Builds and installs all of the modules in the current directory, and their
19 - mmm: Builds and installs all of the modules in the supplied directories, and their
24 - provision: Flash device with all required partitions. Options will be passed on to fastboot.
25 - cgrep: Greps on all local C/C++ files.
26 - ggrep: Greps on all local Gradle files.
27 - gogrep: Greps on all local Go files.
28 - jgrep: Greps on all local Java files.
29 - ktgrep: Greps on all local Kotlin files.
30 - resgrep: Greps on all local res/*.xml files.
31 - mangrep: Greps on all local AndroidManifest.xml files.
[all …]
DDeprecation.md36 We'll be turning off `BUILD_*` module types as all of the users are removed
40 * Prerequisite: all common users of `BUILD_PACKAGE` have been removed (some
50 * At some later point, after all devices in AOSP no longer set
/build/blueprint/pathtools/
Dfs.go46 all: []string(nil),
68 fs.all = append(fs.all, f)
72 fs.all = append(fs.all, d)
76 fs.all = append(fs.all, s)
79 sort.Strings(fs.all)
244 all []string member
372 for _, f := range m.all {
466 for _, f := range m.all {
/build/soong/scripts/hiddenapi/
Dverify_overlaps.py34 with open(args.all, 'r') as allFlagsFile:
59 print("> " + args.all)
/build/bazel/examples/queryview/
Dlibc.txt1 attr(module_name, \Alibc$, //bionic/libc:all)
/build/make/target/board/mainline_sdk/
DREADME.md1 This device is suitable for a soong-only build that builds for all the architectures
/build/make/tools/
Dbrillo-clang-format20 # This is the .clang-format file used by all Brillo projects, conforming to the
23 # present in all manifests.
/build/bazel/scripts/milestone-2/
Ddemo.sh31 ./demo.sh query -- runs the bazel query command for all targets in //bionic/libc, recursively.
32 ./demo.sh build -- runs the bazel build command for all targets in //bionic/libc, recursively.
/build/make/target/product/
Dgeneric_system_x86_arm.mk40 PRODUCT_RESTRICT_VENDOR_FILES := all
Dgeneric_system_x86.mk40 PRODUCT_RESTRICT_VENDOR_FILES := all
Dgeneric_system_arm64.mk41 PRODUCT_RESTRICT_VENDOR_FILES := all
Dgeneric_system_x86_64.mk41 PRODUCT_RESTRICT_VENDOR_FILES := all
/build/soong/
Droot.bp1 // Soong finds all Android.bp and Blueprints files in the source tree,
/build/make/tools/droiddoc/
DREADME5 so that we can unify the structure and style of all DocLava builds.
/build/soong/scripts/
Dstrip.sh53 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes "${infile}" -o "${outfile}.tm…
77 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
98 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
/build/make/tools/fs_get_stats/
DAndroid.bp4 // all of the 'license_kinds' from "build_make_license"
/build/make/target/board/
Dgsi_system_ext_user.prop7 # TODO(b/120679683): disable RescueParty before all problem apps solved
Dgsi_system_ext.prop10 # TODO(b/120679683): disable RescueParty before all problem apps solved
/build/make/tools/acp/
DAndroid.bp8 // all of the 'license_kinds' from "build_make_license"
/build/make/tools/libhost/
DAndroid.bp4 // all of the 'license_kinds' from "build_make_license"
/build/make/tools/atree/
DAndroid.bp8 // all of the 'license_kinds' from "build_make_license"

1234