/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-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/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_num_put.h | 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 62 return do_put(__s, __f, __fill, __val); 65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 67 return do_put(__s, __f, __fill, __val); 70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 72 return do_put(__s, __f, __fill, __val); 76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 78 return do_put(__s, __f, __fill, __val); 81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 83 return do_put(__s, __f, __fill, __val) [all...] |
_string_sum.h | 67 __bstr_wrapper (_BString const& __s) : 68 _BStr(__s) {} 124 _BStrOnLeft operator += (const _BString& __s) { return append(__s); } 127 _CStrOnLeft operator += (const _CharT* __s) { return append(__s); } 133 _BStrOnLeft append (const _BString& __s) 134 { return _BStrOnLeft(*this, __s); } 135 _BString& append(const _BString& __s, size_type __pos, size_type __n) 136 { return _M_get_storage().append(__s, __pos, __n); [all...] |
_string_io.h | 36 const basic_string<_CharT,_Traits,_Alloc>& __s); 53 basic_string<_CharT,_Traits,_Alloc>& __s); 58 basic_string<_CharT,_Traits,_Alloc>& __s, 66 basic_string<_CharT,_Traits,_Alloc>& __s) { 67 return getline(__is, __s, __is.widen('\n'));
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_num_put.h | 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 62 return do_put(__s, __f, __fill, __val); 65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 67 return do_put(__s, __f, __fill, __val); 70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 72 return do_put(__s, __f, __fill, __val); 76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 78 return do_put(__s, __f, __fill, __val); 81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 83 return do_put(__s, __f, __fill, __val) [all...] |
_string_sum.h | 67 __bstr_wrapper (_BString const& __s) : 68 _BStr(__s) {} 124 _BStrOnLeft operator += (const _BString& __s) { return append(__s); } 127 _CStrOnLeft operator += (const _CharT* __s) { return append(__s); } 133 _BStrOnLeft append (const _BString& __s) 134 { return _BStrOnLeft(*this, __s); } 135 _BString& append(const _BString& __s, size_type __pos, size_type __n) 136 { return _M_get_storage().append(__s, __pos, __n); [all...] |
_string_io.h | 36 const basic_string<_CharT,_Traits,_Alloc>& __s); 53 basic_string<_CharT,_Traits,_Alloc>& __s); 58 basic_string<_CharT,_Traits,_Alloc>& __s, 66 basic_string<_CharT,_Traits,_Alloc>& __s) { 67 return getline(__is, __s, __is.widen('\n'));
|
/external/stlport/stlport/stl/ |
_num_put.h | 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 62 return do_put(__s, __f, __fill, __val); 65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 67 return do_put(__s, __f, __fill, __val); 70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 72 return do_put(__s, __f, __fill, __val); 76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 78 return do_put(__s, __f, __fill, __val); 81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 83 return do_put(__s, __f, __fill, __val) [all...] |
_string_sum.h | 67 __bstr_wrapper (_BString const& __s) : 68 _BStr(__s) {} 124 _BStrOnLeft operator += (const _BString& __s) { return append(__s); } 127 _CStrOnLeft operator += (const _CharT* __s) { return append(__s); } 133 _BStrOnLeft append (const _BString& __s) 134 { return _BStrOnLeft(*this, __s); } 135 _BString& append(const _BString& __s, size_type __pos, size_type __n) 136 { return _M_get_storage().append(__s, __pos, __n); [all...] |
_string_io.h | 36 const basic_string<_CharT,_Traits,_Alloc>& __s); 53 basic_string<_CharT,_Traits,_Alloc>& __s); 58 basic_string<_CharT,_Traits,_Alloc>& __s, 66 basic_string<_CharT,_Traits,_Alloc>& __s) { 67 return getline(__is, __s, __is.widen('\n'));
|
char_traits.h | 153 static size_t _STLP_CALL length(const char_type* __s) { 156 for (; !eq(__s[__i], _NullChar); ++__i) {} 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { 161 for ( ; __n > 0 ; ++__s, --__n) 162 if (eq(*__s, __c)) 163 return __s; 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { 177 __s[__i] = __c; 178 return __s; 228 static size_t _STLP_CALL length(const char* __s) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.h | 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 62 return do_put(__s, __f, __fill, __val); 65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 67 return do_put(__s, __f, __fill, __val); 70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 72 return do_put(__s, __f, __fill, __val); 76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 78 return do_put(__s, __f, __fill, __val); 81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, 83 return do_put(__s, __f, __fill, __val) [all...] |
_string_sum.h | 67 __bstr_wrapper (_BString const& __s) : 68 _BStr(__s) {} 124 _BStrOnLeft operator += (const _BString& __s) { return append(__s); } 127 _CStrOnLeft operator += (const _CharT* __s) { return append(__s); } 133 _BStrOnLeft append (const _BString& __s) 134 { return _BStrOnLeft(*this, __s); } 135 _BString& append(const _BString& __s, size_type __pos, size_type __n) 136 { return _M_get_storage().append(__s, __pos, __n); [all...] |
_string_io.h | 36 const basic_string<_CharT,_Traits,_Alloc>& __s); 53 basic_string<_CharT,_Traits,_Alloc>& __s); 58 basic_string<_CharT,_Traits,_Alloc>& __s, 66 basic_string<_CharT,_Traits,_Alloc>& __s) { 67 return getline(__is, __s, __is.widen('\n'));
|
char_traits.h | 153 static size_t _STLP_CALL length(const char_type* __s) { 156 for (; !eq(__s[__i], _NullChar); ++__i) {} 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { 161 for ( ; __n > 0 ; ++__s, --__n) 162 if (eq(*__s, __c)) 163 return __s; 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { 177 __s[__i] = __c; 178 return __s; 228 static size_t _STLP_CALL length(const char* __s) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
messages_members.h | 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 54 { return this->do_open(__s, __loc); } 79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs) 82 if (__builtin_strcmp(__s, "C") != 0 83 && __builtin_strcmp(__s, "POSIX") != 0) 86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
messages_members.h | 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 54 { return this->do_open(__s, __loc); } 79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs) 82 if (__builtin_strcmp(__s, "C") != 0 83 && __builtin_strcmp(__s, "POSIX") != 0) 86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
messages_members.h | 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 54 { return this->do_open(__s, __loc); } 79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs) 82 if (__builtin_strcmp(__s, "C") != 0 83 && __builtin_strcmp(__s, "POSIX") != 0) 86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
messages_members.h | 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 54 { return this->do_open(__s, __loc); } 79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs) 82 if (__builtin_strcmp(__s, "C") != 0 83 && __builtin_strcmp(__s, "POSIX") != 0) 86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
messages_members.h | 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 54 { return this->do_open(__s, __loc); } 79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs) 82 if (__builtin_strcmp(__s, "C") != 0 83 && __builtin_strcmp(__s, "POSIX") != 0) 86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
messages_members.h | 52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 54 { return this->do_open(__s, __loc); } 79 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs) 82 if (__builtin_strcmp(__s, "C") != 0 83 && __builtin_strcmp(__s, "POSIX") != 0) 86 this->_S_create_c_locale(this->_M_c_locale_messages, __s);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
strings.h | 41 extern void bzero (void *__s, size_t __n) __THROW; 48 extern char *index (__const char *__s, int __c) __THROW __attribute_pure__; 51 extern char *rindex (__const char *__s, int __c) __THROW __attribute_pure__;
|
monetary.h | 40 extern ssize_t strfmon (char *__restrict __s, size_t __maxsize, 48 extern ssize_t strfmon_l (char *__restrict __s, size_t __maxsize,
|