/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
fstream | 39 basic_filebuf* open(const char* s, ios_base::openmode mode); 40 basic_filebuf* open(const string& s, ios_base::openmode mode); 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 52 ios_base::openmode which = ios_base::in | ios_base::out); 54 ios_base::openmode which = ios_base::in | ios_base::out); 78 explicit basic_ifstream(const char* s, ios_base::openmode mode = ios_base::in) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
fstream | 39 basic_filebuf* open(const char* s, ios_base::openmode mode); 40 basic_filebuf* open(const string& s, ios_base::openmode mode); 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 52 ios_base::openmode which = ios_base::in | ios_base::out); 54 ios_base::openmode which = ios_base::in | ios_base::out); 78 explicit basic_ifstream(const char* s, ios_base::openmode mode = ios_base::in) [all...] |
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/ |
xalloc.pass.cpp | 12 // class ios_base 21 assert(std::ios_base::xalloc() == 0); 22 assert(std::ios_base::xalloc() == 1); 23 assert(std::ios_base::xalloc() == 2); 24 assert(std::ios_base::xalloc() == 3); 25 assert(std::ios_base::xalloc() == 4);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/ |
xalloc.pass.cpp | 12 // class ios_base 21 assert(std::ios_base::xalloc() == 0); 22 assert(std::ios_base::xalloc() == 1); 23 assert(std::ios_base::xalloc() == 2); 24 assert(std::ios_base::xalloc() == 3); 25 assert(std::ios_base::xalloc() == 4);
|
/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
get_long_double_fr_FR.pass.cpp | 16 // iter_type get(iter_type b, iter_type e, bool intl, ios_base& iob, 17 // ios_base::iostate& err, long double& v) const; 66 std::ios_base::iostate err = std::ios_base::goodbit; 70 assert(err == std::ios_base::eofbit); 77 std::ios_base::iostate err = std::ios_base::goodbit; 81 assert(err == std::ios_base::eofbit); 88 std::ios_base::iostate err = std::ios_base::goodbit [all...] |
get_long_double_ru_RU.pass.cpp | 16 // iter_type get(iter_type b, iter_type e, bool intl, ios_base& iob, 17 // ios_base::iostate& err, long double& v) const; 66 std::ios_base::iostate err = std::ios_base::goodbit; 70 assert(err == std::ios_base::eofbit); 77 std::ios_base::iostate err = std::ios_base::goodbit; 81 assert(err == std::ios_base::eofbit); 88 std::ios_base::iostate err = std::ios_base::goodbit [all...] |
get_string_en_US.pass.cpp | 14 // iter_type get(iter_type b, iter_type e, bool intl, ios_base& iob, 15 // ios_base::iostate& err, string_type& v) const; 64 std::ios_base::iostate err = std::ios_base::goodbit; 68 assert(err == std::ios_base::eofbit); 75 std::ios_base::iostate err = std::ios_base::goodbit; 79 assert(err == std::ios_base::eofbit); 86 std::ios_base::iostate err = std::ios_base::goodbit [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
get_long_double_fr_FR.pass.cpp | 16 // iter_type get(iter_type b, iter_type e, bool intl, ios_base& iob, 17 // ios_base::iostate& err, long double& v) const; 66 std::ios_base::iostate err = std::ios_base::goodbit; 70 assert(err == std::ios_base::eofbit); 77 std::ios_base::iostate err = std::ios_base::goodbit; 81 assert(err == std::ios_base::eofbit); 88 std::ios_base::iostate err = std::ios_base::goodbit [all...] |
get_long_double_ru_RU.pass.cpp | 16 // iter_type get(iter_type b, iter_type e, bool intl, ios_base& iob, 17 // ios_base::iostate& err, long double& v) const; 66 std::ios_base::iostate err = std::ios_base::goodbit; 70 assert(err == std::ios_base::eofbit); 77 std::ios_base::iostate err = std::ios_base::goodbit; 81 assert(err == std::ios_base::eofbit); 88 std::ios_base::iostate err = std::ios_base::goodbit [all...] |
get_string_en_US.pass.cpp | 14 // iter_type get(iter_type b, iter_type e, bool intl, ios_base& iob, 15 // ios_base::iostate& err, string_type& v) const; 64 std::ios_base::iostate err = std::ios_base::goodbit; 68 assert(err == std::ios_base::eofbit); 75 std::ios_base::iostate err = std::ios_base::goodbit; 79 assert(err == std::ios_base::eofbit); 86 std::ios_base::iostate err = std::ios_base::goodbit [all...] |
/external/stlport/src/details/ |
fstream_stdio.cpp | 172 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode, 183 switch (openmode & (~ios_base::ate)) { 184 case ios_base::out: 185 case ios_base::out | ios_base::trunc: 189 case ios_base::out | ios_base::binary: 190 case ios_base::out | ios_base::trunc | ios_base::binary [all...] |
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_stdio.cpp | 172 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode, 183 switch (openmode & (~ios_base::ate)) { 184 case ios_base::out: 185 case ios_base::out | ios_base::trunc: 189 case ios_base::out | ios_base::binary: 190 case ios_base::out | ios_base::trunc | ios_base::binary [all...] |
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
seekoff.pass.cpp | 14 // pos_type seekoff(off_type off, ios_base::seekdir way, 15 // ios_base::openmode which = ios_base::in | ios_base::out); 17 // ios_base::openmode which = ios_base::in | ios_base::out); 47 pos_type p = f.pubseekoff(-15, std::ios_base::cur); 50 f.pubseekoff(0, std::ios_base::beg); 52 f.pubseekoff(-1, std::ios_base::end) [all...] |
/external/llvm/test/Transforms/Inline/ |
2006-01-14-CallGraphUpdate.ll | 5 %"struct.std::ios_base" = type { i32 (...)**, i32, i32, i32, i32, i32, %"struct.std::ios_base::_Callback_list"*, %"struct.std::ios_base::_Words", [8 x %"struct.std::ios_base::_Words"], i32, %"struct.std::ios_base::_Words"*, %"struct.std::locale" } 6 %"struct.std::ios_base::_Callback_list" = type { %"struct.std::ios_base::_Callback_list"*, void (i32, %"struct.std::ios_base"*, i32)*, i32, i32 } 7 %"struct.std::ios_base::_Words" = type { i8*, i32 } 13 define void @_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewl(%"struct.std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t> >"* %agg.result, %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>"* %this, %"struct.std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >"* %__s.0__, i32 %__s.1__, %"struct.std::ios_base"* %__io, i32 %__fill, i32 %__v) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
seekoff.pass.cpp | 14 // pos_type seekoff(off_type off, ios_base::seekdir way, 15 // ios_base::openmode which = ios_base::in | ios_base::out); 17 // ios_base::openmode which = ios_base::in | ios_base::out); 47 pos_type p = f.pubseekoff(-15, std::ios_base::cur); 50 f.pubseekoff(0, std::ios_base::beg); 52 f.pubseekoff(-1, std::ios_base::end) [all...] |
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
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; 37 std::ios_base::iostate err; 41 err = std::ios_base::goodbit; 46 assert(err == std::ios_base::eofbit); 50 err = std::ios_base::goodbit; 55 assert(err == std::ios_base::eofbit); 59 err = std::ios_base::goodbit; 64 assert(err == std::ios_base::eofbit); 68 err = std::ios_base::goodbit [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
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; 37 std::ios_base::iostate err; 41 err = std::ios_base::goodbit; 46 assert(err == std::ios_base::eofbit); 50 err = std::ios_base::goodbit; 55 assert(err == std::ios_base::eofbit); 59 err = std::ios_base::goodbit; 64 assert(err == std::ios_base::eofbit); 68 err = std::ios_base::goodbit [all...] |
/external/stlport/stlport/stl/ |
_iomanip.h | 33 // Class that calls one of ios_base's single-argument member functions. 36 typedef _Arg (ios_base::*__f_ptr_type)(_Arg); 41 void operator()(ios_base& __ios) const 48 // Class that calls one of ios_base's two-argument member functions. 50 ios_base::fmtflags _M_flag; 51 ios_base::fmtflags _M_mask; 54 _Ios_Setf_Manip(ios_base::fmtflags __f) 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m) 60 void operator()(ios_base& __ios) const [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_iomanip.h | 33 // Class that calls one of ios_base's single-argument member functions. 36 typedef _Arg (ios_base::*__f_ptr_type)(_Arg); 41 void operator()(ios_base& __ios) const 48 // Class that calls one of ios_base's two-argument member functions. 50 ios_base::fmtflags _M_flag; 51 ios_base::fmtflags _M_mask; 54 _Ios_Setf_Manip(ios_base::fmtflags __f) 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m) 60 void operator()(ios_base& __ios) const [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_iomanip.h | 33 // Class that calls one of ios_base's single-argument member functions. 36 typedef _Arg (ios_base::*__f_ptr_type)(_Arg); 41 void operator()(ios_base& __ios) const 48 // Class that calls one of ios_base's two-argument member functions. 50 ios_base::fmtflags _M_flag; 51 ios_base::fmtflags _M_mask; 54 _Ios_Setf_Manip(ios_base::fmtflags __f) 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m) 60 void operator()(ios_base& __ios) const [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_iomanip.h | 33 // Class that calls one of ios_base's single-argument member functions. 36 typedef _Arg (ios_base::*__f_ptr_type)(_Arg); 41 void operator()(ios_base& __ios) const 48 // Class that calls one of ios_base's two-argument member functions. 50 ios_base::fmtflags _M_flag; 51 ios_base::fmtflags _M_mask; 54 _Ios_Setf_Manip(ios_base::fmtflags __f) 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m) 60 void operator()(ios_base& __ios) const [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_iomanip.h | 33 // Class that calls one of ios_base's single-argument member functions. 36 typedef _Arg (ios_base::*__f_ptr_type)(_Arg); 41 void operator()(ios_base& __ios) const 48 // Class that calls one of ios_base's two-argument member functions. 50 ios_base::fmtflags _M_flag; 51 ios_base::fmtflags _M_mask; 54 _Ios_Setf_Manip(ios_base::fmtflags __f) 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m) 60 void operator()(ios_base& __ios) const [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_iomanip.h | 33 // Class that calls one of ios_base's single-argument member functions. 36 typedef _Arg (ios_base::*__f_ptr_type)(_Arg); 41 void operator()(ios_base& __ios) const 48 // Class that calls one of ios_base's two-argument member functions. 50 ios_base::fmtflags _M_flag; 51 ios_base::fmtflags _M_mask; 54 _Ios_Setf_Manip(ios_base::fmtflags __f) 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m) 60 void operator()(ios_base& __ios) const [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_iomanip.h | 33 // Class that calls one of ios_base's single-argument member functions. 36 typedef _Arg (ios_base::*__f_ptr_type)(_Arg); 41 void operator()(ios_base& __ios) const 48 // Class that calls one of ios_base's two-argument member functions. 50 ios_base::fmtflags _M_flag; 51 ios_base::fmtflags _M_mask; 54 _Ios_Setf_Manip(ios_base::fmtflags __f) 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m) 60 void operator()(ios_base& __ios) const [all...] |
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/ |
pubseekoff.pass.cpp | 15 // pos_type pubseekoff(off_type off, ios_base::seekdir way, 16 // ios_base::openmode which = ios_base::in | ios_base::out); 32 assert(t.pubseekoff(0, std::ios_base::beg) == -1); 33 assert(t.pubseekoff(0, std::ios_base::beg, std::ios_base::app) == -1);
|