Home
last modified time | relevance | path

Searched refs:_STLP_WINCE_TRACE (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_evc.h134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
138 #define _STLP_WINCE_TRACE(msg) OutputDebugString(msg) macro
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.c349 _STLP_WINCE_TRACE(__buffer); in _Message()