Home | History | Annotate | Download | only in core

Lines Matching refs:strip

62 remove-duplicates = $(strip \
95 filter-by = $(strip \
119 filter-out-by = $(strip \
171 parent-dir = $(patsubst %/,%,$(strip \
187 # Strip any 'lib' prefix in front of a given string.
189 # Function : strip-lib-prefix
192 # Usage : $(call strip-lib-prefix,$(LOCAL_MODULE))
194 strip-lib-prefix = $(1:lib%=%)
196 -test-strip-lib-prefix = \
197 $(call test-expect,,$(call strip-lib-prefix,))\
198 $(call test-expect,foo,$(call strip-lib-prefix,foo))\
199 $(call test-expect,foo,$(call strip-lib-prefix,libfoo))\
200 $(call test-expect,nolibfoo,$(call strip-lib-prefix,nolibfoo))\
201 $(call test-expect,foolib,$(call strip-lib-prefix,foolib))\
202 $(call test-expect,foo bar,$(call strip-lib-prefix,libfoo libbar))
219 $(call test-expect,"Very long string over 15 characters wide",$(strip \
226 -left-justify = $(strip \
244 -justification-margin = $(strip \