Home | History | Annotate | Download | only in core

Lines Matching defs:words

582 ## Read the word out of a colon-separated list of words.
586 ## The individual words may not contain spaces.
681 $(eval ### Discard any words containing slashes, unless they end in .apk, \
691 $(eval ### Remove any remaining words that contain dots.)
695 $(eval ### Now we have a list of any words that could possibly refer to \
696 ### packages, although there may be words that do not. Only \
1423 # dump-words-to-file, <word list>, <output file>
1424 define dump-words-to-file
1451 @$(if $(wordlist 5001,5002,$(1)),$(error Too many words ($(words $(1)))))
1487 $(call dump-words-to-file,$(PRIVATE_JAVA_SOURCES),$(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list)
1656 $(call dump-words-to-file, $(PRIVATE_EXTRA_JAR_ARGS), $(dir $@)jar-arg-list)
2057 := $(wordlist 1,$(words $(LOCAL_PACKAGE_OVERRIDES)), $(LOCAL_PACKAGE_OVERRIDES))