/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 44 inline size_t __stl_hash_string(const char* __s) { 45 _STLP_FIX_LITERAL_BUG(__s) 47 for ( ; *__s; ++__s) 48 __h = 5*__h + *__s; 57 size_t operator()(const char* __s) const { 58 _STLP_FIX_LITERAL_BUG(__s) 59 return _STLP_PRIV __stl_hash_string(__s); 65 size_t operator()(const char* __s) const { 66 _STLP_FIX_LITERAL_BUG(__s) [all...] |
_string.h | 183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 186 basic_string(const _Self& __s, size_type __pos) 188 if (__pos > __s.size()) 191 _M_range_initialize(__s._M_Start() + __pos, __s._M_Finish()); 193 basic_string(const _Self& __s, size_type __pos, size_type __n) 195 if (__pos > __s.size()) 198 _M_range_initialize(__s._M_Start() + __pos, 199 __s._M_Start() + __pos + (min) (__n, __s.size() - __pos)) [all...] |
_string_operators.h | 29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s, 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 39 __result.append(__s); 46 operator+(const _CharT* __s, 48 _STLP_FIX_LITERAL_BUG(__s) 51 const size_t __n = _Traits::length(__s); 57 __result.append(__s, __s + __n) [all...] |
_monetary.c | 122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl, 125 if (__s == __end) { 127 return __s; 156 if (!__c_type.is(ctype_base::space, *__s)) { 158 return __s; 160 ++__s; 162 while (__s != __end && __c_type.is(ctype_base::space, *__s)) 163 ++__s; 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()) [all...] |
_string_base.h | 168 void _M_swap(_Self &__s) { 171 if (__s._M_using_static_buf()) { 172 _STLP_STD::swap(_M_buffers, __s._M_buffers); 174 _M_finish = _M_start_of_storage._M_data + (__s._M_finish - __s._M_start_of_storage._M_data); 175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data); 177 _M_start_of_storage.swap(__s._M_start_of_storage); 179 __s._M_start_of_storage._M_data = __s._M_buffers._M_static_buf [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 44 inline size_t __stl_hash_string(const char* __s) { 45 _STLP_FIX_LITERAL_BUG(__s) 47 for ( ; *__s; ++__s) 48 __h = 5*__h + *__s; 57 size_t operator()(const char* __s) const { 58 _STLP_FIX_LITERAL_BUG(__s) 59 return _STLP_PRIV __stl_hash_string(__s); 65 size_t operator()(const char* __s) const { 66 _STLP_FIX_LITERAL_BUG(__s) [all...] |
_string.h | 183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 186 basic_string(const _Self& __s, size_type __pos) 188 if (__pos > __s.size()) 191 _M_range_initialize(__s._M_Start() + __pos, __s._M_Finish()); 193 basic_string(const _Self& __s, size_type __pos, size_type __n) 195 if (__pos > __s.size()) 198 _M_range_initialize(__s._M_Start() + __pos, 199 __s._M_Start() + __pos + (min) (__n, __s.size() - __pos)) [all...] |
_string_operators.h | 29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s, 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 39 __result.append(__s); 46 operator+(const _CharT* __s, 48 _STLP_FIX_LITERAL_BUG(__s) 51 const size_t __n = _Traits::length(__s); 57 __result.append(__s, __s + __n) [all...] |
_monetary.c | 122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl, 125 if (__s == __end) { 127 return __s; 156 if (!__c_type.is(ctype_base::space, *__s)) { 158 return __s; 160 ++__s; 162 while (__s != __end && __c_type.is(ctype_base::space, *__s)) 163 ++__s; 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_hash_fun.h | 44 inline size_t __stl_hash_string(const char* __s) { 45 _STLP_FIX_LITERAL_BUG(__s) 47 for ( ; *__s; ++__s) 48 __h = 5*__h + *__s; 57 size_t operator()(const char* __s) const { 58 _STLP_FIX_LITERAL_BUG(__s) 59 return _STLP_PRIV __stl_hash_string(__s); 65 size_t operator()(const char* __s) const { 66 _STLP_FIX_LITERAL_BUG(__s) [all...] |
_string.h | 183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 186 basic_string(const _Self& __s, size_type __pos) 188 if (__pos > __s.size()) 191 _M_range_initialize(__s._M_Start() + __pos, __s._M_Finish()); 193 basic_string(const _Self& __s, size_type __pos, size_type __n) 195 if (__pos > __s.size()) 198 _M_range_initialize(__s._M_Start() + __pos, 199 __s._M_Start() + __pos + (min) (__n, __s.size() - __pos)) [all...] |
_string_operators.h | 29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s, 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 39 __result.append(__s); 46 operator+(const _CharT* __s, 48 _STLP_FIX_LITERAL_BUG(__s) 51 const size_t __n = _Traits::length(__s); 57 __result.append(__s, __s + __n) [all...] |
_monetary.c | 122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl, 125 if (__s == __end) { 127 return __s; 156 if (!__c_type.is(ctype_base::space, *__s)) { 158 return __s; 160 ++__s; 162 while (__s != __end && __c_type.is(ctype_base::space, *__s)) 163 ++__s; 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()) [all...] |
/external/stlport/stlport/stl/debug/ |
_string.h | 97 basic_string(const _Self& __s) 98 : _ConstructCheck(__s), 99 _M_non_dbg_impl(__s._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {} 101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a), 106 basic_string(const _CharT* __s, size_type __n, 108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a), 111 basic_string(const _CharT* __s, 113 : _ConstructCheck(__s), [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 97 basic_string(const _Self& __s) 98 : _ConstructCheck(__s), 99 _M_non_dbg_impl(__s._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {} 101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a), 106 basic_string(const _CharT* __s, size_type __n, 108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a), 111 basic_string(const _CharT* __s, 113 : _ConstructCheck(__s), [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 97 basic_string(const _Self& __s) 98 : _ConstructCheck(__s), 99 _M_non_dbg_impl(__s._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {} 101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a), 106 basic_string(const _CharT* __s, size_type __n, 108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a), 111 basic_string(const _CharT* __s, 113 : _ConstructCheck(__s), [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 97 basic_string(const _Self& __s) 98 : _ConstructCheck(__s), 99 _M_non_dbg_impl(__s._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {} 101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a), 106 basic_string(const _CharT* __s, size_type __n, 108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a), 111 basic_string(const _CharT* __s, 113 : _ConstructCheck(__s), [all...] |
/external/stlport/stlport/stl/ |
_string.h | 183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 186 basic_string(const _Self& __s, size_type __pos) 188 if (__pos > __s.size()) 191 _M_range_initialize(__s._M_Start() + __pos, __s._M_Finish()); 193 basic_string(const _Self& __s, size_type __pos, size_type __n) 195 if (__pos > __s.size()) 198 _M_range_initialize(__s._M_Start() + __pos, 199 __s._M_Start() + __pos + (min) (__n, __s.size() - __pos)) [all...] |
_string_operators.h | 29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s, 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 39 __result.append(__s); 46 operator+(const _CharT* __s, 48 _STLP_FIX_LITERAL_BUG(__s) 51 const size_t __n = _Traits::length(__s); 57 __result.append(__s, __s + __n) [all...] |
_monetary.c | 122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl, 125 if (__s == __end) { 127 return __s; 156 if (!__c_type.is(ctype_base::space, *__s)) { 158 return __s; 160 ++__s; 162 while (__s != __end && __c_type.is(ctype_base::space, *__s)) 163 ++__s; 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()) [all...] |
_string_base.h | 168 void _M_swap(_Self &__s) { 171 if (__s._M_using_static_buf()) { 172 _STLP_STD::swap(_M_buffers, __s._M_buffers); 174 _M_finish = _M_start_of_storage._M_data + (__s._M_finish - __s._M_start_of_storage._M_data); 175 __s._M_finish = __s._M_buffers._M_static_buf + (__tmp - _M_start_of_storage._M_data); 177 _M_start_of_storage.swap(__s._M_start_of_storage); 179 __s._M_start_of_storage._M_data = __s._M_buffers._M_static_buf [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdio2.h | 24 extern int __sprintf_chk (char *__restrict __s, int __flag, size_t __slen, 26 extern int __vsprintf_chk (char *__restrict __s, int __flag, size_t __slen, 32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...)) 34 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, 35 __bos (__s), __fmt, __va_arg_pack ()); 44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt, 47 return __builtin___vsprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, 48 __bos (__s), __fmt, __ap); 53 extern int __snprintf_chk (char *__restrict __s, size_t __n, int __flag, 56 extern int __vsnprintf_chk (char *__restrict __s, size_t __n, int __flag [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/ |
stdio.h | 52 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen, 54 extern int __vsprintf_chk (char *__restrict__ __s, int __flag, size_t __slen, 64 extern int __snprintf_chk (char *__restrict__ __s, size_t __n, int __flag, 67 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag, 88 (char *__restrict__ __s, int __n, 92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) 94 if (__ssp_bos (__s) != (size_t) -1 && (size_t) __n > __ssp_bos (__s)) 96 return __fgets_alias (__s, __n, __stream);
|
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
cross-stdarg.h | 43 #define __ms_va_copy(__d,__s) __builtin_ms_va_copy(__d,__s) 48 #define __sysv_va_copy(__d,__s) __builtin_sysv_va_copy(__d,__s)
|
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
cross-stdarg.h | 43 #define __ms_va_copy(__d,__s) __builtin_ms_va_copy(__d,__s) 48 #define __sysv_va_copy(__d,__s) __builtin_sysv_va_copy(__d,__s)
|