Searched defs:word (Results 1 - 6 of 6) sorted by relevance

/build/core/
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 Ddefinitions.mk45 # LOCAL_MODULE_TAGS. Each word in this variable maps
110 $(foreach word,$($(var)), \
111 $(info $(space)$(space)$(word)) \
117 ## Evaluates to true if the string contains the word true,
756 ## Read the word out of a colon-separated list of words.
758 ## $(word n,str).
766 define word-colon
767 $(word $(1),$(subst :,$(space),$(2)))
774 ## $(2): if set, separator word; usually "=", ":", or ":="
789 ## $(2): the separator word, suc
[all...]
/build/make/core/
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 Ddefinitions.mk45 # LOCAL_MODULE_TAGS. Each word in this variable maps
110 $(foreach word,$($(var)), \
111 $(info $(space)$(space)$(word)) \
117 ## Evaluates to true if the string contains the word true,
756 ## Read the word out of a colon-separated list of words.
758 ## $(word n,str).
766 define word-colon
767 $(word $(1),$(subst :,$(space),$(2)))
774 ## $(2): if set, separator word; usually "=", ":", or ":="
789 ## $(2): the separator word, suc
[all...]
/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);
/build/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 5209 milliseconds