/external/stlport/stlport/stl/debug/ |
_debug.c | 343 TCHAR __buffer[512]; local 348 wvsprintf(__buffer, _lpw, __args); 349 _STLP_WINCE_TRACE(__buffer); 351 char __buffer [4096]; local 354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); 356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args); 359 OutputDebugStringA(__buffer); 367 char __buffer[4096] local [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 343 TCHAR __buffer[512]; local 348 wvsprintf(__buffer, _lpw, __args); 349 _STLP_WINCE_TRACE(__buffer); 351 char __buffer [4096]; local 354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); 356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args); 359 OutputDebugStringA(__buffer); 367 char __buffer[4096] local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 343 TCHAR __buffer[512]; local 348 wvsprintf(__buffer, _lpw, __args); 349 _STLP_WINCE_TRACE(__buffer); 351 char __buffer [4096]; local 354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); 356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args); 359 OutputDebugStringA(__buffer); 367 char __buffer[4096] local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 343 TCHAR __buffer[512]; local 348 wvsprintf(__buffer, _lpw, __args); 349 _STLP_WINCE_TRACE(__buffer); 351 char __buffer [4096]; local 354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); 356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args); 359 OutputDebugStringA(__buffer); 367 char __buffer[4096] local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 343 TCHAR __buffer[512]; local 348 wvsprintf(__buffer, _lpw, __args); 349 _STLP_WINCE_TRACE(__buffer); 351 char __buffer [4096]; local 354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); 356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args); 359 OutputDebugStringA(__buffer); 367 char __buffer[4096] local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 343 TCHAR __buffer[512]; local 348 wvsprintf(__buffer, _lpw, __args); 349 _STLP_WINCE_TRACE(__buffer); 351 char __buffer [4096]; local 354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); 356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args); 359 OutputDebugStringA(__buffer); 367 char __buffer[4096] local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_debug.c | 343 TCHAR __buffer[512]; local 348 wvsprintf(__buffer, _lpw, __args); 349 _STLP_WINCE_TRACE(__buffer); 351 char __buffer [4096]; local 354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); 356 vsnprintf_s(__buffer, _STLP_ARRAY_SIZE(__buffer), _TRUNCATE, __format_str, __args); 359 OutputDebugStringA(__buffer); 367 char __buffer[4096] local [all...] |
/external/stlport/stlport/stl/ |
_rope.c | 723 _Rope_flatten_char_consumer(_CharT* __buffer) { 724 _M_buf_ptr = __buffer; 827 _CharT* __buffer = __r->get_allocator().allocate(__len); local 829 (*(__f->_M_fn))(__begin, __len, __buffer); 830 __result = __c(__buffer, __len); 831 __r->get_allocator().deallocate(__buffer, __len); 833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len))) 899 _CharT* __buffer) { 900 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 902 return(__buffer + __len) 990 _CharT __buffer[__max_len + 1]; local [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 723 _Rope_flatten_char_consumer(_CharT* __buffer) { 724 _M_buf_ptr = __buffer; 827 _CharT* __buffer = __r->get_allocator().allocate(__len); local 829 (*(__f->_M_fn))(__begin, __len, __buffer); 830 __result = __c(__buffer, __len); 831 __r->get_allocator().deallocate(__buffer, __len); 833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len))) 899 _CharT* __buffer) { 900 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 902 return(__buffer + __len) 990 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
ropeimpl.h | 845 _Rope_flatten_char_consumer(_CharT* __buffer) 846 { _M_buf_ptr = __buffer; }; 961 _CharT* __buffer = local 965 (*(__f->_M_fn))(__begin, __len, __buffer); 966 __result = __c(__buffer, __len); 967 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 971 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 1048 _CharT* __buffer) 1050 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 1052 return(__buffer + __len) 1168 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
ropeimpl.h | 847 _Rope_flatten_char_consumer(_CharT* __buffer) 848 { _M_buf_ptr = __buffer; }; 963 _CharT* __buffer = local 967 (*(__f->_M_fn))(__begin, __len, __buffer); 968 __result = __c(__buffer, __len); 969 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 973 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 1050 _CharT* __buffer) 1052 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 1054 return(__buffer + __len) 1170 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
ropeimpl.h | 847 _Rope_flatten_char_consumer(_CharT* __buffer) 848 { _M_buf_ptr = __buffer; }; 963 _CharT* __buffer = local 967 (*(__f->_M_fn))(__begin, __len, __buffer); 968 __result = __c(__buffer, __len); 969 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 973 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 1050 _CharT* __buffer) 1052 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 1054 return(__buffer + __len) 1170 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 845 _Rope_flatten_char_consumer(_CharT* __buffer) 846 { _M_buf_ptr = __buffer; }; 961 _CharT* __buffer = local 965 (*(__f->_M_fn))(__begin, __len, __buffer); 966 __result = __c(__buffer, __len); 967 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 971 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 1048 _CharT* __buffer) 1050 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 1052 return(__buffer + __len) 1168 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 723 _Rope_flatten_char_consumer(_CharT* __buffer) { 724 _M_buf_ptr = __buffer; 827 _CharT* __buffer = __r->get_allocator().allocate(__len); local 829 (*(__f->_M_fn))(__begin, __len, __buffer); 830 __result = __c(__buffer, __len); 831 __r->get_allocator().deallocate(__buffer, __len); 833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len))) 899 _CharT* __buffer) { 900 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 902 return(__buffer + __len) 990 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 845 _Rope_flatten_char_consumer(_CharT* __buffer) 846 { _M_buf_ptr = __buffer; }; 961 _CharT* __buffer = local 965 (*(__f->_M_fn))(__begin, __len, __buffer); 966 __result = __c(__buffer, __len); 967 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 971 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 1048 _CharT* __buffer) 1050 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 1052 return(__buffer + __len) 1168 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 723 _Rope_flatten_char_consumer(_CharT* __buffer) { 724 _M_buf_ptr = __buffer; 827 _CharT* __buffer = __r->get_allocator().allocate(__len); local 829 (*(__f->_M_fn))(__begin, __len, __buffer); 830 __result = __c(__buffer, __len); 831 __r->get_allocator().deallocate(__buffer, __len); 833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len))) 899 _CharT* __buffer) { 900 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 902 return(__buffer + __len) 990 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 845 _Rope_flatten_char_consumer(_CharT* __buffer) 846 { _M_buf_ptr = __buffer; }; 961 _CharT* __buffer = local 965 (*(__f->_M_fn))(__begin, __len, __buffer); 966 __result = __c(__buffer, __len); 967 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 971 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 1048 _CharT* __buffer) 1050 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 1052 return(__buffer + __len) 1168 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 723 _Rope_flatten_char_consumer(_CharT* __buffer) { 724 _M_buf_ptr = __buffer; 827 _CharT* __buffer = __r->get_allocator().allocate(__len); local 829 (*(__f->_M_fn))(__begin, __len, __buffer); 830 __result = __c(__buffer, __len); 831 __r->get_allocator().deallocate(__buffer, __len); 833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len))) 899 _CharT* __buffer) { 900 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 902 return(__buffer + __len) 990 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
ropeimpl.h | 845 _Rope_flatten_char_consumer(_CharT* __buffer) 846 { _M_buf_ptr = __buffer; }; 961 _CharT* __buffer = local 965 (*(__f->_M_fn))(__begin, __len, __buffer); 966 __result = __c(__buffer, __len); 967 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 971 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 1048 _CharT* __buffer) 1050 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 1052 return(__buffer + __len) 1168 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
ropeimpl.h | 847 _Rope_flatten_char_consumer(_CharT* __buffer) 848 { _M_buf_ptr = __buffer; }; 963 _CharT* __buffer = local 967 (*(__f->_M_fn))(__begin, __len, __buffer); 968 __result = __c(__buffer, __len); 969 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 973 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 1050 _CharT* __buffer) 1052 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 1054 return(__buffer + __len) 1170 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
ropeimpl.h | 847 _Rope_flatten_char_consumer(_CharT* __buffer) 848 { _M_buf_ptr = __buffer; }; 963 _CharT* __buffer = local 967 (*(__f->_M_fn))(__begin, __len, __buffer); 968 __result = __c(__buffer, __len); 969 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 973 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 1050 _CharT* __buffer) 1052 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 1054 return(__buffer + __len) 1170 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 723 _Rope_flatten_char_consumer(_CharT* __buffer) { 724 _M_buf_ptr = __buffer; 827 _CharT* __buffer = __r->get_allocator().allocate(__len); local 829 (*(__f->_M_fn))(__begin, __len, __buffer); 830 __result = __c(__buffer, __len); 831 __r->get_allocator().deallocate(__buffer, __len); 833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len))) 899 _CharT* __buffer) { 900 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 902 return(__buffer + __len) 990 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_rope.c | 723 _Rope_flatten_char_consumer(_CharT* __buffer) { 724 _M_buf_ptr = __buffer; 827 _CharT* __buffer = __r->get_allocator().allocate(__len); local 829 (*(__f->_M_fn))(__begin, __len, __buffer); 830 __result = __c(__buffer, __len); 831 __r->get_allocator().deallocate(__buffer, __len); 833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len))) 899 _CharT* __buffer) { 900 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 902 return(__buffer + __len) 990 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
ropeimpl.h | 847 _Rope_flatten_char_consumer(_CharT* __buffer) 848 { _M_buf_ptr = __buffer; }; 963 _CharT* __buffer = local 967 (*(__f->_M_fn))(__begin, __len, __buffer); 968 __result = __c(__buffer, __len); 969 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 973 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 1050 _CharT* __buffer) 1052 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 1054 return(__buffer + __len) 1170 _CharT __buffer[__max_len + 1]; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
ropeimpl.h | 847 _Rope_flatten_char_consumer(_CharT* __buffer) 848 { _M_buf_ptr = __buffer; }; 963 _CharT* __buffer = local 967 (*(__f->_M_fn))(__begin, __len, __buffer); 968 __result = __c(__buffer, __len); 969 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 973 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); 1050 _CharT* __buffer) 1052 _Rope_flatten_char_consumer<_CharT> __c(__buffer); 1054 return(__buffer + __len) 1170 _CharT __buffer[__max_len + 1]; local [all...] |