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

  /ndk/tests/device/multi-static-instances/jni/
Application.mk 4 # that are linked to different STL runtimes.
  /external/tinyxml/
Android.mk 5 # Add -DTIXML_USE_STL to CFLAGS to use STL.
  /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
  /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
  /gdk/build/core/
definitions.mk     [all...]
  /ndk/build/core/
definitions.mk     [all...]
build-binary.mk 228 # If we're using the 'system' STL and use rtti or exceptions, then
233 LOCAL_LDLIBS := $(LOCAL_LDLIBS) $(call host-path,$(NDK_ROOT)/sources/cxx-stl/gnu-libstdc++/libs/$(TARGET_ARCH_ABI)/libsupc++.a)

Completed in 153 milliseconds