Home | History | Annotate | Download | only in core

Lines Matching defs:stl

1501 # C++ STL support
1504 # The list of registered STL implementations we support
1507 # Used internally to register a given STL implementation, see below.
1509 # $1: STL name as it appears in APP_STL (e.g. system)
1510 # $2: STL module name (e.g. cxx-stl/system)
1514 ndk-stl-register = \
1522 # $1: STL name as it apperas in APP_STL (e.g. 'system')
1524 ndk-stl-check = \
1531 # select the STL implementation.
1532 # $1: STL name as it appears in APP_STL (e.g. system)
1534 ndk-stl-select = \
1538 # proper STL dependencies to every C++ module.
1539 # $1: STL name as it appears in APP_STL (e.g. system)
1541 ndk-stl-add-dependencies = \
1549 # Register the 'system' STL implementation
1551 $(call ndk-stl-register,\
1553 cxx-stl/system,\
1557 # Register the 'stlport_static' STL implementation
1559 $(call ndk-stl-register,\
1561 cxx-stl/stlport,\
1565 # Register the 'stlport_shared' STL implementation
1567 $(call ndk-stl-register,\
1569 cxx-stl/stlport,\
1574 # Register the 'gnustl_static' STL implementation
1576 $(call ndk-stl-register,\
1578 cxx-stl/gnu-libstdc++,\
1583 $(call ndk-stl-register,\
1585 cxx-stl/gnu-libstdc++,\
1592 $(call ndk-stl-register,\
1594 cxx-stl/gabi++,\
1600 $(call ndk-stl-register,\
1602 cxx-stl/gabi++,\
1609 $(call ndk-stl-register,\
1611 cxx-stl/system,\