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
130 ## Retrieve a list of all makefiles immediately below some directory
133 define all-makefiles-under
150 ## Retrieve a list of all makefiles immediately below your directory
153 define all-subdir-makefiles
154 $(call all-makefiles-under,$(call my-dir))
163 define all-named-subdir-makefiles
168 ## Find all of the java files under the named directories.
170 ## SRC_FILES := $(call all-java-files-under,src tests)
173 define all-java-files-under
181 ## Find all of the java files from here. Meant to be used like:
182 ## SRC_FILES := $(call all-subdir-java-files)
185 define all-subdir-java-files
186 $(call all-java-files-under,.)
190 ## Find all of the c files under the named directories.
192 ## SRC_FILES := $(call all-c-files-under,src tests)
195 define all-c-files-under
203 ## Find all of the c files from here. Meant to be used like:
204 ## SRC_FILES := $(call all-subdir-c-files)
207 define all-subdir-c-files
208 $(call all-c-files-under,.)
212 ## Find all files named "I*.aidl" under the named directories,
217 define all-Iaidl-files-under
225 ## Find all of the "I*.aidl" files under $(LOCAL_PATH).
228 define all-subdir-Iaidl-files
229 $(call all-Iaidl-files-under,.)
233 ## Find all of the logtags files under the named directories.
235 ## SRC_FILES := $(call all-logtags-files-under,src)
238 define all-logtags-files-under
246 ## Find all of the .proto files under the named directories.
248 ## SRC_FILES := $(call all-proto-files-under,src)
251 define all-proto-files-under
259 ## Find all of the RenderScript files under the named directories.
261 ## SRC_FILES := $(call all-renderscript-files-under,src)
264 define all-renderscript-files-under
272 ## Find all of the html files under the named directories.
274 ## SRC_FILES := $(call all-html-files-under,src tests)
277 define all-html-files-under
285 ## Find all of the html files from here. Meant to be used like:
286 ## SRC_FILES := $(call all-subdir-html-files)
289 define all-subdir-html-files
290 $(call all-html-files-under,.)
294 ## Find all of the files matching pattern
316 ## Find all of the files matching pattern
317 ## SRC_FILES := $(call all-subdir-java-files)
462 ## NOTE: this won't return reliable results until after all
474 ## NOTE: this won't return reliable results until after all
488 ## NOTE: this won't return reliable results until after all