Home | History | Annotate | Download | only in core

Lines Matching refs:STL

1712 # C++ STL support
1715 # The list of registered STL implementations we support
1718 # Used internally to register a given STL implementation, see below.
1720 # $1: STL name as it appears in APP_STL (e.g. system)
1721 # $2: STL module name (e.g. cxx-stl/system)
1725 ndk-stl-register = \
1733 # $1: STL name as it apperas in APP_STL (e.g. 'system')
1735 ndk-stl-check = \
1742 # select the STL implementation.
1743 # $1: STL name as it appears in APP_STL (e.g. system)
1745 ndk-stl-select = \
1749 # proper STL dependencies to every C++ module.
1750 # $1: STL name as it appears in APP_STL (e.g. system)
1752 ndk-stl-add-dependencies = \
1760 # Register the 'system' STL implementation
1762 $(call ndk-stl-register,\
1764 cxx-stl/system,\
1768 # Register the 'stlport_static' STL implementation
1770 $(call ndk-stl-register,\
1772 cxx-stl/stlport,\
1776 # Register the 'stlport_shared' STL implementation
1778 $(call ndk-stl-register,\
1780 cxx-stl/stlport,\
1785 # Register the 'gnustl_static' STL implementation
1787 $(call ndk-stl-register,\
1789 cxx-stl/gnu-libstdc++,\
1794 $(call ndk-stl-register,\
1796 cxx-stl/gnu-libstdc++,\
1803 $(call ndk-stl-register,\
1805 cxx-stl/gabi++,\
1811 $(call ndk-stl-register,\
1813 cxx-stl/gabi++,\
1820 $(call ndk-stl-register,\
1822 cxx-stl/system,\