/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
iomanip | 40 #include <bits/ios_base.h> 53 struct _Resetiosflags { ios_base::fmtflags _M_mask; }; 63 resetiosflags(ios_base::fmtflags __mask) 70 __is.setf(ios_base::fmtflags(0), __f._M_mask); 78 __os.setf(ios_base::fmtflags(0), __f._M_mask); 83 struct _Setiosflags { ios_base::fmtflags _M_mask; }; 93 setiosflags(ios_base::fmtflags __mask) 120 * @c ios_base::basefield flags to @c oct, @c dec, or @c hex when @a base 131 __is.setf(__f._M_base == 8 ? ios_base::oct : 132 __f._M_base == 10 ? ios_base::dec : [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
iomanip | 40 #include <bits/ios_base.h> 53 struct _Resetiosflags { ios_base::fmtflags _M_mask; }; 63 resetiosflags(ios_base::fmtflags __mask) 70 __is.setf(ios_base::fmtflags(0), __f._M_mask); 78 __os.setf(ios_base::fmtflags(0), __f._M_mask); 83 struct _Setiosflags { ios_base::fmtflags _M_mask; }; 93 setiosflags(ios_base::fmtflags __mask) 120 * @c ios_base::basefield flags to @c oct, @c dec, or @c hex when @a base 131 __is.setf(__f._M_base == 8 ? ios_base::oct : 132 __f._M_base == 10 ? ios_base::dec : [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 68 explicit basic_stringbuf(ios_base::openmode __mode 69 = ios_base::in | ios_base::out); 70 explicit basic_stringbuf(const _String& __s, ios_base::openmode __mode 71 = ios_base::in | ios_base::out); 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 91 ios_base::openmode __mode 92 = ios_base::in | ios_base::out) [all...] |
_sstream.c | 45 ::basic_stringbuf(ios_base::openmode __mode) 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 77 if (_M_mode & ios_base::in) { 78 this->setg(__data_ptr, (_M_mode & ios_base::ate) ? __data_end : __data_ptr, __data_end); 82 if (_M_mode & ios_base::out) { 83 if ( _M_mode & (ios_base::app | ios_base::ate) ) { 89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end); 124 else if (_M_mode & ios_base::out) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 68 explicit basic_stringbuf(ios_base::openmode __mode 69 = ios_base::in | ios_base::out); 70 explicit basic_stringbuf(const _String& __s, ios_base::openmode __mode 71 = ios_base::in | ios_base::out); 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 91 ios_base::openmode __mode 92 = ios_base::in | ios_base::out) [all...] |
_sstream.c | 45 ::basic_stringbuf(ios_base::openmode __mode) 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 77 if (_M_mode & ios_base::in) { 78 this->setg(__data_ptr, (_M_mode & ios_base::ate) ? __data_end : __data_ptr, __data_end); 82 if (_M_mode & ios_base::out) { 83 if ( _M_mode & (ios_base::app | ios_base::ate) ) { 89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end); 124 else if (_M_mode & ios_base::out) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 68 explicit basic_stringbuf(ios_base::openmode __mode 69 = ios_base::in | ios_base::out); 70 explicit basic_stringbuf(const _String& __s, ios_base::openmode __mode 71 = ios_base::in | ios_base::out); 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 91 ios_base::openmode __mode 92 = ios_base::in | ios_base::out) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
iomanip | 42 #include <bits/ios_base.h> 55 struct _Resetiosflags { ios_base::fmtflags _M_mask; }; 65 resetiosflags(ios_base::fmtflags __mask) 72 __is.setf(ios_base::fmtflags(0), __f._M_mask); 80 __os.setf(ios_base::fmtflags(0), __f._M_mask); 85 struct _Setiosflags { ios_base::fmtflags _M_mask; }; 95 setiosflags(ios_base::fmtflags __mask) 122 * @c ios_base::basefield flags to @c oct, @c dec, or @c hex when @a base 133 __is.setf(__f._M_base == 8 ? ios_base::oct : 134 __f._M_base == 10 ? ios_base::dec : [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 68 explicit basic_stringbuf(ios_base::openmode __mode 69 = ios_base::in | ios_base::out); 70 explicit basic_stringbuf(const _String& __s, ios_base::openmode __mode 71 = ios_base::in | ios_base::out); 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 91 ios_base::openmode __mode 92 = ios_base::in | ios_base::out) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_sstream.h | 68 explicit basic_stringbuf(ios_base::openmode __mode 69 = ios_base::in | ios_base::out); 70 explicit basic_stringbuf(const _String& __s, ios_base::openmode __mode 71 = ios_base::in | ios_base::out); 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 91 ios_base::openmode __mode 92 = ios_base::in | ios_base::out) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
iomanip | 42 #include <bits/ios_base.h> 55 struct _Resetiosflags { ios_base::fmtflags _M_mask; }; 65 resetiosflags(ios_base::fmtflags __mask) 72 __is.setf(ios_base::fmtflags(0), __f._M_mask); 80 __os.setf(ios_base::fmtflags(0), __f._M_mask); 85 struct _Setiosflags { ios_base::fmtflags _M_mask; }; 95 setiosflags(ios_base::fmtflags __mask) 122 * @c ios_base::basefield flags to @c oct, @c dec, or @c hex when @a base 133 __is.setf(__f._M_base == 8 ? ios_base::oct : 134 __f._M_base == 10 ? ios_base::dec : [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
iomanip | 40 #include <bits/ios_base.h> 53 struct _Resetiosflags { ios_base::fmtflags _M_mask; }; 63 resetiosflags(ios_base::fmtflags __mask) 70 __is.setf(ios_base::fmtflags(0), __f._M_mask); 78 __os.setf(ios_base::fmtflags(0), __f._M_mask); 83 struct _Setiosflags { ios_base::fmtflags _M_mask; }; 93 setiosflags(ios_base::fmtflags __mask) 120 * @c ios_base::basefield flags to @c oct, @c dec, or @c hex when @a base 131 __is.setf(__f._M_base == 8 ? ios_base::oct : 132 __f._M_base == 10 ? ios_base::dec : [all...] |
/external/libcxx/test/localization/locale.categories/ |
__scan_keyword.pass.cpp | 36 // const _Ctype& __ct, ios_base::iostate& __err, 45 std::ios_base::iostate err = std::ios_base::goodbit; 50 err = std::ios_base::goodbit; 56 assert(err == std::ios_base::eofbit); 62 err = std::ios_base::goodbit; 68 assert(err == std::ios_base::failbit); 74 err = std::ios_base::goodbit; 80 assert(err == std::ios_base::eofbit); 86 err = std::ios_base::goodbit [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/ |
__scan_keyword.pass.cpp | 36 // const _Ctype& __ct, ios_base::iostate& __err, 45 std::ios_base::iostate err = std::ios_base::goodbit; 50 err = std::ios_base::goodbit; 56 assert(err == std::ios_base::eofbit); 62 err = std::ios_base::goodbit; 68 assert(err == std::ios_base::failbit); 74 err = std::ios_base::goodbit; 80 assert(err == std::ios_base::eofbit); 86 err = std::ios_base::goodbit [all...] |
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/ |
get_one.pass.cpp | 14 // iter_type get(iter_type s, iter_type end, ios_base& f, 15 // ios_base::iostate& err, tm *t, char format, char modifier = 0) const; 38 std::ios_base::iostate err; 43 err = std::ios_base::goodbit; 54 assert(err == std::ios_base::eofbit); 59 err = std::ios_base::goodbit; 66 assert(err == std::ios_base::eofbit); 71 err = std::ios_base::goodbit; 82 assert(err == std::ios_base::eofbit); 87 err = std::ios_base::goodbit [all...] |
get_one_wide.pass.cpp | 14 // iter_type get(iter_type s, iter_type end, ios_base& f, 15 // ios_base::iostate& err, tm *t, char format, char modifier = 0) const; 38 std::ios_base::iostate err; 43 err = std::ios_base::goodbit; 54 assert(err == std::ios_base::eofbit); 59 err = std::ios_base::goodbit; 66 assert(err == std::ios_base::eofbit); 71 err = std::ios_base::goodbit; 82 assert(err == std::ios_base::eofbit); 87 err = std::ios_base::goodbit [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/ |
get_one.pass.cpp | 14 // iter_type get(iter_type s, iter_type end, ios_base& f, 15 // ios_base::iostate& err, tm *t, char format, char modifier = 0) const; 38 std::ios_base::iostate err; 43 err = std::ios_base::goodbit; 54 assert(err == std::ios_base::eofbit); 59 err = std::ios_base::goodbit; 66 assert(err == std::ios_base::eofbit); 71 err = std::ios_base::goodbit; 82 assert(err == std::ios_base::eofbit); 87 err = std::ios_base::goodbit [all...] |
get_one_wide.pass.cpp | 14 // iter_type get(iter_type s, iter_type end, ios_base& f, 15 // ios_base::iostate& err, tm *t, char format, char modifier = 0) const; 38 std::ios_base::iostate err; 43 err = std::ios_base::goodbit; 54 assert(err == std::ios_base::eofbit); 59 err = std::ios_base::goodbit; 66 assert(err == std::ios_base::eofbit); 71 err = std::ios_base::goodbit; 82 assert(err == std::ios_base::eofbit); 87 err = std::ios_base::goodbit [all...] |
/external/libcxx/include/ |
locale | 431 const _Ctype& __ct, ios_base::iostate& __err, 526 __err |= ios_base::eofbit; 532 __err |= ios_base::failbit; 540 static int __get_base(ios_base&); 546 ios_base::iostate& __err); 552 static string __stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep); 553 static string __stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, 567 __num_get<_CharT>::__stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep) 578 __num_get<_CharT>::__stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, 712 iter_type get(iter_type __b, iter_type __e, ios_base& __iob [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
locale | 431 const _Ctype& __ct, ios_base::iostate& __err, 526 __err |= ios_base::eofbit; 532 __err |= ios_base::failbit; 540 static int __get_base(ios_base&); 546 ios_base::iostate& __err); 552 static string __stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep); 553 static string __stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, 567 __num_get<_CharT>::__stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep) 578 __num_get<_CharT>::__stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, 712 iter_type get(iter_type __b, iter_type __e, ios_base& __iob [all...] |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
locale | 431 const _Ctype& __ct, ios_base::iostate& __err, 526 __err |= ios_base::eofbit; 532 __err |= ios_base::failbit; 540 static int __get_base(ios_base&); 546 ios_base::iostate& __err); 552 static string __stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep); 553 static string __stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, 567 __num_get<_CharT>::__stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep) 578 __num_get<_CharT>::__stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, 712 iter_type get(iter_type __b, iter_type __e, ios_base& __iob [all...] |
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
imbue.pass.cpp | 31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) 33 if (ev == std::ios_base::imbue_event) 44 void f2(std::ios_base::event ev, std::ios_base& stream, int index) 46 if (ev == std::ios_base::imbue_event) 57 void f3(std::ios_base::event ev, std::ios_base& stream, int index) 59 if (ev == std::ios_base::imbue_event)
|
/external/stlport/stlport/stl/ |
_sstream.c | 45 ::basic_stringbuf(ios_base::openmode __mode) 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 77 if (_M_mode & ios_base::in) { 78 this->setg(__data_ptr, (_M_mode & ios_base::ate) ? __data_end : __data_ptr, __data_end); 82 if (_M_mode & ios_base::out) { 83 if ( _M_mode & (ios_base::app | ios_base::ate) ) { 89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end); 124 else if (_M_mode & ios_base::out) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
imbue.pass.cpp | 31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) 33 if (ev == std::ios_base::imbue_event) 44 void f2(std::ios_base::event ev, std::ios_base& stream, int index) 46 if (ev == std::ios_base::imbue_event) 57 void f3(std::ios_base::event ev, std::ios_base& stream, int index) 59 if (ev == std::ios_base::imbue_event)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.c | 45 ::basic_stringbuf(ios_base::openmode __mode) 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 77 if (_M_mode & ios_base::in) { 78 this->setg(__data_ptr, (_M_mode & ios_base::ate) ? __data_end : __data_ptr, __data_end); 82 if (_M_mode & ios_base::out) { 83 if ( _M_mode & (ios_base::app | ios_base::ate) ) { 89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end); 124 else if (_M_mode & ios_base::out) [all...] |