Searched defs:includes (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.c1601 bool includes(_InputIter1 __first1, _InputIter1 __last1, function
1607 bool includes(_InputIter1 __first1, _InputIter1 __last1, function
/ndk/build/core/
H A Ddefinitions.mk227 # Function : host-c-includes
230 # Usage : $(call host-c-includes,<paths>)
236 host-c-includes = $(patsubst %,-I%,$(call host-path,$1))
238 host-c-includes = $(1:%=-I%)
1495 $$(call host-c-includes,$$(LOCAL_C_INCLUDES) $$(LOCAL_PATH)) \
1498 $$(call host-c-includes,$$($(my)C_INCLUDES)) \
1542 $$(call host-c-includes, $$(LOCAL_C_INCLUDES) $$(LOCAL_PATH)) \
1549 $$(call host-c-includes,$$($(my)C_INCLUDES)) \

Completed in 117 milliseconds