Home | History | Annotate | Download | only in core

Lines Matching refs:all

45 # Rationale: Checks that all variables listed in $1 are defined, or abort the
60 # Rationale: Checks that all required vars listed in $1 were defined by $2
344 # We use __ndk_modules to hold the list of all modules corresponding
414 # the generated module (i.e. the one containing all symbols used during
456 # Returns : The list of all recorded modules
464 # Returns : The list of all recorded non-imported modules
475 # and abort. This will record all LOCAL_XXX variables for the module.
554 # Dump all module information. Only use this for debugging
655 # Return all static libraries for a given module.
659 module-get-all-static-libs = $(strip \
671 # Return the list of all libraries a modules depends directly on.
689 # Returns : List of all modules $1 depends on.
697 # This function will return all four modules in the result, while
701 module-get-all-dependencies = $(call -ndk-mod-get-closure,$1,module-get-depends)
704 # Compute the list of all static and shared libraries required to link a
711 # Returns : List of all library $1 depends at link time.
723 # - if $1 is the link module, or if it is a static library, then all
735 # $2: list of all static link-time libraries (regular or whole).
744 # Used to recompute all dependencies once all module information has been recorded.
761 # Function : modules-get-all-installable
763 # Returns : List of all the installable modules $1 depends on transitively.
764 # Usage : $(call modules-all-get-installable,<list of module names>)
765 # Rationale: This computes the closure of all installable module dependencies starting from $1
768 modules-get-all-installable = $(strip \
769 $(foreach __alldep,$(call module-get-all-dependencies,$1),\
846 # After this, we remove all features flags from the module's command-line
871 $(eval __cxxdeps := $(call module-get-all-dependencies,$1))\
1070 # Function : all-makefiles-under
1072 # Returns : a list of all makefiles immediately below some directory
1073 # Usage : $(call all-makefiles-under, <some path>)
1075 all-makefiles-under = $(wildcard $1/*/Android.mk)
1078 # Macro : all-subdir-makefiles
1079 # Returns : list of all makefiles in subdirectories of the current Makefile's
1081 # Usage : $(all-subdir-makefiles)
1083 all-subdir-makefiles = $(call all-makefiles-under,$(call my-dir))
1101 # LOCAL_SRC_TAGS contains the list of all tags used (initially empty)
1102 # LOCAL_SRC_FILES contains the list of all source files.
1124 # Macro : clear-all-src-tags
1125 # Returns : remove all source file tags and associated data.
1126 # Usage : $(clear-all-src-tags)
1128 clear-all-src-tags = \
1177 # computes allall source files.
1211 # toolchain-specific functions that processes all source files.
1251 # the list of all variables that may appear in an Application.mk file
1705 # $3: list of static libraries all modules will depend on
1706 # $4: list of shared libraries all modules will depend on
1731 # Called after all Android.mk files are parsed to add
1801 # all. Used by some of the STLport and GAbi++ test projects.
1809 $(call ndk-run-all-tests)