Home
last modified time | relevance | path

Searched refs:_STLP_USE_STATIC_LIB (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_detect_dll_or_lib.h18 # undef _STLP_USE_STATIC_LIB
26 # define _STLP_USE_STATIC_LIB macro
37 # if !defined (_STLP_USE_STATIC_LIB)
50 # if !defined (_STLP_USE_STATIC_LIB)
51 # define _STLP_USE_STATIC_LIB macro
63 # define _STLP_USE_STATIC_LIB macro
72 #if !defined (_STLP_USE_DYNAMIC_LIB) && !defined (_STLP_USE_STATIC_LIB)
D_intel.h55 # undef _STLP_USE_STATIC_LIB
57 # define _STLP_USE_STATIC_LIB macro
Dhost.h31 #if !defined(_STLP_USE_DYNAMIC_LIB) && !defined(_STLP_USE_STATIC_LIB)
D_gcc.h64 # if !defined (_STLP_USE_STATIC_LIB)
79 # if !defined (_STLP_USE_STATIC_LIB)
D_msvc.h224 defined (_STLP_RUNTIME_DLL) && !defined (_STLP_USE_STATIC_LIB))
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp211 #if defined (_WIN32) && defined (_STLP_USE_DECLSPEC) && !defined (_STLP_USE_STATIC_LIB)
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.c29 #if !defined (_STLP_MSVC) || (_STLP_MSVC >= 1300) || !defined (_STLP_USE_STATIC_LIB)
D_streambuf.h76 #if defined (_STLP_MSVC) && (_STLP_MSVC < 1300) && defined (_STLP_USE_STATIC_LIB) in basic_streambuf()