HomeSort by relevance Sort by last modified time
    Searched full:__stl_debug_message (Results 1 - 10 of 10) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 54 #if defined (__STL_DEBUG_MESSAGE) && !defined (_STLP_DEBUG_MESSAGE)
55 # define _STLP_DEBUG_MESSAGE __STL_DEBUG_MESSAGE
_apple.h 28 # define __stl_debug_message ProgramBreak_AC macro
host.h 167 * void __stl_debug_message(const char * format_str, ...)
171 * Note : If you set this macro, you must supply __stl_debug_message
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 54 #if defined (__STL_DEBUG_MESSAGE) && !defined (_STLP_DEBUG_MESSAGE)
55 # define _STLP_DEBUG_MESSAGE __STL_DEBUG_MESSAGE
_apple.h 28 # define __stl_debug_message ProgramBreak_AC macro
host.h 167 * void __stl_debug_message(const char * format_str, ...)
171 * Note : If you set this macro, you must supply __stl_debug_message
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 102 // Reports failed assertion via __stl_debug_message and calls _Terminate
451 # define __stl_debug_message __stl_debugger::_Message macro
453 extern void __stl_debug_message(const char * format_str, ...);
_debug.c 409 __stl_debug_message(_Message_table[_StlFormat_ERROR_RETURN],
416 __stl_debug_message(_Message_table[_StlFormat_VERBOSE_ASSERTION_FAILURE],
424 __stl_debug_message(_Message_table[_StlFormat_ASSERTION_FAILURE],__f, __l, __expr);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 102 // Reports failed assertion via __stl_debug_message and calls _Terminate
451 # define __stl_debug_message __stl_debugger::_Message macro
453 extern void __stl_debug_message(const char * format_str, ...);
_debug.c 409 __stl_debug_message(_Message_table[_StlFormat_ERROR_RETURN],
416 __stl_debug_message(_Message_table[_StlFormat_VERBOSE_ASSERTION_FAILURE],
424 __stl_debug_message(_Message_table[_StlFormat_ASSERTION_FAILURE],__f, __l, __expr);

Completed in 757 milliseconds