HomeSort by relevance Sort by last modified time
    Searched refs:STL (Results 1 - 19 of 19) sorted by null

  /ndk/tests/device/multi-static-instances/jni/
Application.mk 4 # that are linked to different STL runtimes.
  /external/stlport/
libstlport.mk 3 # We put the STL libraries in front of any user libraries, but we need to
4 # keep the RTTI stuff in abi/cpp/include in front of our STL headers.
  /ndk/tests/
run-tests-all.sh 134 # $5: STL
141 local STL=$5
143 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL}
151 # $6: STL
159 local STL=$6
164 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL) \
168 --stl=$STL)
178 for STL in gnustl stlport; do
181 dump "### [$TAG] Making $ARCH gcc-$GCC_VERSION/clang$LLVM_VERSION standalone toolchain STL=$STL
    [all...]
  /external/tinyxml/
Android.mk 5 # Add -DTIXML_USE_STL to CFLAGS to use STL.
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Application.mk 10 # The only STL implementation currently working with exceptions
  /external/stlport/etc/
STLport-4.5.1.spec 19 STLport is a multiplatform STL implementation based on SGI STL.
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
29 C++ standard library, including <complex> and SGI STL iostreams. If you
STLport-4.5.3.spec 19 STLport is a multiplatform STL implementation based on SGI STL.
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
29 C++ standard library, including <complex> and SGI STL iostreams. If you
STLport-4.6.spec 19 STLport is a multiplatform STL implementation based on SGI STL.
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
29 C++ standard library, including <complex> and SGI STL iostreams. If you
  /external/stlport/test/eh/
intel45.mak 39 #DEBUG = STL
68 !IF "$(DEBUG)" == "STL"
deccxx.mak 42 # This is to test with native STL
intel50.mak 40 #DEBUG = STL
69 !IF "$(DEBUG)" == "STL"
kai.mak 33 # This is to test with native STL
sunpro-64.mak 35 # This is to test with native STL
sunpro.mak 37 # This is to test with native STL
  /ndk/build/tools/
make-standalone-toolchain.sh 34 STL=gnustl
35 register_var_option "--stl=<name>" STL "Specify C++ STL"
116 test "$ARCH_INC" != "$ARCH" && STL=stlport && TARGET_ABI=$(convert_arch_to_abi $ARCH | tr ',' '\n' | tail -n 1)
425 # Copy common STL headers (i.e. the non-arch-specific ones)
427 case $STL in
444 case $STL in
453 tmp_lib_dir=$TMPDIR/stl
454 $NDK_DIR/build/tools/build-cxx-stl.sh --stl=stlport --out-dir=$tmp_lib_dir --abis=unknow
    [all...]
build-cxx-stl.sh 17 # This shell script is used to rebuild one of the NDK C++ STL
39 Use the --stl=<name> option to specify which runtime you want to rebuild.
51 <ndk>/sources/cxx-stl/$CXX_STL_SUBDIR, but you can override this with
56 register_var_option "--stl=<name>" CXX_STL "Select C++ runtime to rebuild."
111 # Check that --stl=<name> is used with one of the supported runtime names.
113 panic "Please use --stl=<name> to select a C++ runtime to rebuild."
116 for STL in $CXX_STL_LIST; do
117 if [ "$STL" = "$CXX_STL" ]; then
123 panic "Invalid --stl value ('$CXX_STL'), please use one of: $CXX_STL_LIST."
368 panic "Internal error: Unknown STL name '$CXX_STL'
    [all...]
  /external/qemu/target-arm/
op_helper.c 479 #define STL(addr, val) stl(addr, val)
489 #define STL(addr, val) slow_stl_mmu(addr, val, user, GETPC())
547 STL(addr, tmp64);
549 STL(addr, tmp64 >> 32);
590 #undef STL
  /ndk/build/core/
definitions.mk     [all...]
build-binary.mk 333 # If we're using the 'system' STL and use rtti or exceptions, then
338 LOCAL_LDLIBS := $(LOCAL_LDLIBS) $(call host-path,$(NDK_ROOT)/sources/cxx-stl/gnu-libstdc++/$(TOOLCHAIN_VERSION)/libs/$(TARGET_ARCH_ABI)/libsupc++$(TARGET_LIB_EXTENSION))

Completed in 536 milliseconds