Searched refs:__os (Results 1 - 25 of 228) sorted by relevance

12345678910

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_ostream.h241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){ argument
242 __os._M_put_char(__c);
243 return __os;
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { argument
249 __os._M_put_nowiden(__s);
250 return __os;
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) { argument
258 __os._M_put_char(__c);
259 return __os;
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signe argument
269 operator <<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) argument
275 operator <<(basic_ostream<char, char_traits<char> >& __os, const char* __s) argument
281 operator <<(basic_ostream<char, char_traits<char> >& __os, const signed char* __s) argument
287 operator <<(basic_ostream<char, char_traits<char> >& __os, const unsigned char* __s) argument
297 operator <<(basic_ostream<_CharT, _Traits>& __os, char __c) argument
304 operator <<(basic_ostream<char, _Traits>& __os, char __c) argument
311 operator <<(basic_ostream<char, _Traits>& __os, signed char __c) argument
318 operator <<(basic_ostream<char, _Traits>& __os, unsigned char __c) argument
325 operator <<(basic_ostream<_CharT, _Traits>& __os, const char* __s) argument
332 operator <<(basic_ostream<char, _Traits>& __os, const char* __s) argument
339 operator <<(basic_ostream<char, _Traits>& __os, const signed char* __s) argument
346 operator <<(basic_ostream<char, _Traits>& __os, const unsigned char* __s) argument
357 endl(basic_ostream<_CharT, _Traits>& __os) argument
365 ends(basic_ostream<_CharT, _Traits>& __os) argument
372 flush(basic_ostream<_CharT, _Traits>& __os) argument
[all...]
H A D_iomanip.h80 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
82 __f(__os);
83 return __os;
96 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
98 __f(__os);
99 return __os;
145 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
147 __os.fill(__m._M_c);
148 return __os;
H A D_string_io.c16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, argument
19 _CharT __f = __os.fill();
30 operator << (basic_ostream<_CharT, _Traits>& __os, argument
38 typename __ostream::sentry __sentry(__os);
44 const bool __left = (__os.flags() & __ostream::left) != 0;
45 const streamsize __w = __os.width(0);
46 basic_streambuf<_CharT, _Traits>* __buf = __os.rdbuf();
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
62 __os
[all...]
H A D_string_io.h35 operator<<(basic_ostream<_CharT, _Traits>& __os,
42 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
45 return __os << __tmp;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_ostream.h241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){ argument
242 __os._M_put_char(__c);
243 return __os;
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { argument
249 __os._M_put_nowiden(__s);
250 return __os;
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) { argument
258 __os._M_put_char(__c);
259 return __os;
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signe argument
269 operator <<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) argument
275 operator <<(basic_ostream<char, char_traits<char> >& __os, const char* __s) argument
281 operator <<(basic_ostream<char, char_traits<char> >& __os, const signed char* __s) argument
287 operator <<(basic_ostream<char, char_traits<char> >& __os, const unsigned char* __s) argument
297 operator <<(basic_ostream<_CharT, _Traits>& __os, char __c) argument
304 operator <<(basic_ostream<char, _Traits>& __os, char __c) argument
311 operator <<(basic_ostream<char, _Traits>& __os, signed char __c) argument
318 operator <<(basic_ostream<char, _Traits>& __os, unsigned char __c) argument
325 operator <<(basic_ostream<_CharT, _Traits>& __os, const char* __s) argument
332 operator <<(basic_ostream<char, _Traits>& __os, const char* __s) argument
339 operator <<(basic_ostream<char, _Traits>& __os, const signed char* __s) argument
346 operator <<(basic_ostream<char, _Traits>& __os, const unsigned char* __s) argument
357 endl(basic_ostream<_CharT, _Traits>& __os) argument
365 ends(basic_ostream<_CharT, _Traits>& __os) argument
372 flush(basic_ostream<_CharT, _Traits>& __os) argument
[all...]
H A D_iomanip.h80 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
82 __f(__os);
83 return __os;
96 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
98 __f(__os);
99 return __os;
145 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
147 __os.fill(__m._M_c);
148 return __os;
H A D_string_io.c16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, argument
19 _CharT __f = __os.fill();
30 operator << (basic_ostream<_CharT, _Traits>& __os, argument
38 typename __ostream::sentry __sentry(__os);
44 const bool __left = (__os.flags() & __ostream::left) != 0;
45 const streamsize __w = __os.width(0);
46 basic_streambuf<_CharT, _Traits>* __buf = __os.rdbuf();
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
62 __os
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_ostream.h241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){ argument
242 __os._M_put_char(__c);
243 return __os;
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { argument
249 __os._M_put_nowiden(__s);
250 return __os;
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) { argument
258 __os._M_put_char(__c);
259 return __os;
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signe argument
269 operator <<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) argument
275 operator <<(basic_ostream<char, char_traits<char> >& __os, const char* __s) argument
281 operator <<(basic_ostream<char, char_traits<char> >& __os, const signed char* __s) argument
287 operator <<(basic_ostream<char, char_traits<char> >& __os, const unsigned char* __s) argument
297 operator <<(basic_ostream<_CharT, _Traits>& __os, char __c) argument
304 operator <<(basic_ostream<char, _Traits>& __os, char __c) argument
311 operator <<(basic_ostream<char, _Traits>& __os, signed char __c) argument
318 operator <<(basic_ostream<char, _Traits>& __os, unsigned char __c) argument
325 operator <<(basic_ostream<_CharT, _Traits>& __os, const char* __s) argument
332 operator <<(basic_ostream<char, _Traits>& __os, const char* __s) argument
339 operator <<(basic_ostream<char, _Traits>& __os, const signed char* __s) argument
346 operator <<(basic_ostream<char, _Traits>& __os, const unsigned char* __s) argument
357 endl(basic_ostream<_CharT, _Traits>& __os) argument
365 ends(basic_ostream<_CharT, _Traits>& __os) argument
372 flush(basic_ostream<_CharT, _Traits>& __os) argument
[all...]
H A D_iomanip.h80 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
82 __f(__os);
83 return __os;
96 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
98 __f(__os);
99 return __os;
145 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
147 __os.fill(__m._M_c);
148 return __os;
H A D_string_io.c16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, argument
19 _CharT __f = __os.fill();
30 operator << (basic_ostream<_CharT, _Traits>& __os, argument
38 typename __ostream::sentry __sentry(__os);
44 const bool __left = (__os.flags() & __ostream::left) != 0;
45 const streamsize __w = __os.width(0);
46 basic_streambuf<_CharT, _Traits>* __buf = __os.rdbuf();
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
62 __os
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_ostream.h241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){ argument
242 __os._M_put_char(__c);
243 return __os;
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { argument
249 __os._M_put_nowiden(__s);
250 return __os;
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) { argument
258 __os._M_put_char(__c);
259 return __os;
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signe argument
269 operator <<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) argument
275 operator <<(basic_ostream<char, char_traits<char> >& __os, const char* __s) argument
281 operator <<(basic_ostream<char, char_traits<char> >& __os, const signed char* __s) argument
287 operator <<(basic_ostream<char, char_traits<char> >& __os, const unsigned char* __s) argument
297 operator <<(basic_ostream<_CharT, _Traits>& __os, char __c) argument
304 operator <<(basic_ostream<char, _Traits>& __os, char __c) argument
311 operator <<(basic_ostream<char, _Traits>& __os, signed char __c) argument
318 operator <<(basic_ostream<char, _Traits>& __os, unsigned char __c) argument
325 operator <<(basic_ostream<_CharT, _Traits>& __os, const char* __s) argument
332 operator <<(basic_ostream<char, _Traits>& __os, const char* __s) argument
339 operator <<(basic_ostream<char, _Traits>& __os, const signed char* __s) argument
346 operator <<(basic_ostream<char, _Traits>& __os, const unsigned char* __s) argument
357 endl(basic_ostream<_CharT, _Traits>& __os) argument
365 ends(basic_ostream<_CharT, _Traits>& __os) argument
372 flush(basic_ostream<_CharT, _Traits>& __os) argument
[all...]
H A D_iomanip.h80 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
82 __f(__os);
83 return __os;
96 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
98 __f(__os);
99 return __os;
145 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
147 __os.fill(__m._M_c);
148 return __os;
H A D_string_io.c16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, argument
19 _CharT __f = __os.fill();
30 operator << (basic_ostream<_CharT, _Traits>& __os, argument
38 typename __ostream::sentry __sentry(__os);
44 const bool __left = (__os.flags() & __ostream::left) != 0;
45 const streamsize __w = __os.width(0);
46 basic_streambuf<_CharT, _Traits>* __buf = __os.rdbuf();
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
62 __os
[all...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_ostream.h241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){ argument
242 __os._M_put_char(__c);
243 return __os;
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { argument
249 __os._M_put_nowiden(__s);
250 return __os;
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) { argument
258 __os._M_put_char(__c);
259 return __os;
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signe argument
269 operator <<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) argument
275 operator <<(basic_ostream<char, char_traits<char> >& __os, const char* __s) argument
281 operator <<(basic_ostream<char, char_traits<char> >& __os, const signed char* __s) argument
287 operator <<(basic_ostream<char, char_traits<char> >& __os, const unsigned char* __s) argument
297 operator <<(basic_ostream<_CharT, _Traits>& __os, char __c) argument
304 operator <<(basic_ostream<char, _Traits>& __os, char __c) argument
311 operator <<(basic_ostream<char, _Traits>& __os, signed char __c) argument
318 operator <<(basic_ostream<char, _Traits>& __os, unsigned char __c) argument
325 operator <<(basic_ostream<_CharT, _Traits>& __os, const char* __s) argument
332 operator <<(basic_ostream<char, _Traits>& __os, const char* __s) argument
339 operator <<(basic_ostream<char, _Traits>& __os, const signed char* __s) argument
346 operator <<(basic_ostream<char, _Traits>& __os, const unsigned char* __s) argument
357 endl(basic_ostream<_CharT, _Traits>& __os) argument
365 ends(basic_ostream<_CharT, _Traits>& __os) argument
372 flush(basic_ostream<_CharT, _Traits>& __os) argument
[all...]
H A D_iomanip.h80 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
82 __f(__os);
83 return __os;
96 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
98 __f(__os);
99 return __os;
145 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
147 __os.fill(__m._M_c);
148 return __os;
H A D_string_io.c16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, argument
19 _CharT __f = __os.fill();
30 operator << (basic_ostream<_CharT, _Traits>& __os, argument
38 typename __ostream::sentry __sentry(__os);
44 const bool __left = (__os.flags() & __ostream::left) != 0;
45 const streamsize __w = __os.width(0);
46 basic_streambuf<_CharT, _Traits>* __buf = __os.rdbuf();
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
62 __os
[all...]
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_ostream.h241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){ argument
242 __os._M_put_char(__c);
243 return __os;
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { argument
249 __os._M_put_nowiden(__s);
250 return __os;
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) { argument
258 __os._M_put_char(__c);
259 return __os;
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signe argument
269 operator <<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) argument
275 operator <<(basic_ostream<char, char_traits<char> >& __os, const char* __s) argument
281 operator <<(basic_ostream<char, char_traits<char> >& __os, const signed char* __s) argument
287 operator <<(basic_ostream<char, char_traits<char> >& __os, const unsigned char* __s) argument
297 operator <<(basic_ostream<_CharT, _Traits>& __os, char __c) argument
304 operator <<(basic_ostream<char, _Traits>& __os, char __c) argument
311 operator <<(basic_ostream<char, _Traits>& __os, signed char __c) argument
318 operator <<(basic_ostream<char, _Traits>& __os, unsigned char __c) argument
325 operator <<(basic_ostream<_CharT, _Traits>& __os, const char* __s) argument
332 operator <<(basic_ostream<char, _Traits>& __os, const char* __s) argument
339 operator <<(basic_ostream<char, _Traits>& __os, const signed char* __s) argument
346 operator <<(basic_ostream<char, _Traits>& __os, const unsigned char* __s) argument
357 endl(basic_ostream<_CharT, _Traits>& __os) argument
365 ends(basic_ostream<_CharT, _Traits>& __os) argument
372 flush(basic_ostream<_CharT, _Traits>& __os) argument
[all...]
H A D_iomanip.h80 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
82 __f(__os);
83 return __os;
96 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
98 __f(__os);
99 return __os;
145 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
147 __os.fill(__m._M_c);
148 return __os;
H A D_string_io.c16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, argument
19 _CharT __f = __os.fill();
30 operator << (basic_ostream<_CharT, _Traits>& __os, argument
38 typename __ostream::sentry __sentry(__os);
44 const bool __left = (__os.flags() & __ostream::left) != 0;
45 const streamsize __w = __os.width(0);
46 basic_streambuf<_CharT, _Traits>* __buf = __os.rdbuf();
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
62 __os
[all...]
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_ostream.h241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){ argument
242 __os._M_put_char(__c);
243 return __os;
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { argument
249 __os._M_put_nowiden(__s);
250 return __os;
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) { argument
258 __os._M_put_char(__c);
259 return __os;
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signe argument
269 operator <<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) argument
275 operator <<(basic_ostream<char, char_traits<char> >& __os, const char* __s) argument
281 operator <<(basic_ostream<char, char_traits<char> >& __os, const signed char* __s) argument
287 operator <<(basic_ostream<char, char_traits<char> >& __os, const unsigned char* __s) argument
297 operator <<(basic_ostream<_CharT, _Traits>& __os, char __c) argument
304 operator <<(basic_ostream<char, _Traits>& __os, char __c) argument
311 operator <<(basic_ostream<char, _Traits>& __os, signed char __c) argument
318 operator <<(basic_ostream<char, _Traits>& __os, unsigned char __c) argument
325 operator <<(basic_ostream<_CharT, _Traits>& __os, const char* __s) argument
332 operator <<(basic_ostream<char, _Traits>& __os, const char* __s) argument
339 operator <<(basic_ostream<char, _Traits>& __os, const signed char* __s) argument
346 operator <<(basic_ostream<char, _Traits>& __os, const unsigned char* __s) argument
357 endl(basic_ostream<_CharT, _Traits>& __os) argument
365 ends(basic_ostream<_CharT, _Traits>& __os) argument
372 flush(basic_ostream<_CharT, _Traits>& __os) argument
[all...]
H A D_iomanip.h80 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
82 __f(__os);
83 return __os;
96 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
98 __f(__os);
99 return __os;
145 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
147 __os.fill(__m._M_c);
148 return __os;
H A D_string_io.c16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, argument
19 _CharT __f = __os.fill();
30 operator << (basic_ostream<_CharT, _Traits>& __os, argument
38 typename __ostream::sentry __sentry(__os);
44 const bool __left = (__os.flags() & __ostream::left) != 0;
45 const streamsize __w = __os.width(0);
46 basic_streambuf<_CharT, _Traits>* __buf = __os.rdbuf();
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
62 __os
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_ostream.h241 operator<<(basic_ostream<_CharT, _Traits>& __os, _CharT __c){ argument
242 __os._M_put_char(__c);
243 return __os;
248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { argument
249 __os._M_put_nowiden(__s);
250 return __os;
257 operator<<(basic_ostream<char, char_traits<char> >& __os, char __c) { argument
258 __os._M_put_char(__c);
259 return __os;
263 operator<<(basic_ostream<char, char_traits<char> >& __os, signe argument
269 operator <<(basic_ostream<char, char_traits<char> >& __os, unsigned char __c) argument
275 operator <<(basic_ostream<char, char_traits<char> >& __os, const char* __s) argument
281 operator <<(basic_ostream<char, char_traits<char> >& __os, const signed char* __s) argument
287 operator <<(basic_ostream<char, char_traits<char> >& __os, const unsigned char* __s) argument
297 operator <<(basic_ostream<_CharT, _Traits>& __os, char __c) argument
304 operator <<(basic_ostream<char, _Traits>& __os, char __c) argument
311 operator <<(basic_ostream<char, _Traits>& __os, signed char __c) argument
318 operator <<(basic_ostream<char, _Traits>& __os, unsigned char __c) argument
325 operator <<(basic_ostream<_CharT, _Traits>& __os, const char* __s) argument
332 operator <<(basic_ostream<char, _Traits>& __os, const char* __s) argument
339 operator <<(basic_ostream<char, _Traits>& __os, const signed char* __s) argument
346 operator <<(basic_ostream<char, _Traits>& __os, const unsigned char* __s) argument
357 endl(basic_ostream<_CharT, _Traits>& __os) argument
365 ends(basic_ostream<_CharT, _Traits>& __os) argument
372 flush(basic_ostream<_CharT, _Traits>& __os) argument
[all...]
H A D_iomanip.h80 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
82 __f(__os);
83 return __os;
96 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
98 __f(__os);
99 return __os;
145 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
147 __os.fill(__m._M_c);
148 return __os;
H A D_string_io.c16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, argument
19 _CharT __f = __os.fill();
30 operator << (basic_ostream<_CharT, _Traits>& __os, argument
38 typename __ostream::sentry __sentry(__os);
44 const bool __left = (__os.flags() & __ostream::left) != 0;
45 const streamsize __w = __os.width(0);
46 basic_streambuf<_CharT, _Traits>* __buf = __os.rdbuf();
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
62 __os
[all...]

Completed in 620 milliseconds

12345678910