HomeSort by relevance Sort by last modified time
    Searched full:ios_base (Results 151 - 175 of 1267) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/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);
  /external/stlport/stlport/stl/
_fstream.h 59 bool _M_open(const char*, ios_base::openmode, long __protection);
60 bool _M_open(const char*, ios_base::openmode);
61 bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode);
63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
89 return ( (_M_openmode & ios_base::binary) != 0 )
101 return (_M_openmode & ios_base::binary) != 0;
118 ios_base::openmode _M_openmode
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 59 bool _M_open(const char*, ios_base::openmode, long __protection);
60 bool _M_open(const char*, ios_base::openmode);
61 bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode);
63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
89 return ( (_M_openmode & ios_base::binary) != 0 )
101 return (_M_openmode & ios_base::binary) != 0;
118 ios_base::openmode _M_openmode
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const
    [all...]
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
77 case ios_base::oct:
80 case ios_base::dec:
83 case ios_base::hex:
247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) {
287 __err = __STATIC_CAST(ios_base::iostate, __result ? ios_base::goodbit : ios_base::failbit)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 59 bool _M_open(const char*, ios_base::openmode, long __protection);
60 bool _M_open(const char*, ios_base::openmode);
61 bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode);
63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
89 return ( (_M_openmode & ios_base::binary) != 0 )
101 return (_M_openmode & ios_base::binary) != 0;
118 ios_base::openmode _M_openmode
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const
    [all...]
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
77 case ios_base::oct:
80 case ios_base::dec:
83 case ios_base::hex:
247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) {
287 __err = __STATIC_CAST(ios_base::iostate, __result ? ios_base::goodbit : ios_base::failbit)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 59 bool _M_open(const char*, ios_base::openmode, long __protection);
60 bool _M_open(const char*, ios_base::openmode);
61 bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode);
63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
89 return ( (_M_openmode & ios_base::binary) != 0 )
101 return (_M_openmode & ios_base::binary) != 0;
118 ios_base::openmode _M_openmode
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const
    [all...]
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
77 case ios_base::oct:
80 case ios_base::dec:
83 case ios_base::hex:
247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) {
287 __err = __STATIC_CAST(ios_base::iostate, __result ? ios_base::goodbit : ios_base::failbit)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 59 bool _M_open(const char*, ios_base::openmode, long __protection);
60 bool _M_open(const char*, ios_base::openmode);
61 bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode);
63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
89 return ( (_M_openmode & ios_base::binary) != 0 )
101 return (_M_openmode & ios_base::binary) != 0;
118 ios_base::openmode _M_openmode
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const
    [all...]
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
77 case ios_base::oct:
80 case ios_base::dec:
83 case ios_base::hex:
247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) {
287 __err = __STATIC_CAST(ios_base::iostate, __result ? ios_base::goodbit : ios_base::failbit)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 59 bool _M_open(const char*, ios_base::openmode, long __protection);
60 bool _M_open(const char*, ios_base::openmode);
61 bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode);
63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
89 return ( (_M_openmode & ios_base::binary) != 0 )
101 return (_M_openmode & ios_base::binary) != 0;
118 ios_base::openmode _M_openmode
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const
    [all...]
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
77 case ios_base::oct:
80 case ios_base::dec:
83 case ios_base::hex:
247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) {
287 __err = __STATIC_CAST(ios_base::iostate, __result ? ios_base::goodbit : ios_base::failbit)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.h 59 bool _M_open(const char*, ios_base::openmode, long __protection);
60 bool _M_open(const char*, ios_base::openmode);
61 bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode);
63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
89 return ( (_M_openmode & ios_base::binary) != 0 )
101 return (_M_openmode & ios_base::binary) != 0;
118 ios_base::openmode _M_openmode
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
109 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const;
111 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const
    [all...]
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
77 case ios_base::oct:
80 case ios_base::dec:
83 case ios_base::hex:
247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) {
287 __err = __STATIC_CAST(ios_base::iostate, __result ? ios_base::goodbit : ios_base::failbit)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_monthname.pass.cpp 15 // get_monthname(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;
47 assert(err == std::ios_base::eofbit);
51 err = std::ios_base::goodbit;
56 assert(err == std::ios_base::eofbit);
60 err = std::ios_base::goodbit;
65 assert(err == std::ios_base::eofbit);
69 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;
38 std::ios_base::iostate err;
42 err = std::ios_base::goodbit;
47 assert(err == std::ios_base::eofbit);
51 err = std::ios_base::goodbit;
56 assert(err == std::ios_base::eofbit);
60 err = std::ios_base::goodbit;
65 assert(err == std::ios_base::eofbit);
69 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_monthname.pass.cpp 15 // get_monthname(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;
47 assert(err == std::ios_base::eofbit);
51 err = std::ios_base::goodbit;
56 assert(err == std::ios_base::eofbit);
60 err = std::ios_base::goodbit;
65 assert(err == std::ios_base::eofbit);
69 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;
38 std::ios_base::iostate err;
42 err = std::ios_base::goodbit;
47 assert(err == std::ios_base::eofbit);
51 err = std::ios_base::goodbit;
56 assert(err == std::ios_base::eofbit);
60 err = std::ios_base::goodbit;
65 assert(err == std::ios_base::eofbit);
69 err = std::ios_base::goodbit
    [all...]

Completed in 753 milliseconds

1 2 3 4 5 67 8 91011>>