Searched refs:ios_base (Results 101 - 125 of 1320) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/
H A D10975.cc40 p = sbuf.pubseekoff(0, ios_base::cur, ios_base::in);
43 p = sbuf.pubseekoff(0, ios_base::beg, ios_base::out);
46 p = sbuf.pubseekoff(0, ios_base::end);
49 p = sbuf.pubseekoff(0, ios_base::cur);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/
H A D10975.cc40 p = sbuf.pubseekoff(0, ios_base::cur, ios_base::in);
43 p = sbuf.pubseekoff(0, ios_base::beg, ios_base::out);
46 p = sbuf.pubseekoff(0, ios_base::end);
49 p = sbuf.pubseekoff(0, ios_base::cur);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/callbacks/
H A D1.cc21 // 27.4.2.6 ios_base callbacks
31 callb01(std::ios_base::event, std::ios_base&, int)
35 callb02(std::ios_base::event, std::ios_base&, int)
39 callb03(std::ios_base::event, std::ios_base&, int)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/
H A D2.cc42 sin >> resetiosflags(ios_base::dec)
43 >> setiosflags(ios_base::dec)
44 >> setbase(ios_base::dec)
51 sout << resetiosflags(ios_base::dec)
52 << setiosflags(ios_base::dec)
53 << setbase(ios_base::dec)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_io.h34 // If the file is not open (ios_base::in) -> input seq. cannot be read
35 // If the file is not open (ios_base::out) -> output seq. cannot be written
170 seekoff(off_type, std::ios_base::seekdir, std::ios_base::openmode)
177 seekpos(pos_type, std::ios_base::openmode)
203 typedef std::ios_base ios_base; typedef in class:__gnu_test::fail_num_get
208 do_get(iter_type, iter_type, ios_base&, ios_base::iostate&, bool&) const
212 do_get(iter_type, iter_type, ios_base
272 typedef std::ios_base ios_base; typedef in class:__gnu_test::fail_num_put
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_io.h43 // If the file is not open (ios_base::in) -> input seq. cannot be read
44 // If the file is not open (ios_base::out) -> output seq. cannot be written
179 seekoff(off_type, std::ios_base::seekdir, std::ios_base::openmode)
186 seekpos(pos_type, std::ios_base::openmode)
212 typedef std::ios_base ios_base; typedef in class:__gnu_test::fail_num_get
217 do_get(iter_type, iter_type, ios_base&, ios_base::iostate&, bool&) const
221 do_get(iter_type, iter_type, ios_base
281 typedef std::ios_base ios_base; typedef in class:__gnu_test::fail_num_put
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D10.cc36 ios_base::iostate err = ios_base::goodbit;
43 err = ios_base::goodbit;
45 VERIFY( err == ios_base::failbit );
51 err = ios_base::goodbit;
53 VERIFY( err == (ios_base::failbit | ios_base::eofbit) );
58 err = ios_base::goodbit;
65 VERIFY( err == ios_base::failbit );
H A D6.cc41 const ios_base::iostate goodbit = ios_base::goodbit;
42 ios_base::iostate err = ios_base::goodbit;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D10.cc36 ios_base::iostate err = ios_base::goodbit;
43 err = ios_base::goodbit;
45 VERIFY( err == ios_base::failbit );
51 err = ios_base::goodbit;
53 VERIFY( err == (ios_base::failbit | ios_base::eofbit) );
58 err = ios_base::goodbit;
65 VERIFY( err == ios_base::failbit );
H A D6.cc41 const ios_base::iostate goodbit = ios_base::goodbit;
42 ios_base::iostate err = ios_base::goodbit;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char/
H A D9701-3.cc43 df2.open(name, ios_base::in | ios_base::out | ios_base::trunc);
47 df2.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/
H A D1.cc48 // filebuf_type* open(const char* __s, ios_base::openmode __mode)
49 fb_01.open(name_01, std::ios_base::in | std::ios_base::ate);
54 std::filebuf* f = fb_02.open(name_02, std::ios_base::in | std::ios_base::out
55 | std::ios_base::trunc);
59 f = fb_02.open(name_03, std::ios_base::in | std::ios_base::out);
63 fb_03.open(name_03, std::ios_base::out | std::ios_base
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/
H A D9825.cc38 fbuf.open(name_06, ios_base::in|ios_base::out|ios_base::trunc);
40 fbuf.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D3-io.cc37 p = in.pubseekoff(0, ios_base::beg, ios_base::in);
41 p = in.pubseekoff(0, ios_base::beg, ios_base::out);
45 p = in.pubseekoff(0, ios_base::beg);
58 in1.open(name_01, ios_base::in | ios_base::out);
61 in3.open(name_03, ios_base::in | ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/
H A D1.cc32 fb.open(name, ios_base::in | ios_base::out | ios_base::trunc);
35 fb.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/wchar_t/
H A D1.cc32 fb.open(name, ios_base::in | ios_base::out | ios_base::trunc);
35 fb.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/
H A Dexceptions_null.cc32 VERIFY(stream.rdstate() & ios_base::failbit);
39 stream.exceptions(ios_base::failbit);
46 catch (ios_base::failure&)
50 VERIFY(stream.rdstate() & ios_base::failbit);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/
H A Dexceptions_failbit_throw.cc32 stream.exceptions(ios_base::failbit);
33 wstringbuf sbuf(L"", ios_base::out);
40 catch (ios_base::failure&)
47 VERIFY( stream.rdstate() & ios_base::failbit );
48 VERIFY( (stream.rdstate() & ios_base::badbit) == 0 );
55 stream.exceptions(ios_base::failbit);
63 catch (ios_base::failure&)
70 VERIFY( stream.rdstate() & ios_base::failbit );
71 VERIFY( (stream.rdstate() & ios_base::badbit) == 0 );
H A Dexceptions_null.cc32 VERIFY( stream.rdstate() & ios_base::failbit );
39 stream.exceptions(ios_base::failbit);
46 catch (ios_base::failure&)
50 VERIFY( stream.rdstate() & ios_base::failbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A Dexceptions_null.cc32 VERIFY( stream.rdstate() & ios_base::badbit );
41 stream.exceptions(ios_base::badbit);
48 catch (ios_base::failure&)
52 VERIFY( stream.rdstate() & ios_base::badbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A Dexceptions_null.cc32 VERIFY( stream.rdstate() & ios_base::badbit );
41 stream.exceptions(ios_base::badbit);
48 catch (ios_base::failure&)
52 VERIFY( stream.rdstate() & ios_base::badbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/
H A D29354.cc29 stringbuf strb_01(ios_base::out);
31 pos_type pt_1 = strb_01.pubseekoff(0, ios_base::cur, ios_base::out);
34 pos_type pt_2 = strb_01.pubseekpos(pt_1, ios_base::out);
H A D3.cc30 stringbuf strb_01(ios_base::out);
33 pos_type pt_1 = strb_01.pubseekoff(0, ios_base::end, ios_base::out);
39 pos_type pt_2 = strb_01.pubseekpos(pt_1 + off_type(1), ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/
H A D29354.cc29 wstringbuf strb_01(ios_base::out);
31 pos_type pt_1 = strb_01.pubseekoff(0, ios_base::cur, ios_base::out);
34 pos_type pt_2 = strb_01.pubseekpos(pt_1, ios_base::out);
H A D3.cc30 wstringbuf strb_01(ios_base::out);
33 pos_type pt_1 = strb_01.pubseekoff(0, ios_base::end, ios_base::out);
39 pos_type pt_2 = strb_01.pubseekpos(pt_1 + off_type(1), ios_base::out);

Completed in 213 milliseconds

1234567891011>>