Home
last modified time | relevance | path

Searched refs:STL (Results 1 – 25 of 25) sorted by relevance

/ndk/build/tools/
Dmake-standalone-toolchain.sh39 STL=gnustl
40 register_var_option "--stl=<name>" STL "Specify C++ STL"
425 if [ "$STL" = "libcxx" -o "$STL" = "libc++" ]; then
447 case $STL in
494 case $STL in
512 dump "ERROR: Unsupported STL: $STL"
541 if [ "$STL" = "gnustl" ]; then
550 if [ "$STL" = "gnustl" ]; then
560 if [ "$STL" = "gnustl" ]; then
/ndk/tests/device/test-basic-rtti/
DREADME2 even if you are not using a regular C++ STL. No <typeinfo> required.
/ndk/tests/device/test-basic-exceptions/
DREADME2 even if you are not using a regular C++ STL. No <stdexcept> required.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dvalidation.ipp28 // STL
Dargv_traverser.ipp23 // STL
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dinteraction_based.ipp32 // STL
Dcompiler_log_formatter.ipp28 // STL
82 << "STL : " << BOOST_STDLIB << '\n'
Dxml_log_formatter.ipp29 // STL
Dresults_reporter.ipp33 // STL
Dplain_report_formatter.ipp26 // STL
Dlogged_expectations.ipp36 // STL
Dresults_collector.ipp27 // STL
Dunit_test_main.ipp35 // STL
Dunit_test_suite.ipp30 // STL
Dframework.ipp39 // STL
Dexception_safety.ipp42 // STL
Dtest_tools.ipp29 // STL
Dunit_test_parameters.ipp51 // STL
Ddebug.ipp59 // STL
Dexecution_monitor.ipp39 // STL
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
Denvironment.ipp28 // STL
/ndk/sources/cxx-stl/stlport/
DREADME14 a simple STL implementation. Note that it currently does not support
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h.pump89 // ValuesIn(container) - Yields values from a C-style array, an STL
260 // an STL-style container.
263 // a range [begin, end) defined by a pair of STL-style iterators. These
278 // each with STL strings with values "a" and "b":
/ndk/
DREADME.md49 * `sources/cxx-stl/$STL` contains the headers and libraries for the various C++
/ndk/sources/third_party/googletest/googletest/
DREADME376 large portion of STL (including <string>) doesn't compile in this mode