Lines Matching defs:list

44 # The list of tags that have been defined by
52 # won't have the list of tags; ust ALL_MODULE_TAGS to get
53 # the list of all known tags. (This means that this variable
69 # The list of dynamic binaries that haven't been stripped/compressed/etc.
85 # They are list of "<module_name>:<installed_file>:lib1,lib2...".
96 ## Debugging; prints a variable list to stdout
99 # $(1): variable name list, not variable values
138 ## Retrieve a list of all makefiles immediately below some directory
158 ## Retrieve a list of all makefiles immediately below your directory
167 ## Look in the named list of directories for makefiles,
223 ## which must be relative to $(LOCAL_PATH). The returned list
351 ## Find various file types in a list of directories relative to $(LOCAL_PATH)
367 # $(3): a list of subdirs of the base dir.
368 # Returns: a list of paths relative to the base dir.
519 ## Convert a list of short module names (e.g., "framework", "Browser")
520 ## into the list of files that are built for those modules.
523 ## $(1): target list
531 ## Convert a list of short modules names (e.g., "framework", "Browser")
532 ## into the list of files that are installed for those modules.
535 ## $(1): target list
543 ## Convert a list of short modules names (e.g., "framework", "Browser")
544 ## into the list of files that should be used when linking
549 ## $(1): target list
569 ## $(1): library list
586 # $(1): library name list
598 # $(1): library name list
631 define normalize-path-list
636 ## Read the word out of a colon-separated list of words.
653 ## $(1): list to collapse
665 ## Given a list of pairs, if multiple pairs have the same
668 ## $(1): list of pairs
683 # Given a list of tags, return the targets that specify
685 # $(1): tag list
686 define modules-for-tag-list
690 # Same as modules-for-tag-list, but operates on
692 # $(1): tag list
693 define module-names-for-tag-list
697 # Given an accept and reject list, find the matching
701 # $(1): list of tags to accept
702 # $(2): list of tags to reject
707 $(call modules-for-tag-list,$(2)), \
708 $(call modules-for-tag-list,$(1)))
728 # Given a list of installed modules (short or long names)
729 # return a list of the packages (yes, .apk packages, not
730 # modules in general) that are overridden by this list and,
732 # $(1): mixed list of installed modules
749 $(eval ### Now we have a list of any words that could possibly refer to \
1161 # Split long argument list into smaller groups and call the command repeatedly
1504 # emit-line, <word list>, <output file>
1509 # dump-words-to-file, <word list>, <output file>
1540 # For a list of jar files, unzip them to a specified directory,
1560 # - below we write the list of java files to java-source-list to avoid argument
1561 # list length problems with Cygwin
1573 $(call dump-words-to-file,$(PRIVATE_JAVA_SOURCES),$(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list)
1575 find $(PRIVATE_SOURCE_INTERMEDIATES_DIR) -name '*.java' >> $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list; \
1577 $(hide) tr ' ' '\n' < $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list \
1578 | sort -u > $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq
1579 $(hide) if [ -s $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq ] ; then \
1585 $(call normalize-path-list,$(PRIVATE_ALL_JAVA_LIBRARIES)))) \
1589 \@$(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq \
1593 $(PRIVATE_JAVA_LAYERS_FILE) \@$(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq,)
1594 $(hide) rm -f $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list
1595 $(hide) rm -f $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq
1632 find $(PRIVATE_JAVA_SOURCES) $$newerFlag > $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list ; \
1634 find $(PRIVATE_SOURCE_INTERMEDIATES_DIR) -name '*.java' $$newerFlag >> $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list; \
1636 $(hide) tr ' ' '\n' < $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list \
1637 | sort -u > $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq
1639 @cat $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq
1640 $(hide) if [ -s $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq ] ; then \
1646 $(call normalize-path-list,$(PRIVATE_ALL_JAVA_LIBRARIES) $(PRIVATE_CLASS_INTERMEDIATES_DIR)))) \
1650 \@$(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq \
1653 $(hide) rm -f $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list
1654 $(hide) rm -f $(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-list-uniq
1725 # A list of dynamic and static parameters; build layers for
1751 # $(2): the list of shared libraies
1775 $(call dump-words-to-file, $(PRIVATE_EXTRA_JAR_ARGS), $(dir $@)jar-arg-list)
1776 $(hide) jar uf $@ @$(dir $@)jar-arg-list
1777 @rm -f $(dir $@)jar-arg-list
1861 # Evaluates to the list of the dst files (ie suitable for a dependency list)
2197 # $(1) the list of archs supported by the prebuilt