Searched refs:word (Results 1 - 25 of 55) sorted by relevance

123

/build/core/clang/
H A Dtidy.mk17 # Returns 2nd word of $(1) if $(2) has prefix of the 1st word of $(1).
19 $(if $(filter $(word 1,$(1))%,$(2)/),$(word 2,$(1)))
/build/make/core/clang/
H A Dtidy.mk17 # Returns 2nd word of $(1) if $(2) has prefix of the 1st word of $(1).
19 $(if $(filter $(word 1,$(1))%,$(2)/),$(word 2,$(1)))
/build/core/
H A Dmulti_prebuilt.mk62 $(if $(word 3,$(tw)),$(error $(LOCAL_PATH): Bad prebuilt filename '$(t)')) \
63 $(if $(word 2,$(tw)), \
64 $(eval LOCAL_MODULE := $(word 1,$(tw))) \
65 $(eval LOCAL_SRC_FILES := $(word 2,$(tw))) \
73 $(if $(word 2,$(tw)), \
H A Ddistdir.mk50 $(eval src := $(word 1,$(fw))) \
51 $(eval dst := $(word 2,$(fw))) \
H A Dnode_fns.mk88 # - Stick everything in haystack into a single word,
97 define uniq-word
102 $(eval h := $(word 1,$(h)) $(2) $(wordlist 2,9999,$(h))) \
114 # off INHERIT_TAG from each matching word, and return the sorted,
160 $(call uniq-word,$($(_eiv_tv)),$(INHERIT_TAG)$(i))) \
H A Ddex_preopt_libart.mk20 PRELOADED_CLASSES := $(call word-colon,1,$(firstword \
24 COMPILED_CLASSES := $(call word-colon,1,$(firstword \
28 DIRTY_IMAGE_OBJECTS := $(call word-colon,1,$(firstword \
H A Dproduct.mk188 PRODUCTS.$(strip $(word 1,$(_include_stack))).INHERITS_FROM) \
191 $(eval ALL_PRODUCTS := $(sort $(ALL_PRODUCTS) $(word 1,$(_include_stack))))
335 $(if $(wildcard $(word 1,$(subst :, ,$(1)))),$(1))
H A Dbase_rules.mk172 $(error $(LOCAL_PATH): LOCAL_MODULE_CLASS must contain exactly one word, not "$(LOCAL_MODULE_CLASS)")
421 my_init_rc_installed := $(foreach rc,$(my_init_rc_pairs),$(call word-colon,2,$(rc)))
480 $(eval _file := $(call word-colon,2,$(td))) \
482 $(eval _src_base := $(call word-colon,1,$(td))), \
484 $(eval _file := $(call word-colon,1,$(td)))) \
550 $(eval s := $(word 1,$(p))) \
551 $(eval n := $(or $(word 2,$(p)),$(notdir $(word 1, $(p))))) \
610 $(eval src_path := $(word 1,$(parts))) \
611 $(eval file := $(word
[all...]
H A Dproduct_config.mk29 ## $(1): word to check
108 TARGET_PRODUCT := $(word 1,$(product_goals))
111 TARGET_BUILD_VARIANT := $(word 2,$(product_goals))
199 $(eval _cpm_word1 := $(word 1,$(_cpm_words)))\
200 $(eval _cpm_word2 := $(word 2,$(_cpm_words)))\
/build/make/core/
H A Dmulti_prebuilt.mk62 $(if $(word 3,$(tw)),$(error $(LOCAL_PATH): Bad prebuilt filename '$(t)')) \
63 $(if $(word 2,$(tw)), \
64 $(eval LOCAL_MODULE := $(word 1,$(tw))) \
65 $(eval LOCAL_SRC_FILES := $(word 2,$(tw))) \
73 $(if $(word 2,$(tw)), \
H A Ddistdir.mk50 $(eval src := $(word 1,$(fw))) \
51 $(eval dst := $(word 2,$(fw))) \
H A Dnode_fns.mk88 # - Stick everything in haystack into a single word,
97 define uniq-word
102 $(eval h := $(word 1,$(h)) $(2) $(wordlist 2,9999,$(h))) \
114 # off INHERIT_TAG from each matching word, and return the sorted,
160 $(call uniq-word,$($(_eiv_tv)),$(INHERIT_TAG)$(i))) \
H A Ddex_preopt_libart.mk20 PRELOADED_CLASSES := $(call word-colon,1,$(firstword \
24 COMPILED_CLASSES := $(call word-colon,1,$(firstword \
28 DIRTY_IMAGE_OBJECTS := $(call word-colon,1,$(firstword \
H A Dproduct.mk188 PRODUCTS.$(strip $(word 1,$(_include_stack))).INHERITS_FROM) \
191 $(eval ALL_PRODUCTS := $(sort $(ALL_PRODUCTS) $(word 1,$(_include_stack))))
335 $(if $(wildcard $(word 1,$(subst :, ,$(1)))),$(1))
H A Dbase_rules.mk172 $(error $(LOCAL_PATH): LOCAL_MODULE_CLASS must contain exactly one word, not "$(LOCAL_MODULE_CLASS)")
421 my_init_rc_installed := $(foreach rc,$(my_init_rc_pairs),$(call word-colon,2,$(rc)))
480 $(eval _file := $(call word-colon,2,$(td))) \
482 $(eval _src_base := $(call word-colon,1,$(td))), \
484 $(eval _file := $(call word-colon,1,$(td)))) \
550 $(eval s := $(word 1,$(p))) \
551 $(eval n := $(or $(word 2,$(p)),$(notdir $(word 1, $(p))))) \
610 $(eval src_path := $(word 1,$(parts))) \
611 $(eval file := $(word
[all...]
H A Dproduct_config.mk29 ## $(1): word to check
108 TARGET_PRODUCT := $(word 1,$(product_goals))
111 TARGET_BUILD_VARIANT := $(word 2,$(product_goals))
199 $(eval _cpm_word1 := $(word 1,$(_cpm_words)))\
200 $(eval _cpm_word2 := $(word 2,$(_cpm_words)))\
/build/core/tasks/tools/
H A Dpackage-modules.mk15 my_built_modules := $(foreach p,$(my_copy_pairs),$(call word-colon,1,$(p)))
16 my_copy_pairs := $(foreach p,$(my_copy_pairs),$(call word-colon,1,$(p)):$(my_staging_dir)/$(call word-colon,2,$(p)))
49 $(eval ins := $(word 2,$(bui_ins)))\
51 $(eval bui := $(word 1,$(bui_ins)))\
67 mkdir -p $(dir $(word 2,$(pair))) && \
68 cp -Rf $(word 1,$(pair)) $(word 2,$(pair)) && ) true
H A Dbuild_custom_image.mk46 $(eval ins := $(word 2,$(bui_ins)))\
48 $(eval bui := $(word 1,$(bui_ins)))\
61 $(eval src := $(word 1,$(pair)))\
63 $(eval my_copy_pairs += $(src):$(my_staging_dir)/$(word 2,$(pair))))
118 mkdir -p $(dir $(word 2,$(pair)));\
119 cp -Rf $(word 1,$(pair)) $(word 2,$(pair));)
/build/make/core/tasks/tools/
H A Dpackage-modules.mk15 my_built_modules := $(foreach p,$(my_copy_pairs),$(call word-colon,1,$(p)))
16 my_copy_pairs := $(foreach p,$(my_copy_pairs),$(call word-colon,1,$(p)):$(my_staging_dir)/$(call word-colon,2,$(p)))
49 $(eval ins := $(word 2,$(bui_ins)))\
51 $(eval bui := $(word 1,$(bui_ins)))\
67 mkdir -p $(dir $(word 2,$(pair))) && \
68 cp -Rf $(word 1,$(pair)) $(word 2,$(pair)) && ) true
H A Dbuild_custom_image.mk46 $(eval ins := $(word 2,$(bui_ins)))\
48 $(eval bui := $(word 1,$(bui_ins)))\
61 $(eval src := $(word 1,$(pair)))\
63 $(eval my_copy_pairs += $(src):$(my_staging_dir)/$(word 2,$(pair))))
118 mkdir -p $(dir $(word 2,$(pair)));\
119 cp -Rf $(word 1,$(pair)) $(word 2,$(pair));)
/build/core/tasks/
H A Dsdk-addon.mk45 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \
48 $(if $(_src),,$(eval $(error Unknown or unlinkable module: $(call word-colon,1,$(cf)). Requested by $(INTERNAL_PRODUCT)))) \
49 $(eval _dest := $(call word-colon,2,$(cf))) \
57 $(eval _src := $(call word-colon,1,$(cf))) \
58 $(eval _dest := $(call word-colon,2,$(cf))) \
75 $(eval _root := $(call word-colon,1,$(cf))) \
76 $(eval _src := $(call word-colon,2,$(cf))) \
77 $(eval _dest := $(call append-path,$(call append-path,$(staging),$(_root)),$(call word-colon,3,$(cf)))) \
H A Dvendor_module_check.mk90 $(if $(filter $(_vendor_owner_whitelist), $(call word-colon,3,$(c))),,\
92 $(eval _vendor_module_owner_info += $(call word-colon,2,$(c)):$(call word-colon,3,$(c))))
/build/make/core/tasks/
H A Dsdk-addon.mk45 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \
48 $(if $(_src),,$(eval $(error Unknown or unlinkable module: $(call word-colon,1,$(cf)). Requested by $(INTERNAL_PRODUCT)))) \
49 $(eval _dest := $(call word-colon,2,$(cf))) \
57 $(eval _src := $(call word-colon,1,$(cf))) \
58 $(eval _dest := $(call word-colon,2,$(cf))) \
75 $(eval _root := $(call word-colon,1,$(cf))) \
76 $(eval _src := $(call word-colon,2,$(cf))) \
77 $(eval _dest := $(call append-path,$(call append-path,$(staging),$(_root)),$(call word-colon,3,$(cf)))) \
H A Dvendor_module_check.mk90 $(if $(filter $(_vendor_owner_whitelist), $(call word-colon,3,$(c))),,\
92 $(eval _vendor_module_owner_info += $(call word-colon,2,$(c)):$(call word-colon,3,$(c))))
/build/make/tools/atree/
H A Dfiles.cpp273 const string& word = *it; local
274 if (word == "rm") {
280 } else if (word == "strip") {
288 paths[pcount++] = replace_variables(word, variables, &error);

Completed in 430 milliseconds

123