Home
last modified time | relevance | path

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

12

/build/make/core/tasks/tools/
Dpackage-modules.mk29 my_built_modules := $(foreach p,$(my_copy_pairs),$(call word-colon,1,$(p)))
30 …y_copy_pairs := $(foreach p,$(my_copy_pairs),$(call word-colon,1,$(p)):$(my_staging_dir)/$(call wo…
65 $(eval _module_class_folder := $($(strip MODULE_CLASS_$(word 1, $(strip $(ALL_MODULES.$(m).CLASS)\
72 $(eval ins := $(word 2,$(bui_ins)))\
74 $(eval bui := $(word 1,$(bui_ins)))\
99 mkdir -p $(dir $(word 2,$(pair))) && \
100 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));)
/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))
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)) \
445 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \
455 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \
465 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \
599 $(if $(wildcard $(word 1,$(subst :, ,$(1)))),$(1))
Ddistdir.mk40 $(eval src := $(call word-colon,1,$(file))) \
41 $(eval dst := $(call word-colon,2,$(file))) \
Dsoong_app_prebuilt.mk106 $(call word-colon,1,$(f)):$(PRODUCT_OUT)$(call word-colon,2,$(f)))
114 …ll := $(foreach f,$(filter %.apk %.idsig,$(LOCAL_SOONG_BUILT_INSTALLED)),$(call word-colon,1,$(f)))
124 …$(call word-colon,1,$(f)):$(patsubst $(PRODUCT_OUT)/%,$(TARGET_OUT_UNSTRIPPED)/%,$(call word-colon…
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))) \
Dbase_rules.mk185 …$(error $(LOCAL_PATH): LOCAL_MODULE_CLASS must contain exactly one word, not "$(LOCAL_MODULE_CLASS…
511 my_init_rc_installed := $(foreach rc,$(my_init_rc_pairs),$(call word-colon,2,$(rc)))
543 my_vintf_installed := $(foreach xml,$(my_vintf_pairs),$(call word-colon,2,$(xml)))
601 _src_base := $$(call word-colon,1,$$(td))
602 _file := $$(call word-colon,2,$$(td))
603 _relative_install_path := $$(call word-colon,3,$$(td))
614 _src_base := $$(call word-colon,1,$$(td))
615 _file := $$(call word-colon,2,$$(td))
733 $(eval s := $(word 1,$(p))) \
734 $(eval n := $(or $(word 2,$(p)),$(notdir $(word 1, $(p))))) \
[all …]
Dsoong_java_prebuilt.mk94 boot_jars := $(foreach pair,$(PRODUCT_BOOT_JARS), $(call word-colon,2,$(pair)))
130 $(call word-colon,1,$(f)):$(PRODUCT_OUT)$(call word-colon,2,$(f)))
Dpdk_config.mk80 mkdir -p $(PRODUCT_OUT)/$(dir $(call word-colon,1,$(s))) && \
81 ln -sf $(call word-colon,2,$(s)) $(PRODUCT_OUT)/$(call word-colon,1,$(s)) &&) true
Ddefinitions.mk133 $(foreach word,$($(var)), \
134 $(info $(space)$(space)$(word)) \
2016 -name $(word 1, $(PRIVATE_JAR_EXCLUDE_FILES)) \
2385 $(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
2386 $(eval _cmf_dest := $(word 2,$(_cmf_tuple))) \
2436 $(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
2437 $(eval _cmf_dest := $(word 2,$(_cmf_tuple))) \
2458 $(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
2459 $(eval _cmf_dest := $(word 2,$(_cmf_tuple))) \
2480 $(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
[all …]
Ddex_preopt_config.mk50 PRELOADED_CLASSES := $(call word-colon,1,$(firstword \
54 DIRTY_IMAGE_OBJECTS := $(call word-colon,1,$(firstword \
Dproduct_config.mk125 $(eval _cpm_word1 := $(word 1,$(_cpm_words)))\
126 $(eval _cpm_word2 := $(word 2,$(_cpm_words)))\
278 $(eval jar := $(call word-colon,2,$(pair))) \
Dline_coverage.mk62 $(eval filename := $(call word-colon,1,$(lib))) \
Dmain.mk843 …HOST_SHARED_LIBRARY_FILES := $$(ALL_MODULES.$(mod).HOST_SHARED_LIBRARY_FILES) $(word 2,$(p)) $(r))\
845 $(eval $(call add-required-host-so-deps,$(word 2,$(p)),$(r))),\
846 $(eval $(call add-required-deps,$(word 2,$(p)),$(r))))\
984 $(word 2,$(subst :,$(space),$(1)))
987 $(patsubst _,,$(word 3,$(subst :,$(space),$(1))))
990 $(patsubst _,,$(word 4,$(subst :,$(space),$(1))))
993 $(word 5,$(subst :,$(space),$(1)))
996 $(word 6,$(subst :,$(space),$(1)))
1189 $(foreach cf,$(call get-product-var,$(1),PRODUCT_COPY_FILES),$(call word-colon,2,$(cf))))
1635 lint-check: $(foreach f, $(apps_only_lint_report_files), $(call word-colon,1,$(f)))
[all …]
/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))))
Dboot_jars_package_check.mk32 $(eval apex := $(call word-colon,1,$(pair))) \
33 $(eval jar := $(call word-colon,2,$(pair))) \
Dplatform_availability_check.mk30 $(m):$(word 1,$(ALL_MODULES.$(m).PATH))\
Dtradefed-tests-list.mk25 $(eval all_tests += $(word 2,$(subst /res/config/,$(space),$(test)))))
/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