Searched defs:words (Results 1 - 2 of 2) sorted by relevance

/build/tools/atree/
H A Dfiles.cpp257 vector<string> words; local
259 split_line(p, &words);
263 for (size_t k=0; k<words.size(); k++) {
264 printf("'%s' ", words[k].c_str());
272 for (vector<string>::iterator it = words.begin(); it != words.end(); ++it) {
/build/core/
H A Ddefinitions.mk493 $(if $(1),$(call reverse-list,$(wordlist 2,$(words $(1)),$(1)))) $(firstword $(1))
764 ## Read the word out of a colon-separated list of words.
768 ## The individual words may not contain spaces.
863 $(eval ### Discard any words containing slashes, unless they end in .apk, \
873 $(eval ### Remove any remaining words that contain dots.)
877 $(eval ### Now we have a list of any words that could possibly refer to \
878 ### packages, although there may be words that do not. Only \
948 my_src_file_obj_$(s) := $$(word $$(words $$(i)),$$(2))
961 my_src_file_gen_$(s) := $$(word $$(words $$(i)),$$(1))
1934 $(call dump-words
[all...]

Completed in 56 milliseconds