HomeSort by relevance Sort by last modified time
    Searched refs:__s (Results 201 - 225 of 1197) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc());
305 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end,
314 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
321 if (__s == __end)
324 return __s;
329 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end,
337 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
342 if (__s == __end)
344 return __s;
    [all...]
_ostream.h 91 void _M_put_nowiden(const _CharT* __s);
92 void _M_put_widen(const char* __s);
93 bool _M_put_widen_aux(const char* __s, streamsize __n);
97 _Self& write(const char_type* __s, streamsize __n);
195 sentry(const _Self& __s) : _M_str(__s._M_str) {}
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) {
249 __os._M_put_nowiden(__s);
275 operator<<(basic_ostream<char, char_traits<char> >& __os, const char* __s) {
276 __os._M_put_nowiden(__s);
    [all...]
_string_workaround.h 55 basic_string(const _Self& __s)
56 : _STLP_NO_MEM_T_STRING_BASE(__s) {}
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
62 basic_string(const _CharT* __s, size_type __n,
64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {}
66 basic_string(const _CharT* __s,
68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {}
97 _Self& operator=(const _Self& __s) {
98 _Base::operator=(__s);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc());
305 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end,
314 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
321 if (__s == __end)
324 return __s;
329 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end,
337 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
342 if (__s == __end)
344 return __s;
    [all...]
_ostream.h 91 void _M_put_nowiden(const _CharT* __s);
92 void _M_put_widen(const char* __s);
93 bool _M_put_widen_aux(const char* __s, streamsize __n);
97 _Self& write(const char_type* __s, streamsize __n);
195 sentry(const _Self& __s) : _M_str(__s._M_str) {}
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) {
249 __os._M_put_nowiden(__s);
275 operator<<(basic_ostream<char, char_traits<char> >& __os, const char* __s) {
276 __os._M_put_nowiden(__s);
    [all...]
_string_workaround.h 55 basic_string(const _Self& __s)
56 : _STLP_NO_MEM_T_STRING_BASE(__s) {}
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
62 basic_string(const _CharT* __s, size_type __n,
64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {}
66 basic_string(const _CharT* __s,
68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {}
97 _Self& operator=(const _Self& __s) {
98 _Base::operator=(__s);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc());
305 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end,
314 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
321 if (__s == __end)
324 return __s;
329 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end,
337 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
342 if (__s == __end)
344 return __s;
    [all...]
_ostream.h 91 void _M_put_nowiden(const _CharT* __s);
92 void _M_put_widen(const char* __s);
93 bool _M_put_widen_aux(const char* __s, streamsize __n);
97 _Self& write(const char_type* __s, streamsize __n);
195 sentry(const _Self& __s) : _M_str(__s._M_str) {}
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) {
249 __os._M_put_nowiden(__s);
275 operator<<(basic_ostream<char, char_traits<char> >& __os, const char* __s) {
276 __os._M_put_nowiden(__s);
    [all...]
_string_workaround.h 55 basic_string(const _Self& __s)
56 : _STLP_NO_MEM_T_STRING_BASE(__s) {}
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
62 basic_string(const _CharT* __s, size_type __n,
64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {}
66 basic_string(const _CharT* __s,
68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {}
97 _Self& operator=(const _Self& __s) {
98 _Base::operator=(__s);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc());
304 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end,
313 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
320 if (__s == __end)
323 return __s;
328 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end,
336 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
341 if (__s == __end)
343 return __s;
    [all...]
_ostream.h 91 void _M_put_nowiden(const _CharT* __s);
92 void _M_put_widen(const char* __s);
93 bool _M_put_widen_aux(const char* __s, streamsize __n);
97 _Self& write(const char_type* __s, streamsize __n);
195 sentry(const _Self& __s) : _M_str(__s._M_str) {}
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) {
249 __os._M_put_nowiden(__s);
275 operator<<(basic_ostream<char, char_traits<char> >& __os, const char* __s) {
276 __os._M_put_nowiden(__s);
    [all...]
_string_workaround.h 55 basic_string(const _Self& __s)
56 : _STLP_NO_MEM_T_STRING_BASE(__s) {}
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
62 basic_string(const _CharT* __s, size_type __n,
64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {}
66 basic_string(const _CharT* __s,
68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {}
97 _Self& operator=(const _Self& __s) {
98 _Base::operator=(__s);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 91 void _M_put_nowiden(const _CharT* __s);
92 void _M_put_widen(const char* __s);
93 bool _M_put_widen_aux(const char* __s, streamsize __n);
97 _Self& write(const char_type* __s, streamsize __n);
195 sentry(const _Self& __s) : _M_str(__s._M_str) {}
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) {
249 __os._M_put_nowiden(__s);
275 operator<<(basic_ostream<char, char_traits<char> >& __os, const char* __s) {
276 __os._M_put_nowiden(__s);
    [all...]
_string_workaround.h 55 basic_string(const _Self& __s)
56 : _STLP_NO_MEM_T_STRING_BASE(__s) {}
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
62 basic_string(const _CharT* __s, size_type __n,
64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {}
66 basic_string(const _CharT* __s,
68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {}
97 _Self& operator=(const _Self& __s) {
98 _Base::operator=(__s);
    [all...]
_stdexcept.h 34 logic_error(const string& __s) : __Named_exception(__s) {}
42 runtime_error(const string& __s) : __Named_exception(__s) {}
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 91 void _M_put_nowiden(const _CharT* __s);
92 void _M_put_widen(const char* __s);
93 bool _M_put_widen_aux(const char* __s, streamsize __n);
97 _Self& write(const char_type* __s, streamsize __n);
195 sentry(const _Self& __s) : _M_str(__s._M_str) {}
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) {
249 __os._M_put_nowiden(__s);
275 operator<<(basic_ostream<char, char_traits<char> >& __os, const char* __s) {
276 __os._M_put_nowiden(__s);
    [all...]
_string_workaround.h 55 basic_string(const _Self& __s)
56 : _STLP_NO_MEM_T_STRING_BASE(__s) {}
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {}
62 basic_string(const _CharT* __s, size_type __n,
64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {}
66 basic_string(const _CharT* __s,
68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {}
97 _Self& operator=(const _Self& __s) {
98 _Base::operator=(__s);
    [all...]
  /external/clang/test/CodeGenCXX/
crash.cpp 23 string(const char *__s);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
time_members.h 54 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s,
59 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
61 const size_t __len = __builtin_strlen(__s) + 1;
63 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
time_members.h 54 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s,
59 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
61 const size_t __len = __builtin_strlen(__s) + 1;
63 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
time_members.h 54 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s,
59 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
61 const size_t __len = __builtin_strlen(__s) + 1;
63 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
time_members.h 54 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s,
59 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
61 const size_t __len = __builtin_strlen(__s) + 1;
63 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
time_members.h 58 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s,
62 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
64 const size_t __len = __builtin_strlen(__s) + 1;
66 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
time_members.h 58 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s,
62 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
64 const size_t __len = __builtin_strlen(__s) + 1;
66 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 79 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
85 const int __len = __convf(__s, __n, __fmt, __args);
89 return _String(__s, __s + __len);

Completed in 790 milliseconds

1 2 3 4 5 6 7 891011>>