/build/make/packaging/ |
D | distdir.mk | 25 $(eval goal := $(call word-colon,1,$(pair))) \ 26 …$(eval output := $(subst FILE_NAME_TAG_PLACEHOLDER,$(FILE_NAME_TAG),$(call word-colon,2,$(pair))))… 42 $(eval src := $(call word-colon,1,$(pair))) \ 43 …$(eval dst := $(subst FILE_NAME_TAG_PLACEHOLDER,$(FILE_NAME_TAG),$(DIST_DIR)/$(call word-colon,2,$…
|
/build/make/core/ |
D | dex_preopt_libart.mk | 25 $(foreach v,$(1),$(call word-colon,1,$(v)):$(2)$(call word-colon,2,$(v))) 37 $(foreach v,$(1),$(call word-colon,1,$(v)):$(call vdex-shared-install-path,$(call word-colon,2,$(v)… 54 $(foreach v,$(1),$(call symlink-vdex-file,$(call word-colon,2,$(v)))) 75 my_first_src := $(call word-colon,1,$(my_first_pair)) 76 my_first_dest := $(call word-colon,2,$(my_first_pair))
|
D | multi_prebuilt.mk | 60 $(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)), \
|
D | dex_preopt.mk | 76 $(PRODUCT_OUT)/system/framework/$(call word-colon,2,$(m)).jar) 83 $(PRODUCT_OUT)/$(call word-colon,1,$(m))/framework/$(call word-colon,2,$(m)).jar) 132 $(system_server_dex2oat_dir)/$(call word-colon,2,$(m)).jar) 136 $(system_server_dex2oat_dir)/$(call word-colon,2,$(m)).jar) 140 $(system_server_dex2oat_dir)/$(call word-colon,2,$(m)).jar) 144 $(system_server_dex2oat_dir)/$(call word-colon,2,$(m)).jar)
|
D | notice_files.mk | 7 …register_name).INSTALLED) $(foreach bi,$(LOCAL_SOONG_BUILT_INSTALLED),$(call word-colon,1,$(bi))),\ 11 $(if $(strip $(ALL_TARGETS.$(call word-colon,1,$(f)).META_LIC)), \ 12 …$(call declare-copy-target-license-metadata,$(call word-colon,2,$(f)),$(call word-colon,1,$(f))), \ 13 $(eval ALL_TARGETS.$(call word-colon,2,$(f)).META_LIC := $(module_license_metadata))))
|
D | distdir.mk | 40 $(eval src := $(call word-colon,1,$(file))) \ 41 $(eval dst := $(call word-colon,2,$(file))) \ 180 $(strip $(eval _allt := $(sort $(foreach goal,$(_all_dist_goal_output_pairs),$(call word-colon,2,$(… 182 …t $(foreach dg,$(filter %:$(target),$(_all_dist_goal_output_pairs)),$(call word-colon,1,$(dg))))) \ 183 …$(eval _srcs := $(sort $(foreach sdp,$(filter %:$(target),$(_all_dist_src_dst_pairs)),$(call word-…
|
D | base_rules.mk | 165 …$(error $(LOCAL_PATH): LOCAL_MODULE_CLASS must contain exactly one word, not "$(LOCAL_MODULE_CLASS… 548 my_vintf_installed := $(foreach xml,$(my_vintf_pairs),$(call word-colon,2,$(xml))) 586 my_init_rc_installed := $(foreach rc,$(my_init_rc_pairs),$(call word-colon,2,$(rc))) 649 _src_base := $$(call word-colon,1,$$(td)) 650 _file := $$(call word-colon,2,$$(td)) 651 _relative_install_path := $$(call word-colon,3,$$(td)) 662 _src_base := $$(call word-colon,1,$$(td)) 663 _file := $$(call word-colon,2,$$(td)) 689 my_installed_test_data := $(foreach f, $(my_test_data_pairs), $(call word-colon,2,$(f))) 703 $(word 2,$(subst :,$(space),$(f)))) [all …]
|
D | definitions.mk | 119 $(foreach word,$($(var)), \ 120 $(info $(space)$(space)$(word)) \ 529 $(call word-colon,1,$(ALL_MODULES.$(m).NOTICE_DEPS)) \ 547 … $(foreach n,$(_lookup.$(call word-colon,1,$(d))),$(n):$(call wordlist-colon,2,9999,$(d))) \ 600 …word-colon,1,$(d)).INSTALLED)), $(ALL_MODULES.$(call word-colon,1,$(d)).INSTALLED),$(if $(strip $(… 611 $(eval _s := $(call word-colon,1,$(_m))) \ 612 $(eval _d := $(call word-colon,2,$(_m))) \ 634 $(2) : $(foreach d,$(_deps),$(call word-colon,1,$(d))) $(foreach n,$(_notices),$(call word-colon,1,… 667 …h d,$(strip $(ALL_NON_MODULES.$(_tgt).DEPENDENCIES)),$(ALL_TARGETS.$(call word-colon,1,$(d)).META_… 684 $(_meta) : $(foreach d,$(_deps),$(call word-colon,1,$(d))) $(foreach n,$(_notices),$(call word-colo… [all …]
|
D | node_fns.mk | 86 define uniq-word 153 $(call uniq-word,$($(_eiv_tv)),$(INHERIT_TAG)$(i))) \
|
D | install_jni_libs_internal.mk | 75 $(eval lib_name := $(call word-colon, 1, $(pl_pair)))\ 76 $(eval lib_partition := $(call word-colon, 2, $(pl_pair)))\
|
D | product.mk | 526 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \ 537 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \ 554 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \ 645 $(if $(wildcard $(word 1,$(subst :, ,$(1)))),$(1))
|
D | product_config.rbc | 565 """Return all the words from `text' that do not match any word in `pattern'. 589 pattern: strings of words or a list. A word can contain '%', 652 for word in __words(pattern): 653 result.extend(rblf_wildcard(word)) 713 def __mkpattern_matches(pattern, word): 714 """Returns if a pattern matches a given word. 717 This checks if word is either equal to the pattern or 723 return pattern[0]==word 725 return ((len(word) >= len(pattern[0])+len(pattern[1])) 726 and word.startswith(pattern[0]) [all …]
|
D | main.mk | 504 …$(info $(word 1,$(r)) module $(word 2,$(r)) requires non-existent $(word 3,$(r)) module: $(word 4,… 656 …HOST_SHARED_LIBRARY_FILES := $$(ALL_MODULES.$(mod).HOST_SHARED_LIBRARY_FILES) $(word 2,$(p)) $(r))\ 658 $(eval $(call add-required-host-so-deps,$(word 2,$(p)),$(r))),\ 659 $(eval $(call add-required-deps,$(word 2,$(p)),$(r))))\ 798 $(word 2,$(subst :,$(space),$(1))) 801 $(patsubst _,,$(word 3,$(subst :,$(space),$(1)))) 804 $(patsubst _,,$(word 4,$(subst :,$(space),$(1)))) 807 $(word 5,$(subst :,$(space),$(1))) 810 $(word 6,$(subst :,$(space),$(1))) 1019 $(foreach cf,$(call get-product-var,$(1),PRODUCT_COPY_FILES),$(call word-colon,2,$(cf)))) [all …]
|
/build/make/core/tasks/tools/ |
D | package-modules.mk | 33 my_built_modules := $(foreach p,$(my_copy_pairs),$(call word-colon,1,$(p))) 34 …y_copy_pairs := $(foreach p,$(my_copy_pairs),$(call word-colon,1,$(p)):$(my_staging_dir)/$(call wo… 69 $(eval _module_class_folder := $($(strip MODULE_CLASS_$(word 1, $(strip $(ALL_MODULES.$(m).CLASS)\ 76 $(eval ins := $(word 2,$(bui_ins)))\ 78 $(eval bui := $(word 1,$(bui_ins)))\ 104 mkdir -p $(dir $(word 2,$(pair))) && \ 105 cp -Rf $(word 1,$(pair)) $(word 2,$(pair)) && ) true
|
D | build_custom_image.mk | 46 $(eval ins := $(word 2,$(bui_ins)))\ 48 $(eval bui := $(word 1,$(bui_ins)))\ 63 …$(eval my_kernel_module_copy_files += $(word 1,$(pair)):$(subst $(my_staging_dir)/,,$(word 2,$(pai… 70 $(eval src := $(word 1,$(pair)))\ 72 $(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));)
|
D | vts_package_utils.mk | 26 $(eval ins := $(word 2,$(bui_ins)))\ 28 $(eval bui := $(word 1,$(bui_ins)))\
|
/build/make/core/clang/ |
D | tidy.mk | 19 $(if $(filter $(word 1,$(1))%,$(2)/),$(word 2,$(1)))
|
/build/make/core/tasks/ |
D | sdk-addon.mk | 47 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \ 50 …$(if $(_src),,$(eval $(error Unknown or unlinkable module: $(call word-colon,1,$(cf)). Requested b… 51 $(eval _dest := $(call word-colon,2,$(cf))) \ 59 $(eval _src := $(call word-colon,1,$(cf))) \ 60 $(eval _dest := $(call word-colon,2,$(cf))) \ 84 $(eval _root := $(call word-colon,1,$(cf))) \ 85 $(eval _src := $(call word-colon,2,$(cf))) \ 86 …$(eval _dest := $(call append-path,$(call append-path,$(staging),$(_root)),$(call word-colon,3,$(c…
|
D | vendor_module_check.mk | 90 $(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))))
|
D | tradefed-tests-list.mk | 25 $(eval all_tests += $(word 2,$(subst /res/config/,$(space),$(test)))))
|
D | platform_availability_check.mk | 34 $(m):$(word 1,$(ALL_MODULES.$(m).PATH))\
|
D | general-tests-shared-libs.mk | 25 $(COMPATIBILITY.general-tests.HOST_SHARED_LIBRARY.FILES)),$(call word-colon,2,$(m)))
|
/build/soong/androidmk/parser/ |
D | make_strings.go | 158 word := SimpleMakeString("", ms.Pos()) 176 word.appendVariable(ms.Variables[iString-1]) 183 word.appendString(string(c)) 196 if !word.Empty() { 198 ms.Dump(), word.Dump(), iString)) 205 words = append(words, word) 206 word = SimpleMakeString("", ms.Pos()) 220 if !word.Empty() { 221 words = append(words, word)
|
/build/make/tools/aconfig/aconfig/src/codegen/ |
D | java.rs | 154 let splits: Vec<&str> = flag_name.split('_').filter(|&word| !word.is_empty()).collect(); in format_java_method_name() 162 .map(|(index, word)| { in format_java_method_name() 164 word.to_ascii_lowercase() in format_java_method_name() 166 word[0..1].to_ascii_uppercase() + &word[1..].to_ascii_lowercase() in format_java_method_name()
|
/build/make/common/ |
D | strings.mk | 86 define word-colon 87 $(word $(1),$(subst :,$(space),$(2))) 148 $(strip $(foreach w,$(1), $(eval _first := $(word 1,$(subst $(2),$(space),$(w))))\
|