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

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/input.output/file.streams/fstreams/fstream.members/
open_pointer.pass.cpp 15 // void open(const char* s, ios_base::openmode mode = ios_base::in|ios_base::out);
27 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out
28 | std::ios_base::trunc);
40 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out
41 | std::ios_base::trunc);
open_string.pass.cpp 15 // void open(const string& s, ios_base::openmode mode = ios_base::in|ios_base::out);
27 fs.open(temp, std::ios_base::in | std::ios_base::out
28 | std::ios_base::trunc);
40 fs.open(temp, std::ios_base::in | std::ios_base::out
41 | std::ios_base::trunc);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/
open_pointer.pass.cpp 15 // void open(const char* s, ios_base::openmode mode = ios_base::in|ios_base::out);
27 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out
28 | std::ios_base::trunc);
40 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out
41 | std::ios_base::trunc);
open_string.pass.cpp 15 // void open(const string& s, ios_base::openmode mode = ios_base::in|ios_base::out);
27 fs.open(temp, std::ios_base::in | std::ios_base::out
28 | std::ios_base::trunc);
40 fs.open(temp, std::ios_base::in | std::ios_base::out
41 | std::ios_base::trunc);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set.tcc 86 * If ios_base::boolalpha is set, attempts to read
89 * ios_base::failbit if reading the string fails. Sets err to
90 * ios_base::eofbit if the stream is emptied.
92 * If ios_base::boolalpha is not set, proceeds as with reading a long,
94 * @a v to false, and otherwise set err to ios_base::failbit.
103 get(iter_type __in, iter_type __end, ios_base& __io,
104 ios_base::iostate& __err, bool& __v) const
111 do_get(iter_type __beg, iter_type __end, ios_base& __io,
112 ios_base::iostate& __err, bool_set& __v) const
114 if (!(__io.flags() & ios_base::boolalpha)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
bool_set.tcc 86 * If ios_base::boolalpha is set, attempts to read
89 * ios_base::failbit if reading the string fails. Sets err to
90 * ios_base::eofbit if the stream is emptied.
92 * If ios_base::boolalpha is not set, proceeds as with reading a long,
94 * @a v to false, and otherwise set err to ios_base::failbit.
103 get(iter_type __in, iter_type __end, ios_base& __io,
104 ios_base::iostate& __err, bool& __v) const
111 do_get(iter_type __beg, iter_type __end, ios_base& __io,
112 ios_base::iostate& __err, bool_set& __v) const
114 if (!(__io.flags() & ios_base::boolalpha)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/
bool_set.tcc 86 * If ios_base::boolalpha is set, attempts to read
89 * ios_base::failbit if reading the string fails. Sets err to
90 * ios_base::eofbit if the stream is emptied.
92 * If ios_base::boolalpha is not set, proceeds as with reading a long,
94 * @a v to false, and otherwise set err to ios_base::failbit.
103 get(iter_type __in, iter_type __end, ios_base& __io,
104 ios_base::iostate& __err, bool& __v) const
111 do_get(iter_type __beg, iter_type __end, ios_base& __io,
112 ios_base::iostate& __err, bool_set& __v) const
114 if (!(__io.flags() & ios_base::boolalpha)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/
bool_set.tcc 86 * If ios_base::boolalpha is set, attempts to read
89 * ios_base::failbit if reading the string fails. Sets err to
90 * ios_base::eofbit if the stream is emptied.
92 * If ios_base::boolalpha is not set, proceeds as with reading a long,
94 * @a v to false, and otherwise set err to ios_base::failbit.
103 get(iter_type __in, iter_type __end, ios_base& __io,
104 ios_base::iostate& __err, bool& __v) const
111 do_get(iter_type __beg, iter_type __end, ios_base& __io,
112 ios_base::iostate& __err, bool_set& __v) const
114 if (!(__io.flags() & ios_base::boolalpha)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/
bool_set.tcc 86 * If ios_base::boolalpha is set, attempts to read
89 * ios_base::failbit if reading the string fails. Sets err to
90 * ios_base::eofbit if the stream is emptied.
92 * If ios_base::boolalpha is not set, proceeds as with reading a long,
94 * @a v to false, and otherwise set err to ios_base::failbit.
103 get(iter_type __in, iter_type __end, ios_base& __io,
104 ios_base::iostate& __err, bool& __v) const
111 do_get(iter_type __beg, iter_type __end, ios_base& __io,
112 ios_base::iostate& __err, bool_set& __v) const
114 if (!(__io.flags() & ios_base::boolalpha)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
bool_set.tcc 86 * If ios_base::boolalpha is set, attempts to read
89 * ios_base::failbit if reading the string fails. Sets err to
90 * ios_base::eofbit if the stream is emptied.
92 * If ios_base::boolalpha is not set, proceeds as with reading a long,
94 * @a v to false, and otherwise set err to ios_base::failbit.
103 get(iter_type __in, iter_type __end, ios_base& __io,
104 ios_base::iostate& __err, bool& __v) const
111 do_get(iter_type __beg, iter_type __end, ios_base& __io,
112 ios_base::iostate& __err, bool_set& __v) const
114 if (!(__io.flags() & ios_base::boolalpha)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_year.pass.cpp 14 // iter_type get_year(iter_type s, iter_type end, ios_base& str,
15 // ios_base::iostate& err, tm* t) 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_year.pass.cpp 14 // iter_type get_year(iter_type s, iter_type end, ios_base& str,
15 // ios_base::iostate& err, tm* t) 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/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
27 | std::ios_base::trunc);
28 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
29 | std::ios_base::trunc);
49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
50 | std::ios_base::trunc);
51 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::ou
    [all...]
nonmember_swap.pass.cpp 27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
28 | std::ios_base::trunc);
29 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
30 | std::ios_base::trunc);
50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
51 | std::ios_base::trunc);
52 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::ou
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
27 | std::ios_base::trunc);
28 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
29 | std::ios_base::trunc);
49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
50 | std::ios_base::trunc);
51 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::ou
    [all...]
nonmember_swap.pass.cpp 27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
28 | std::ios_base::trunc);
29 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
30 | std::ios_base::trunc);
50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
51 | std::ios_base::trunc);
52 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::ou
    [all...]
  /external/libcxx/include/
sstream 30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
32 ios_base::openmode which = ios_base::in | ios_base::out);
49 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
50 ios_base::openmode which = ios_base::in | ios_base::out)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
sstream 30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
32 ios_base::openmode which = ios_base::in | ios_base::out);
49 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
50 ios_base::openmode which = ios_base::in | ios_base::out)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
sstream 30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
32 ios_base::openmode which = ios_base::in | ios_base::out);
49 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
50 ios_base::openmode which = ios_base::in | ios_base::out)
    [all...]
  /external/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);
  /external/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);
  /external/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);
  /external/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);

Completed in 1239 milliseconds

1 2 3 4 5 6 78 91011>>