Lines Matching refs:words
410 $(if $(1),$(call reverse-list,$(wordlist 2,$(words $(1)),$(1)))) $(firstword $(1))
674 ## Read the word out of a colon-separated list of words.
678 ## The individual words may not contain spaces.
773 $(eval ### Discard any words containing slashes, unless they end in .apk, \
783 $(eval ### Remove any remaining words that contain dots.)
787 $(eval ### Now we have a list of any words that could possibly refer to \
788 ### packages, although there may be words that do not. Only \
1682 # dump-words-to-file, <word list>, <output file>
1683 define dump-words-to-file
1710 @$(if $(wordlist 5001,5002,$(1)),$(error Too many words ($(words $(1)))))
1746 $(call dump-words-to-file,$(PRIVATE_JAVA_SOURCES),$(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list)
1810 $(call dump-words-to-file,$(PRIVATE_JAVA_SOURCES),$(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list)
1890 $(call dump-words-to-file,$(PRIVATE_JAVA_SOURCES),$(PRIVATE_JACK_INTERMEDIATES_DIR)/java-source-list)
2058 $(call dump-words-to-file, $(PRIVATE_EXTRA_JAR_ARGS), $(1).jar-arg-list)
2400 := $(wordlist 1,$(words $(LOCAL_PACKAGE_OVERRIDES)), $(LOCAL_PACKAGE_OVERRIDES))