Home | History | Annotate | Download | only in core

Lines Matching refs:all

104 # Rationale: Checks that all variables listed in $1 are defined, or abort the
119 # Rationale: Clears/undefines all variables in argument list
129 # Rationale: Checks that all required vars listed in $1 were defined by $2
326 # We use __ndk_modules to hold the list of all modules corresponding
394 # the generated module (i.e. the one containing all symbols used during
436 # Returns : The list of all recorded modules
444 # Returns : The list of all recorded non-imported modules
455 # and abort. This will record all LOCAL_XXX variables for the module.
531 # Dump all module information. Only use this for debugging
582 # Used to recompute all dependencies once all module information has been recorded.
597 # Function : modules-get-all-dependencies
599 # Returns : List of all the modules $1 depends on transitively.
600 # Usage : $(call modules-all-get-dependencies,<list of module names>)
601 # Rationale: This computes the closure of all module dependencies starting from $1
603 module-get-all-dependencies = $(strip \
613 # Used internally by modules-get-all-dependencies
631 # Returns : List all the <local-type> modules $1 depends on transitively.
633 # Rationale: This computes the closure of all local module dependencies starting from $1
639 # Function : modules-get-all-installable
641 # Returns : List of all the installable modules $1 depends on transitively.
642 # Usage : $(call modules-all-get-installable,<list of module names>)
643 # Rationale: This computes the closure of all installable module dependencies starting from $1
646 modules-get-all-installable = $(strip \
721 # After this, we remove all features flags from the module's command-line
746 $(eval __cxxdeps := $(call module-get-all-dependencies,$1))\
940 # Function : all-makefiles-under
942 # Returns : a list of all makefiles immediately below some directory
943 # Usage : $(call all-makefiles-under, <some path>)
945 all-makefiles-under = $(wildcard $1/*/Android.mk)
948 # Macro : all-subdir-makefiles
949 # Returns : list of all makefiles in subdirectories of the current Makefile's
951 # Usage : $(all-subdir-makefiles)
953 all-subdir-makefiles = $(call all-makefiles-under,$(call my-dir))
971 # LOCAL_SRC_TAGS contains the list of all tags used (initially empty)
972 # LOCAL_SRC_FILES contains the list of all source files.
994 # Macro : clear-all-src-tags
995 # Returns : remove all source file tags and associated data.
996 # Usage : $(clear-all-src-tags)
998 clear-all-src-tags = \
1047 # computes all compiler flags for all source files.
1081 # toolchain-specific functions that processes all source files.
1120 # the list of all variables that may appear in an Application.mk file
1585 # $3: list of static libraries all modules will depend on
1586 # $4: list of shared libraries all modules will depend on
1611 # Called after all Android.mk files are parsed to add
1681 # all. Used by some of the STLport and GAbi++ test projects.