Home
last modified time | relevance | path

Searched refs:word (Results 1 – 25 of 42) sorted by relevance

12

/build/make/core/tasks/tools/
Dpackage-modules.mk31 my_built_modules := $(foreach p,$(my_copy_pairs),$(call word-colon,1,$(p)))
32 …y_copy_pairs := $(foreach p,$(my_copy_pairs),$(call word-colon,1,$(p)):$(my_staging_dir)/$(call wo…
67 $(eval _module_class_folder := $($(strip MODULE_CLASS_$(word 1, $(strip $(ALL_MODULES.$(m).CLASS)\
74 $(eval ins := $(word 2,$(bui_ins)))\
76 $(eval bui := $(word 1,$(bui_ins)))\
101 mkdir -p $(dir $(word 2,$(pair))) && \
102 cp -Rf $(word 1,$(pair)) $(word 2,$(pair)) && ) true
Dbuild_custom_image.mk46 $(eval ins := $(word 2,$(bui_ins)))\
48 $(eval bui := $(word 1,$(bui_ins)))\
67 $(eval src := $(word 1,$(pair)))\
69 $(eval my_copy_pairs += $(src):$(my_staging_dir)/$(word 2,$(pair))))
119 mkdir -p $(dir $(word 2,$(pair)));\
120 cp -Rf $(word 1,$(pair)) $(word 2,$(pair));)
Dvts_package_utils.mk26 $(eval ins := $(word 2,$(bui_ins)))\
28 $(eval bui := $(word 1,$(bui_ins)))\
/build/make/packaging/
Ddistdir.mk23 $(eval goal := $(call word-colon,1,$(pair))) \
24 $(eval output := $(call word-colon,2,$(pair))) \
39 $(eval src := $(call word-colon,1,$(pair))) \
40 $(eval dst := $(DIST_DIR)/$(call word-colon,2,$(pair))) \
/build/make/core/
Dmulti_prebuilt.mk60 $(if $(word 3,$(tw)),$(error $(LOCAL_PATH): Bad prebuilt filename '$(t)')) \
61 $(if $(word 2,$(tw)), \
62 $(eval LOCAL_MODULE := $(word 1,$(tw))) \
63 $(eval LOCAL_SRC_FILES := $(word 2,$(tw))) \
71 $(if $(word 2,$(tw)), \
Ddex_preopt_libart.mk38 $(foreach v,$(1),$(call copy-vdex-file,$(call word-colon,1,$(v)),$(2)$(call word-colon,2,$(v))))
51 my_first_src := $(call word-colon,1,$(my_first_pair))
52 my_first_dest := $(my_boot_image_out)$(call word-colon,2,$(my_first_pair))
Ddistdir.mk40 $(eval src := $(call word-colon,1,$(file))) \
41 $(eval dst := $(call word-colon,2,$(file))) \
Dproduct.mk47 $(if $(word 2,$(_cpm_words)), \
65 $(if $(filter-out eng userdebug user,$(word 2,$(_parts))), \
66 $(error $(LOCAL_DIR): $(choice): Invalid variant: $(word 2,$(_parts)))) \
67 $(if $(filter-out $(foreach p,$(2),$(call _decode-product-name,$(p))),$(word 1,$(_parts))), \
68 $(error $(LOCAL_DIR): $(word 1,$(_parts)): Product not defined in this file)) \
473 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \
477 $(call dump-inherit,$(strip $(word 1,$(_include_stack))),$(1)) \
485 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \
502 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \
639 $(if $(wildcard $(word 1,$(subst :, ,$(1)))),$(1))
Dnode_fns.mk97 define uniq-word
102 $(eval h := $(word 1,$(h)) $(2) $(wordlist 2,9999,$(h))) \
163 $(call uniq-word,$($(_eiv_tv)),$(INHERIT_TAG)$(i))) \
Dsoong_app_prebuilt.mk131 $(call word-colon,1,$(f)):$(PRODUCT_OUT)$(call word-colon,2,$(f)))
139 …ll := $(foreach f,$(filter %.apk %.idsig,$(LOCAL_SOONG_BUILT_INSTALLED)),$(call word-colon,1,$(f)))
149 …$(call word-colon,1,$(f)):$(patsubst $(PRODUCT_OUT)/%,$(TARGET_OUT_UNSTRIPPED)/%,$(call word-colon…
Dbase_rules.mk200 …$(error $(LOCAL_PATH): LOCAL_MODULE_CLASS must contain exactly one word, not "$(LOCAL_MODULE_CLASS…
547 my_init_rc_installed := $(foreach rc,$(my_init_rc_pairs),$(call word-colon,2,$(rc)))
584 my_vintf_installed := $(foreach xml,$(my_vintf_pairs),$(call word-colon,2,$(xml)))
642 _src_base := $$(call word-colon,1,$$(td))
643 _file := $$(call word-colon,2,$$(td))
644 _relative_install_path := $$(call word-colon,3,$$(td))
655 _src_base := $$(call word-colon,1,$$(td))
656 _file := $$(call word-colon,2,$$(td))
780 $(eval s := $(word 1,$(p))) \
781 $(eval n := $(or $(word 2,$(p)),$(notdir $(word 1, $(p))))) \
[all …]
Dproduct_config.mk125 $(eval _cpm_word1 := $(word 1,$(_cpm_words)))\
126 $(eval _cpm_word2 := $(word 2,$(_cpm_words)))\
256 $(eval _rbjmo_from := $(call word-colon,1,$(pair)))\
257 $(eval _rbjmo_to := $(call word-colon,2,$(pair)))\
307 $(eval jar := $(call word-colon,2,$(pair))) \
Dsoong_java_prebuilt.mk111 boot_jars := $(foreach pair,$(PRODUCT_BOOT_JARS), $(call word-colon,2,$(pair)))
149 $(call word-colon,1,$(f)):$(PRODUCT_OUT)$(call word-colon,2,$(f)))
Ddefinitions.mk136 $(foreach word,$($(var)), \
137 $(info $(space)$(space)$(word)) \
2149 -name $(word 1, $(PRIVATE_JAR_EXCLUDE_FILES)) \
2552 $(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
2553 $(eval _cmf_dest := $(word 2,$(_cmf_tuple))) \
2609 $(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
2610 $(eval _cmf_dest := $(word 2,$(_cmf_tuple))) \
2631 $(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
2632 $(eval _cmf_dest := $(word 2,$(_cmf_tuple))) \
2653 $(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
[all …]
Dbuild_id.rbc20 # (like "CRB01"). It must be a single word, and is capitalized by convention.
/build/make/core/tasks/
Dsdk-addon.mk46 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \
49 …$(if $(_src),,$(eval $(error Unknown or unlinkable module: $(call word-colon,1,$(cf)). Requested b…
50 $(eval _dest := $(call word-colon,2,$(cf))) \
58 $(eval _src := $(call word-colon,1,$(cf))) \
59 $(eval _dest := $(call word-colon,2,$(cf))) \
83 $(eval _root := $(call word-colon,1,$(cf))) \
84 $(eval _src := $(call word-colon,2,$(cf))) \
85 …$(eval _dest := $(call append-path,$(call append-path,$(staging),$(_root)),$(call word-colon,3,$(c…
Dvendor_module_check.mk90 $(if $(filter $(_vendor_owner_allowed_list), $(call word-colon,3,$(c))),,\
92 $(eval _vendor_module_owner_info += $(call word-colon,2,$(c)):$(call word-colon,3,$(c))))
Dtradefed-tests-list.mk25 $(eval all_tests += $(word 2,$(subst /res/config/,$(space),$(test)))))
Dhost-unit-tests.mk29 $(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
Dplatform_availability_check.mk34 $(m):$(word 1,$(ALL_MODULES.$(m).PATH))\
Dart-host-tests.mk24 $(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
/build/soong/androidmk/parser/
Dmake_strings.go148 word := SimpleMakeString("", ms.Pos())
166 word.appendVariable(ms.Variables[iString-1])
173 word.appendString(string(c))
186 if !word.Empty() {
188 ms.Dump(), word.Dump(), iString))
195 words = append(words, word)
196 word = SimpleMakeString("", ms.Pos())
210 if !word.Empty() {
211 words = append(words, word)
/build/make/core/clang/
Dtidy.mk19 $(if $(filter $(word 1,$(1))%,$(2)/),$(word 2,$(1)))
/build/make/common/
Dstrings.mk86 define word-colon
87 $(word $(1),$(subst :,$(space),$(2)))
130 $(strip $(foreach w,$(1), $(eval _first := $(word 1,$(subst $(2),$(space),$(w))))\
/build/make/tools/atree/
Dfiles.cpp273 const string& word = *it; in read_list_file() local
274 if (word == "rm") { in read_list_file()
280 } else if (word == "strip") { in read_list_file()
288 paths[pcount++] = replace_variables(word, variables, &error); in read_list_file()

12