/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
get_time.pass.cpp | 15 // get_time(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 38 std::ios_base::iostate err; 42 err = std::ios_base::goodbit; 49 assert(err == std::ios_base::eofbit); 53 err = std::ios_base::goodbit; 60 assert(err == std::ios_base::eofbit); 64 err = std::ios_base::goodbit; 71 assert(err == std::ios_base::failbit); 75 err = std::ios_base::goodbit [all...] |
get_time_wide.pass.cpp | 15 // get_time(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 38 std::ios_base::iostate err; 42 err = std::ios_base::goodbit; 49 assert(err == std::ios_base::eofbit); 53 err = std::ios_base::goodbit; 60 assert(err == std::ios_base::eofbit); 64 err = std::ios_base::goodbit; 71 assert(err == std::ios_base::failbit); 75 err = std::ios_base::goodbit [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/ |
member_swap.pass.cpp | 26 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 27 | std::ios_base::trunc) != 0); 30 f.pubseekoff(1, std::ios_base::beg); 41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 42 | std::ios_base::trunc) != 0); 45 f.pubseekoff(1, std::ios_base::beg);
|
move_assign.pass.cpp | 27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 28 | std::ios_base::trunc) != 0); 31 f.pubseekoff(1, std::ios_base::beg); 42 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 43 | std::ios_base::trunc) != 0); 46 f.pubseekoff(1, std::ios_base::beg);
|
nonmember_swap.pass.cpp | 28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 29 | std::ios_base::trunc) != 0); 32 f.pubseekoff(1, std::ios_base::beg); 43 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 44 | std::ios_base::trunc) != 0); 47 f.pubseekoff(1, std::ios_base::beg);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/ |
move.pass.cpp | 27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 28 | std::ios_base::trunc) != 0); 31 f.pubseekoff(1, std::ios_base::beg); 41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in 42 | std::ios_base::trunc) != 0); 45 f.pubseekoff(1, std::ios_base::beg);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
seekg_off.pass.cpp | 12 // basic_istream<charT,traits>& seekg(off_type off, ios_base::seekdir dir); 43 std::ios_base::seekdir way, 44 std::ios_base::openmode which) 46 assert(which == std::ios_base::in); 57 is.seekg(5, std::ios_base::cur); 60 is.seekg(-1, std::ios_base::beg); 67 is.seekg(5, std::ios_base::cur); 70 is.seekg(-1, std::ios_base::beg);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
seekp2.pass.cpp | 15 // basic_ostream<charT,traits>& seekp(off_type off, ios_base::seekdir dir); 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, 33 std::ios_base::openmode which) 36 assert(way == std::ios_base::beg); 37 assert(which == std::ios_base::out); 46 assert(&os.seekp(5, std::ios_base::beg) == &os); 52 assert(&os.seekp(10, std::ios_base::beg) == &os); 55 assert(&os.seekp(-1, std::ios_base::beg) == &os);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
get_time.pass.cpp | 15 // get_time(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 38 std::ios_base::iostate err; 42 err = std::ios_base::goodbit; 49 assert(err == std::ios_base::eofbit); 53 err = std::ios_base::goodbit; 60 assert(err == std::ios_base::eofbit); 64 err = std::ios_base::goodbit; 71 assert(err == std::ios_base::failbit); 75 err = std::ios_base::goodbit [all...] |
get_time_wide.pass.cpp | 15 // get_time(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 38 std::ios_base::iostate err; 42 err = std::ios_base::goodbit; 49 assert(err == std::ios_base::eofbit); 53 err = std::ios_base::goodbit; 60 assert(err == std::ios_base::eofbit); 64 err = std::ios_base::goodbit; 71 assert(err == std::ios_base::failbit); 75 err = std::ios_base::goodbit [all...] |
/external/libcxx/include/ |
ostream | 45 basic_ostream& operator<<(ios_base& (*pf)(ios_base&)); 69 basic_ostream& seekp(off_type, ios_base::seekdir); 182 basic_ostream& operator<<(ios_base& (*__pf)(ios_base&)); 206 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir); 247 if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) 255 __os_.setstate(ios_base::badbit); 326 basic_ostream<_CharT, _Traits>::operator<<(ios_base& (*__pf)(ios_base&) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ostream | 45 basic_ostream& operator<<(ios_base& (*pf)(ios_base&)); 69 basic_ostream& seekp(off_type, ios_base::seekdir); 182 basic_ostream& operator<<(ios_base& (*__pf)(ios_base&)); 206 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir); 247 if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) 255 __os_.setstate(ios_base::badbit); 326 basic_ostream<_CharT, _Traits>::operator<<(ios_base& (*__pf)(ios_base&) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ostream | 45 basic_ostream& operator<<(ios_base& (*pf)(ios_base&)); 69 basic_ostream& seekp(off_type, ios_base::seekdir); 182 basic_ostream& operator<<(ios_base& (*__pf)(ios_base&)); 206 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir); 247 if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) 255 __os_.setstate(ios_base::badbit); 326 basic_ostream<_CharT, _Traits>::operator<<(ios_base& (*__pf)(ios_base&) [all...] |
/external/stlport/stlport/stl/ |
_time_facets.h | 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, 141 ios_base::iostate& __err, tm* __t) const 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, 144 ios_base::iostate& __err, tm* __t) const 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, 147 ios_base::iostate& __err, tm* __t) const 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, 150 ios_base::iostate& __err, tm* __t) const 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, 153 ios_base::iostate& __err, tm* __t) cons [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.h | 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, 141 ios_base::iostate& __err, tm* __t) const 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, 144 ios_base::iostate& __err, tm* __t) const 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, 147 ios_base::iostate& __err, tm* __t) const 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, 150 ios_base::iostate& __err, tm* __t) const 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, 153 ios_base::iostate& __err, tm* __t) cons [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.h | 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, 141 ios_base::iostate& __err, tm* __t) const 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, 144 ios_base::iostate& __err, tm* __t) const 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, 147 ios_base::iostate& __err, tm* __t) const 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, 150 ios_base::iostate& __err, tm* __t) const 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, 153 ios_base::iostate& __err, tm* __t) cons [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.h | 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, 141 ios_base::iostate& __err, tm* __t) const 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, 144 ios_base::iostate& __err, tm* __t) const 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, 147 ios_base::iostate& __err, tm* __t) const 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, 150 ios_base::iostate& __err, tm* __t) const 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, 153 ios_base::iostate& __err, tm* __t) cons [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.h | 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, 141 ios_base::iostate& __err, tm* __t) const 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, 144 ios_base::iostate& __err, tm* __t) const 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, 147 ios_base::iostate& __err, tm* __t) const 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, 150 ios_base::iostate& __err, tm* __t) const 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, 153 ios_base::iostate& __err, tm* __t) cons [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.h | 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, 141 ios_base::iostate& __err, tm* __t) const 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, 144 ios_base::iostate& __err, tm* __t) const 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, 147 ios_base::iostate& __err, tm* __t) const 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, 150 ios_base::iostate& __err, tm* __t) const 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, 153 ios_base::iostate& __err, tm* __t) cons [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_time_facets.h | 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, 141 ios_base::iostate& __err, tm* __t) const 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, 144 ios_base::iostate& __err, tm* __t) const 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, 147 ios_base::iostate& __err, tm* __t) const 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, 150 ios_base::iostate& __err, tm* __t) const 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, 153 ios_base::iostate& __err, tm* __t) cons [all...] |
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/ |
imbue.pass.cpp | 12 // class ios_base 37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) 39 if (ev == std::ios_base::imbue_event) 50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) 52 if (ev == std::ios_base::imbue_event) 63 void f3(std::ios_base::event ev, std::ios_base& stream, int index) 65 if (ev == std::ios_base::imbue_event [all...] |
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/ |
get_monthname.pass.cpp | 15 // get_monthname(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 39 std::ios_base::iostate err; 44 err = std::ios_base::goodbit; 49 assert(err == std::ios_base::eofbit); 54 err = std::ios_base::goodbit; 59 assert(err == std::ios_base::eofbit); 64 err = std::ios_base::goodbit; 69 assert(err == std::ios_base::eofbit); 74 err = std::ios_base::goodbit [all...] |
get_monthname_wide.pass.cpp | 15 // get_monthname(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 48 std::ios_base::iostate err; 53 err = std::ios_base::goodbit; 58 assert(err == std::ios_base::eofbit); 63 err = std::ios_base::goodbit; 68 assert(err == std::ios_base::eofbit); 73 err = std::ios_base::goodbit; 78 assert(err == std::ios_base::eofbit); 83 err = std::ios_base::goodbit [all...] |
get_time.pass.cpp | 15 // get_time(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 39 std::ios_base::iostate err; 44 err = std::ios_base::goodbit; 51 assert(err == std::ios_base::eofbit); 56 err = std::ios_base::goodbit; 63 assert(err == std::ios_base::eofbit); 68 err = std::ios_base::goodbit; 75 assert(err == std::ios_base::eofbit); 80 err = std::ios_base::goodbit [all...] |
get_weekday.pass.cpp | 15 // get_weekday(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 39 std::ios_base::iostate err; 44 err = std::ios_base::goodbit; 49 assert(err == std::ios_base::eofbit); 54 err = std::ios_base::goodbit; 59 assert(err == std::ios_base::eofbit); 66 err = std::ios_base::goodbit; 71 assert(err == std::ios_base::eofbit); 76 err = std::ios_base::goodbit [all...] |