Lines Matching refs:all
72 # Rationale: Checks that all variables listed in $1 are defined, or abort the
87 # Rationale: Clears/undefines all variables in argument list
97 # Rationale: Checks that all required vars listed in $1 were defined by $2
160 # We use __gdk_modules to hold the list of all modules corresponding
210 # the generated module (i.e. the one containing all symbols used during
252 # Returns : The list of all recorded modules
260 # Returns : The list of all recorded non-imported modules
271 # and abort. This will record all LOCAL_XXX variables for the module.
346 # Dump all module information. Only use this for debugging
388 # Used to recompute all dependencies once all
403 # Function : modules-get-all-dependencies
405 # Returns : List of all the modules $1 depends on transitively.
406 # Usage : $(call modules-all-get-dependencies,<list of module names>)
407 # Rationale: This computes the closure of all module dependencies starting from $1
409 module-get-all-dependencies = \
650 # Function : all-makefiles-under
652 # Returns : a list of all makefiles immediately below some directory
653 # Usage : $(call all-makefiles-under, <some path>)
655 all-makefiles-under = $(wildcard $1/*/Android-portable.mk)
658 # Macro : all-subdir-makefiles
659 # Returns : list of all makefiles in subdirectories of the current Makefile's
661 # Usage : $(all-subdir-makefiles)
663 all-subdir-makefiles = $(call all-makefiles-under,$(call my-dir))
681 # LOCAL_SRC_TAGS contains the list of all tags used (initially empty)
682 # LOCAL_SRC_FILES contains the list of all source files.
704 # Macro : clear-all-src-tags
705 # Returns : remove all source file tags and associated data.
706 # Usage : $(clear-all-src-tags)
708 clear-all-src-tags = \
757 # computes all compiler flags for all source files.
791 # toolchain-specific functions that processes all source files.
830 # the list of all variables that may appear in an Application.mk file
1214 ## $3: list of static libraries all modules will depend on
1215 ## $4: list of shared libraries all modules will depend on
1240 ## Called after all Android.mk files are parsed to add