Searched refs:STL (Results 1 – 25 of 27) sorted by relevance
12
151 local STL=$5153 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL}169 local STL=$6174 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL) \178 --stl=$STL)204 for STL in gnustl stlport libc++; do207 … dump "### [$TAG] Making $ARCH gcc-$GCC_VERSION/clang$LLVM_VERSION standalone toolchain STL=$STL"208 make_standalone $TAG $API $ARCH $GCC_VERSION $LLVM_VERSION $STL213 …--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 …]
50 STL=gnustl51 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"
34 STL=gnustl35 register_var_option "--stl=<name>" STL "Specify C++ STL"173 if [ "$STL" != stlport ]; then175 STL=stlport571 if [ "$STL" = "libcxx" -o "$STL" = "libc++" ]; then593 case $STL in640 case $STL in669 dump "ERROR: Unsupported STL: $STL"698 if [ "$STL" = "gnustl" ]; then707 if [ "$STL" = "gnustl" ]; then[all …]
2 even if you are not using a regular C++ STL. No <typeinfo> required.
2 even if you are not using a regular C++ STL. No <stdexcept> required.
28 // STL
23 // STL
32 // STL
28 // STL82 << "STL : " << BOOST_STDLIB << '\n'
29 // STL
33 // STL
26 // STL
27 // STL
36 // STL
35 // STL
30 // STL
39 // STL
42 // STL
51 // STL
59 // STL
14 a simple STL implementation. Note that it currently does not support
89 // ValuesIn(container) - Yields values from a C-style array, an STL260 // an STL-style container.263 // a range [begin, end) defined by a pair of STL-style iterators. These278 // each with STL strings with values "a" and "b":
195 The implementation doesn't require any C++ STL feature (except for new