Lines Matching defs:under
4 # Licensed under the Apache License, Version 2.0 (the "License");
11 # distributed under the License is distributed on an "AS IS" BASIS,
14 # limitations under the License.
141 define all-makefiles-under
146 ## Look under a directory for makefiles that don't have parent
150 # $(1): directory to search under
152 define first-makefiles-under
163 $(call all-makefiles-under,$(call my-dir))
172 # $(1): List of directories to look for under this directory
178 ## Find all of the java files under the named directories.
180 ## SRC_FILES := $(call all-java-files-under,src tests)
183 define all-java-files-under
196 $(call all-java-files-under,.)
200 ## Find all of the c files under the named directories.
202 ## SRC_FILES := $(call all-c-files-under,src tests)
205 define all-c-files-under
218 $(call all-c-files-under,.)
222 ## Find all files named "I*.aidl" under the named directories,
227 define all-Iaidl-files-under
235 ## Find all of the "I*.aidl" files under $(LOCAL_PATH).
239 $(call all-Iaidl-files-under,.)
243 ## Find all of the logtags files under the named directories.
245 ## SRC_FILES := $(call all-logtags-files-under,src)
248 define all-logtags-files-under
256 ## Find all of the .proto files under the named directories.
258 ## SRC_FILES := $(call all-proto-files-under,src)
261 define all-proto-files-under
269 ## Find all of the RenderScript files under the named directories.
271 ## SRC_FILES := $(call all-renderscript-files-under,src)
274 define all-renderscript-files-under
282 ## Find all of the S files under the named directories.
284 ## SRC_FILES := $(call all-c-files-under,src tests)
287 define all-S-files-under
295 ## Find all of the html files under the named directories.
297 ## SRC_FILES := $(call all-html-files-under,src tests)
300 define all-html-files-under
313 $(call all-html-files-under,.)
789 ### real packages will be present under PACKAGES.*, though.)