Searched refs:all (Results 1 – 25 of 104) sorted by relevance
12345
/build/make/core/ |
D | product-graph.mk | 18 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)) 43 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),--all) 44 products_list := --all 50 all_products := $(call gather-all-products)
|
D | ninja_config.mk | 10 NINJA_EXCLUDE_GOALS := all APP-% PRODUCT-% 16 all \
|
/build/kati/testcase/ |
D | readonly_rule.sh | 23 all: FOO $1 bar 24 all: .KATI_READONLY $2 FOO 26 all: FOO $3 baz 27 all:
|
D | final_rule2.sh | 26 all: FOO +=$= bar 28 all: FOO +=$= baz 29 all:
|
D | final_rule.sh | 26 all: FOO :=$= bar 28 all: FOO +=$= baz 29 all:
|
D | ninja_implicit_outputs.sh | 22 all: a b 36 ${mk} -j1 all d c 37 if [ -e ninja.sh ]; then ./ninja.sh -j1 -w dupbuild=err all d; fi
|
D | eval.mk | 5 test2: all 15 .PHONY: all 16 all: $(PROGRAMS)
|
D | readonly_global_missing.sh | 22 all: FOO = bar 24 all:
|
D | readonly_rule_missing.sh | 23 all: .KATI_READONLY = FOO 24 all:
|
D | implicit_pattern_rule_phony.mk | 3 test2: all 8 all: foo.y
|
D | var_with_space.mk | 5 all: 11 all:
|
D | file_func.sh | 43 .PHONY: all 44 all:
|
D | err_no_target_commands.mk | 1 all:
|
D | err_no_target_commands2.mk | 2 all:
|
D | recipe_in_rule.mk | 1 all: ; echo PASS1
|
D | err_missing_endif.mk | 1 all:
|
D | err_missing_endef.mk | 1 all:
|
D | trim_leading_curdir.mk | 1 all: foo.bar
|
/build/make/tools/ |
D | dump-package-stats | 40 filesize=642684 all=603288/919304 dex=119529/353815 name="out/App.apk" 47 all: the sum of all entries in the package 48 dex: the sum of all "*.dex" entries in the package
|
/build/kati/ |
D | Makefile | 15 all: ckati ckati_tests target 25 run_tests: all ckati_tests
|
/build/make/core/tasks/ |
D | deps_licenses.mk | 35 define get-module-all-dependencies 39 $(call get-module-all-dependencies,$(1),$(_gmad_new))) 47 $(eval $(call get-module-all-dependencies,deps,$(m)))\
|
/build/blueprint/pathtools/ |
D | fs.go | 46 all: []string(nil), 65 fs.all = append(fs.all, f) 69 fs.all = append(fs.all, d) 73 fs.all = append(fs.all, s) 76 sort.Strings(fs.all) 198 all []string member 326 for _, f := range m.all { 420 for _, f := range m.all {
|
/build/soong/third_party/zip/ |
D | zip_test.go | 140 all := true 143 all = false 147 if all { 198 var all []byte 202 all = append(all, w...) 208 for i := 0; i < len(all); i++ { 209 for j := 0; j < len(all)-i; j++ { 215 if !bytes.Equal(buf, all[i:i+j]) { 216 t.Errorf("ReadAt(%d, %d) = %q; want %q", i, j, buf, all[i:i+j])
|
/build/kati/testcase/submake/ |
D | basic.mk | 1 all:
|
/build/soong/scripts/ |
D | strip.sh | 60 …"${CLANG_BIN}/llvm-strip" --strip-all -keep-section=.ARM.attributes "${infile}" -o "${outfile}.tmp" 62 "${CROSS_COMPILE}strip" --strip-all "${infile}" -o "${outfile}.tmp" 93 …"${CLANG_BIN}/llvm-strip" --strip-all -keep-section=.ARM.attributes -remove-section=.comment "${in… 95 "${CROSS_COMPILE}strip" --strip-all -R .comment "${infile}" -o "${outfile}.tmp" || fail=true
|
12345