HomeSort by relevance Sort by last modified time
    Searched full:ios_base (Results 126 - 150 of 879) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
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/clang/host/darwin-x86/clang-4691093/include/c++/v1/
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/clang/host/linux-x86/clang-4053586/include/c++/v1/
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/clang/host/linux-x86/clang-4393122/include/c++/v1/
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/clang/host/linux-x86/clang-4479392/include/c++/v1/
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/clang/host/linux-x86/clang-4579689/include/c++/v1/
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/clang/host/linux-x86/clang-4630689/include/c++/v1/
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/clang/host/linux-x86/clang-4639204/include/c++/v1/
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/clang/host/linux-x86/clang-4691093/include/c++/v1/
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/r16/sources/cxx-stl/llvm-libc++/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/std/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 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);
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/std/input.output/file.streams/fstreams/filebuf.cons/
move.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);
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);
  /external/libcxx/test/std/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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 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);
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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/filebuf.cons/
move.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);
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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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);
203 basic_ostream& operator<<(ios_base& (*__pf)(ios_base&))
232 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir);
273 if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf)
281 __os_.setstate(ios_base::badbit);
344 this->setstate(ios_base::failbit);
354 this->setstate(ios_base::badbit)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ostream 45 basic_ostream& operator<<(ios_base& (*pf)(ios_base&));
69 basic_ostream& seekp(off_type, ios_base::seekdir);
205 basic_ostream& operator<<(ios_base& (*__pf)(ios_base&))
234 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir);
275 if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf)
283 __os_.setstate(ios_base::badbit);
346 this->setstate(ios_base::failbit);
356 this->setstate(ios_base::badbit)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ostream 45 basic_ostream& operator<<(ios_base& (*pf)(ios_base&));
69 basic_ostream& seekp(off_type, ios_base::seekdir);
203 basic_ostream& operator<<(ios_base& (*__pf)(ios_base&))
232 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir);
273 if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf)
281 __os_.setstate(ios_base::badbit);
344 this->setstate(ios_base::failbit);
354 this->setstate(ios_base::badbit)
    [all...]

Completed in 562 milliseconds

1 2 3 4 56 7 8 91011>>