Home
last modified time | relevance | path

Searched defs:__s (Results 1 – 25 of 51) sorted by relevance

123

/external/stlport/stlport/stl/
D_ios_base.h267 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) in boolalpha()
270 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) in noboolalpha()
273 inline ios_base& _STLP_CALL showbase(ios_base& __s) in showbase()
276 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) in noshowbase()
279 inline ios_base& _STLP_CALL showpoint(ios_base& __s) in showpoint()
282 inline ios_base& _STLP_CALL noshowpoint(ios_base& __s) in noshowpoint()
285 inline ios_base& _STLP_CALL showpos(ios_base& __s) in showpos()
288 inline ios_base& _STLP_CALL noshowpos(ios_base& __s) in noshowpos()
291 inline ios_base& _STLP_CALL skipws(ios_base& __s) in skipws()
294 inline ios_base& _STLP_CALL noskipws(ios_base& __s) in noskipws()
[all …]
D_num_put.h60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
D_string_sum.h133 _BStrOnLeft append (const _BString& __s) in append()
135 _BString& append(const _BString& __s, size_type __pos, size_type __n) in append()
137 _CStrOnLeft append(const _CharT* __s) { in append()
141 _CStrOnLeft append(const _CharT* __s, size_type __n) in append()
150 _BString& assign(const _BString& __s) {return _M_get_storage().assign(__s);} in assign()
151 …_BString& assign(const _BString& __s, size_type __pos, size_type __n) {return _M_get_storage().ass… in assign()
152 _BString& assign(const _CharT* __s, size_type __n) {return _M_get_storage().assign(__s, __n);} in assign()
153 _BString& assign(const _CharT* __s) {return _M_get_storage().assign(__s); } in assign()
157 …_BString& insert(size_type __pos, const _BString& __s) {return _M_get_storage().insert(__pos, __s)… in insert()
158 _BString& insert(size_type __pos, const _BString& __s, size_type __beg, size_type __n) in insert()
[all …]
D_string_sum_methods.h24 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) in basic_string()
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) in _M_append_fast()
47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) in _M_append_fast()
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) in _M_append_fast()
51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) in _M_append_fast()
56 …st(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *… in _M_append_fast()
65 _CharT* _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, in _M_append_fast_pos()
68 _CharT* _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, in _M_append_fast_pos()
71 _CharT* _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, in _M_append_fast_pos()
74 _CharT* _M_append_fast_pos(_Self const& __s, _CharT *__buf, in _M_append_fast_pos()
[all …]
D_string_workaround.h55 basic_string(const _Self& __s) in basic_string()
60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} in _STLP_NO_MEM_T_STRING_BASE() argument
64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} in _STLP_NO_MEM_T_STRING_BASE() argument
68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} in _STLP_NO_MEM_T_STRING_BASE() argument
162 _Self& append(const _Self& __s) { in append()
167 _Self& append(const _Self& __s, in append()
173 _Self& append(const _CharT* __s, size_type __n) { in append()
178 _Self& append(const _CharT* __s) { in append()
248 _Self& assign(const _Self& __s) { in assign()
253 _Self& assign(const _Self& __s, in assign()
[all …]
D_string.h186 basic_string(const _Self& __s, size_type __pos) in basic_string()
193 basic_string(const _Self& __s, size_type __pos, size_type __n) in basic_string()
201 basic_string(const _Self& __s, size_type __pos, size_type __n, in basic_string()
216 basic_string(const _CharT* __s, size_type __n) in basic_string()
221 basic_string(const _CharT* __s, size_type __n, const allocator_type& __a) in basic_string()
371 bool _M_inside(const _CharT* __s) const { in _M_inside()
516 _Self& append(const _Self& __s) in append()
519 _Self& append(const _Self& __s, in append()
527 _Self& append(const _CharT* __s, size_type __n) in append()
529 _Self& append(const _CharT* __s) in append()
[all …]
D_num_put.c115 __do_put_float(_OutputIter __s, ios_base& __f, in __do_put_float()
192 __put_integer(char* __buf, char* __iend, _OutputIter __s, in __put_integer()
232 __put_integer(char* __buf, char* __iend, _OutputIter __s, in __put_integer()
372 __do_put_integer(_OutputIter __s, ios_base& __f, _CharT __fill, _Integer __x) { in __do_put_integer()
386 __do_put_bool(_OutputIter __s, ios_base& __f, _CharT __fill, bool __x) { in __do_put_bool()
420 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put()
432 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put()
438 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put()
444 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put()
451 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, in do_put()
[all …]
D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) { in _STLP_WEAK()
305 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end, in do_get_date()
329 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end, in do_get_time()
349 time_get<_Ch, _InIt>::do_get_year(_InIt __s, _InIt __end, in do_get_year()
368 time_get<_Ch, _InIt>::do_get_weekday(_InIt __s, _InIt __end, in do_get_weekday()
385 time_get<_Ch, _InIt>::do_get_monthname(_InIt __s, _InIt __end, in do_get_monthname()
402 time_put<_Ch,_OutputIter>::put(_OutputIter __s, ios_base& __f, _Ch __fill, in put()
426 time_put<_Ch,_OutputIter>::do_put(_OutputIter __s, ios_base& __f, _Ch /* __fill */, in do_put()
Dchar_traits.h153 static size_t _STLP_CALL length(const char_type* __s) { in length()
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { in find()
175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { in assign()
228 static size_t _STLP_CALL length(const char* __s) in length()
234 static char* _STLP_CALL assign(char* __s, size_t __n, char __c) { in assign()
260 static wchar_t* _STLP_CALL assign(wchar_t* __s, size_t __n, wchar_t __c) in assign()
263 static size_t _STLP_CALL length(const wchar_t* __s) in length()
D_stdexcept.h34 logic_error(const string& __s) : __Named_exception(__s) {} in logic_error()
42 runtime_error(const string& __s) : __Named_exception(__s) {} in runtime_error()
D_ostream.c331 void basic_ostream<_CharT, _Traits>::_M_put_nowiden(const _CharT* __s) { in _M_put_nowiden()
363 void basic_ostream<_CharT, _Traits>::_M_put_widen(const char* __s) { in _M_put_widen()
395 bool basic_ostream<_CharT, _Traits>::_M_put_widen_aux(const char* __s, in _M_put_widen_aux()
430 basic_ostream<_CharT, _Traits>::write(const char_type* __s, streamsize __n) { in write()
D_time_facets.h140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, in get_time()
143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, in get_date()
146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, in get_weekday()
149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, in get_monthname()
152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, in get_year()
D_stream_iterator.h109 istream_iterator(istream_type& __s) : _M_stream(&__s), _M_ok(false), _M_read_done(false) {} in istream_iterator()
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} in ostream_iterator()
178 ostream_iterator(ostream_type& __s, const _CharT* __c) in ostream_iterator()
D_monetary.c122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl, in __money_do_get()
279 money_get<_CharT, _InputIter>::do_get(_InputIter __s, _InputIter __end, bool __intl, in do_get()
304 money_get<_CharT, _InputIter>::do_get(iter_type __s, iter_type __end, bool __intl, in do_get()
316 _OutputIter __money_do_put(_OutputIter __s, bool __intl, ios_base& __str, in __money_do_put()
506 ::do_put(_OutputIter __s, bool __intl, ios_base& __str, in do_put()
516 ::do_put(_OutputIter __s, bool __intl, ios_base& __str, in do_put()
D_string.c420 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find( const _CharT* __s, size_type __pos, in find()
451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, in rfind()
482 basic_string<_CharT,_Traits,_Alloc> ::find_first_of(const _CharT* __s, size_type __pos, in find_first_of()
496 basic_string<_CharT,_Traits,_Alloc> ::find_last_of(const _CharT* __s, size_type __pos, in find_last_of()
513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, in find_first_not_of()
540 basic_string<_CharT,_Traits,_Alloc>::find_last_not_of(const _CharT* __s, size_type __pos, size_type… in find_last_not_of()
578 void _STLP_CALL _S_string_copy(const basic_string<_CharT,_Traits,_Alloc>& __s, in _S_string_copy()
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) in basic_string()
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, in basic_string()
647 …ic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) in basic_string()
D_hash_fun.h44 inline size_t __stl_hash_string(const char* __s) { in __stl_hash_string()
D_string_io.h66 basic_string<_CharT,_Traits,_Alloc>& __s) { in getline()
D_streambuf.h142 basic_streambuf<_CharT, _Traits>* pubsetbuf(char_type* __s, streamsize __n) in pubsetbuf()
204 streamsize sputn(const char_type* __s, streamsize __n) in sputn()
238 streamsize sgetn(char_type* __s, streamsize __n) in sgetn()
D_sstream.h142 void str(const _String& __s) { _M_buf.str(__s); } in str()
185 void str(const _String& __s) { _M_buf.str(__s); } // dwa 02/07/00 - BUG STOMPER DAVE in str()
231 void str(const _String& __s) { _M_buf.str(__s); } in str()
D_istream.h134 _Self& get(char_type* __s, streamsize __n) in get()
145 _Self& getline(char_type* __s, streamsize __n) in getline()
D_string_hash.h34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { in __stl_string_hash()
/external/stlport/stlport/stl/debug/
D_string.h97 basic_string(const _Self& __s) in basic_string()
108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a), in _ConstructCheck() argument
113 : _ConstructCheck(__s), in _ConstructCheck() argument
273 _Self& append(const _Self& __s) { in append()
280 _Self& append(const _Self& __s, size_type __pos, size_type __n) { in append()
287 _Self& append(const _CharT* __s, size_type __n) { in append()
296 _Self& append(const _CharT* __s) { in append()
324 _Self& assign(const _Self& __s) { in assign()
330 _Self& assign(const _Self& __s, size_type __pos, size_type __n) { in assign()
338 _Self& assign(const _CharT* __s, size_type __n) { in assign()
[all …]
D_string_sum_methods.h23 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) in basic_string()
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str) in _M_append_fast()
47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str) in _M_append_fast()
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str) in _M_append_fast()
51 _Base& _M_append_fast(_Self const& __s, _Base &__str) in _M_append_fast()
56 …st(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &_… in _M_append_fast()
64 _Base& _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str, in _M_append_fast_pos()
67 _Base& _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str, in _M_append_fast_pos()
70 _Base& _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str, in _M_append_fast_pos()
73 _Base& _M_append_fast_pos(_Self const& __s, _Base &__str, size_type __pos, size_type __n) in _M_append_fast_pos()
[all …]
/external/tcpdump/
Dcpack.h46 #define cpack_int8(__s, __p) cpack_uint8((__s), (u_int8_t*)(__p)) argument
47 #define cpack_int16(__s, __p) cpack_uint16((__s), (u_int16_t*)(__p)) argument
48 #define cpack_int32(__s, __p) cpack_uint32((__s), (u_int32_t*)(__p)) argument
49 #define cpack_int64(__s, __p) cpack_uint64((__s), (u_int64_t*)(__p)) argument
/external/clang/test/CodeGen/
Dmips-constraint-regs.c13 int __s, __v = 17; in main() local

123