Home
last modified time | relevance | path

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

12

/ndk/tests/
Drun-tests-all.sh151 local STL=$5
153 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL}
169 local STL=$6
174 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL) \
178 --stl=$STL)
204 for STL in gnustl stlport libc++; do
207 … dump "### [$TAG] Making $ARCH gcc-$GCC_VERSION/clang$LLVM_VERSION standalone toolchain STL=$STL"
208 make_standalone $TAG $API $ARCH $GCC_VERSION $LLVM_VERSION $STL
213 …--prefix=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL)/bin/$(get_default_toolchain_prefix_f…
220 …ump "### [$TAG] Testing clang$LLVM_VERSION in $ARCH gcc-$GCC_VERSION standalone toolchain STL=$STL"
[all …]
/ndk/build/tools/
Dbuild-device-llvm.sh50 STL=gnustl
51 register_var_option "--stl=<name>" STL "Specify C++ STL"
149 dump "Rebuild for ABI $abi with $STL"
185 --stl=$STL \
194 …run cp -f $BUILD_OUT/ndk-standalone-$arch/$toolchain_prefix/lib/lib${STL}_shared.so $TOOLCHAIN_BUI…
205 EXTRA_LLVM_CONFIG="--enable-shared --with-extra-ld-options=\"-l${STL}_shared\""
248 CXX="$CXX -l${STL}_shared"
Dmake-standalone-toolchain.sh34 STL=gnustl
35 register_var_option "--stl=<name>" STL "Specify C++ STL"
173 if [ "$STL" != stlport ]; then
175 STL=stlport
571 if [ "$STL" = "libcxx" -o "$STL" = "libc++" ]; then
593 case $STL in
640 case $STL in
669 dump "ERROR: Unsupported STL: $STL"
698 if [ "$STL" = "gnustl" ]; then
707 if [ "$STL" = "gnustl" ]; then
[all …]
/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
Dresults_collector.ipp27 // STL
Dlogged_expectations.ipp36 // 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
/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/sources/android/crazy_linker/
DDESIGN.TXT195 The implementation doesn't require any C++ STL feature (except for new

12