Lines Matching defs:in
5 # you may not use this file except in compliance with the License.
10 # Unless required by applicable law or agreed to in writing, software
29 # The short names of all of the targets in the system.
36 # Some targets may have multiple files listed in the BUILT and INSTALLED
45 # LOCAL_MODULE_TAGS. Each word in this variable maps
192 ## Look in the named list of directories for makefiles,
231 $(call find-files-in-subdirs,$(LOCAL_PATH),"$(1)",$(2))
409 # find the files in the subdirectory $1 of LOCAL_DIR
434 ## Find various file types in a list of directories relative to $(LOCAL_PATH)
446 # Use utility find to find given files in the given subdirs.
454 define find-files-in-subdirs
514 $(error $(LOCAL_PATH): Class not defined in call to intermediates-dir-for)) \
517 $(error $(LOCAL_PATH): Name not defined in call to intermediates-dir-for)) \
549 ## source files directly in the intermediates directory
552 ## them in a separate directory, and they will be copied to
564 $(error $(LOCAL_PATH): Class not defined in call to generated-sources-dir-for)) \
567 $(error $(LOCAL_PATH): Name not defined in call to generated-sources-dir-for)) \
701 # A host dalvik Java library is different from a host Java library in that
765 ## This has the same behavior as the built-in function
841 ## base paths ending in /.
858 # modules in general) that are overridden by this list and,
863 $(eval ### Discard any words containing slashes, unless they end in .apk, \
864 ### in which case trim off the directory component and the suffix. \
1096 # $(2): a directory to place the generated .cpp files in
1121 # $(2): a directory to place the generated .cpp files in
1152 $(hide) for f in $(PRIVATE_PROTO_SRC_FILES); do \
1409 ## Rules to compile a single C/C++ source with ../ in the path
1411 # Replace "../" in object paths with $(DOTDOT_REPLACEMENT).
1414 ## Rule to compile a C++ source file with ../ in the path.
1416 # $(1): the C++ source file in LOCAL_SRC_FILES.
1427 ## Rule to compile a C source file with ../ in the path.
1429 # $(1): the C source file in LOCAL_SRC_FILES.
1440 in the path.
1442 # $(1): the .S source file in LOCAL_SRC_FILES.
1453 ## Rule to compile a .s source file with ../ in the path.
1455 # $(1): the .s source file in LOCAL_SRC_FILES.
1498 for f in `$($(PRIVATE_2ND_ARCH_VAR_PREFIX)TARGET_AR) t $(1)`; do \
1552 for f in `$($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)AR) t $(1) | \grep '\.o$$'`; do \
1742 ## Commands for linking a static executable. In practice,
1791 # Force the correct entry point to workaround a bug in binutils that manifests with -pie
1851 # was to use approach (2), but this requires a little more work in the tool.
1880 $(hide) for GENERATED_MANIFEST_FILE in `find $(PRIVATE_SOURCE_INTERMEDIATES_DIR) \
1886 $(hide) for GENERATED_R_FILE in `find $(PRIVATE_SOURCE_INTERMEDIATES_DIR) \
1894 @# Ensure that the target file is always created, i.e. also in case we did not
2007 $(hide) for f in $(1); \
2149 $(if $(PRIVATE_JAR_PACKAGES), $(hide) echo unsupported options PRIVATE_JAR_PACKAGES in $@; exit 53)
2150 $(if $(PRIVATE_JAR_EXCLUDE_PACKAGES), $(hide) echo unsupported options JAR_EXCLUDE_PACKAGES in $@; exit 53)
2151 $(if $(PRIVATE_JAR_MANIFEST), $(hide) echo unsupported options JAR_MANIFEST in $@; exit 53)
2322 $(if $(PRIVATE_JAR_PACKAGES), $(hide) echo unsupported options PRIVATE_JAR_PACKAGES in $@; exit 53)
2323 $(if $(PRIVATE_JAR_EXCLUDE_PACKAGES), $(hide) echo unsupported options JAR_EXCLUDE_PACKAGES in $@; exit 53)
2324 $(if $(PRIVATE_JAR_MANIFEST), $(hide) echo unsupported options JAR_MANIFEST in $@; exit 53)
2371 #them in their manifest.
2459 # version codes listed in PLATFORM_VERSION_ALL_CODENAMES.
2504 # Uncompress shared libraries embedded in an apk.
2534 # in transform-java-to-classes for the sake of vm-tests.
2656 # $(2): the path prefix to strip. In the above example it would be $(HOST_OUT).
2694 # Convert a partition data size (eg, as reported in /proc/mtd) to the
2706 # $(2): The maximum total image size, in decimal bytes.
2716 size=$$(for i in $(1); do $(call get-file-size,$$i); echo +; done; echo 0); \
2769 # $(2): name of version variable in board-info (eg, "version-baseband")
2782 # Override the package defined in $(1), setting the
2794 # Note that LOCAL_PACKAGE_OVERRIDES is NOT cleared in