Searched defs:list (Results 1 - 4 of 4) sorted by relevance

/build/libs/host/
H A Dlist.java3 public class list { class
/build/core/
H A Dnode_fns.mk18 # Clears a list of variables using ":=".
21 # $(call clear-var-list,A B C)
27 # $(1): list of variable names to clear
29 define clear-var-list
34 # Copies a list of variables into another list of variables.
35 # The target list is the same as the source list, but has
39 # $(call copy-var-list, PREFIX, A B)
45 # $(2): list o
[all...]
H A Ddroiddoc.mk89 $(full_target): PRIVATE_SOURCE_PATH := $(call normalize-path-list,$(LOCAL_DROIDDOC_SOURCE_PATH))
93 $(full_target): PRIVATE_SRC_LIST_FILE := $(intermediates.COMMON)/droiddoc-src-list
106 # $(3): list of directories to search for java files in
107 define prepare-doc-source-list
160 $(call prepare-doc-source-list,$(PRIVATE_SRC_LIST_FILE),$(PRIVATE_JAVA_FILES), \
195 $(call prepare-doc-source-list,$(PRIVATE_SRC_LIST_FILE),$(PRIVATE_JAVA_FILES), \
H A Ddefinitions.mk44 # 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 o
[all...]

Completed in 57 milliseconds