Home | History | Annotate | Download | only in core

Lines Matching defs:check

55 # Function : check-required-vars
59 # Usage : $(call check-required-vars, VAR1 VAR2 VAR3..., <file>)
63 check-required-vars = $(foreach __varname,$1,\
863 # - If it is defined, check that it only contains valid values
938 # Function : check-user-define
941 # 3: name/description of the Makefile where the check is done, which
945 check-user-define = $(if $(strip $($1)),,\
949 # This is used to check that LOCAL_MODULE is properly defined by an Android.mk
952 # Function : check-user-LOCAL_MODULE
954 # check is done
956 # Usage : $(call check-user-LOCAL_MODULE, BUILD_SHARED_LIBRARY)
958 check-defined-LOCAL_MODULE = \
959 $(call check-user-define,LOCAL_MODULE,$(local-makefile),$(1)) \
966 # This is used to check that LOCAL_MODULE_FILENAME, if defined, is correct.
968 # Function : check-user-LOCAL_MODULE_FILENAME
970 # Usage : $(call check-user-LOCAL_MODULE_FILENAME)
972 check-LOCAL_MODULE_FILENAME = \
989 # Rationale : To be used to check and or set the module's filename through
995 # Check that LOCAL_MODULE_FILENAME is properly defined
1000 define ev-check-module-filename
1016 # Check the definition of LOCAL_MODULE_FILENAME. If none exists,
1027 $$(eval $$(call ev-check-module-filename))
1034 # Check the definition of LOCAL_MODULE_FILENAME for a _prebuilt_ module.
1047 $$(eval $$(call ev-check-module-filename))
1075 # This is used to strip any lib prefix from LOCAL_MODULE, then check that
1078 # Function : check-user-LOCAL_MODULE
1081 # Usage : $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE))
1083 check-LOCAL_MODULE = \
1924 module-class-check = $(call set_is_member,$(NDK_MODULE_CLASSES),$1)
1984 # Called to check that the value of APP_STL is a valid one.
1987 ndk-stl-check = \