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.mk598 ## Read the word out of a colon-separated list of words.
602 ## The individual words may not contain spaces.
697 $(eval ### Discard any words containing slashes, unless they end in .apk, \
707 $(eval ### Remove any remaining words that contain dots.)
711 $(eval ### Now we have a list of any words that could possibly refer to \
712 ### packages, although there may be words that do not. Only \
1439 # dump-words-to-file, <word list>, <output file>
1440 define dump-words-to-file
1467 @$(if $(wordlist 5001,5002,$(1)),$(error Too many words ($(words
[all...]

Completed in 106 milliseconds