Home | History | Annotate | Download | only in core

Lines Matching refs:all

26 # Full paths to all of the documentation
29 # The short names of all of the targets in the system.
47 # that contains all of the INSTALLED_MODULEs with that tag.
51 # of all targets for a particular tag. The top-level variable
53 # the list of all known tags. (This means that this variable
58 # Full paths to all prebuilt files that will be copied
62 # Full path to all files that are made by some tool
65 # Full path to all asm, C, C++, lex and yacc generated C files.
66 # These all have an order-only dependency on the copied headers
78 # All findbugs xml files
135 ## Retrieve a list of all makefiles immediately below some directory
138 define all-makefiles-under
155 ## Retrieve a list of all makefiles immediately below your directory
158 define all-subdir-makefiles
159 $(call all-makefiles-under,$(call my-dir))
168 define all-named-subdir-makefiles
173 ## Find all of the java files under the named directories.
175 ## SRC_FILES := $(call all-java-files-under,src tests)
178 define all-java-files-under
186 ## Find all of the java files from here. Meant to be used like:
187 ## SRC_FILES := $(call all-subdir-java-files)
190 define all-subdir-java-files
191 $(call all-java-files-under,.)
195 ## Find all of the c files under the named directories.
197 ## SRC_FILES := $(call all-c-files-under,src tests)
200 define all-c-files-under
208 ## Find all of the c files from here. Meant to be used like:
209 ## SRC_FILES := $(call all-subdir-c-files)
212 define all-subdir-c-files
213 $(call all-c-files-under,.)
217 ## Find all files named "I*.aidl" under the named directories,
222 define all-Iaidl-files-under
230 ## Find all of the "I*.aidl" files under $(LOCAL_PATH).
233 define all-subdir-Iaidl-files
234 $(call all-Iaidl-files-under,.)
238 ## Find all of the logtags files under the named directories.
240 ## SRC_FILES := $(call all-logtags-files-under,src)
243 define all-logtags-files-under
251 ## Find all of the .proto files under the named directories.
253 ## SRC_FILES := $(call all-proto-files-under,src)
256 define all-proto-files-under
264 ## Find all of the RenderScript files under the named directories.
266 ## SRC_FILES := $(call all-renderscript-files-under,src)
269 define all-renderscript-files-under
277 ## Find all of the html files under the named directories.
279 ## SRC_FILES := $(call all-html-files-under,src tests)
282 define all-html-files-under
290 ## Find all of the html files from here. Meant to be used like:
291 ## SRC_FILES := $(call all-subdir-html-files)
294 define all-subdir-html-files
295 $(call all-html-files-under,.)
299 ## Find all of the files matching pattern
321 ## Find all of the files matching pattern
322 ## SRC_FILES := $(call all-subdir-java-files)
467 ## NOTE: this won't return reliable results until after all
479 ## NOTE: this won't return reliable results until after all
493 ## NOTE: this won't return reliable results until after all