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

<<11121314151617181920>>

  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/
close.pass.cpp 27 fs.open(temp.c_str(), std::ios_base::out);
36 fs.open(temp.c_str(), std::ios_base::out);
  /external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/
open_pointer.pass.cpp 15 // void open(const char* s, ios_base::openmode mode = ios_base::in);
open_string.pass.cpp 15 // void open(const string& s, ios_base::openmode mode = ios_base::in);
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.storage/
iword.pass.cpp 12 // class ios_base
36 std::ios_base& b = t;
pword.pass.cpp 12 // class ios_base
37 std::ios_base& b = t;
  /external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
2006-04-04-zextload.ll 5 %struct._Callback_list = type { %struct._Callback_list*, void (i32, %struct.ios_base*, i32)*, i32, i32 }
11 %struct.ios_base = type { i32 (...)**, i64, i64, i32, i32, i32, %struct._Callback_list*, %struct._Words, [8 x %struct._Words], i32, %struct._Words*, %struct.locale }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.members/
close.pass.cpp 27 fs.open(temp.c_str(), std::ios_base::out);
36 fs.open(temp.c_str(), std::ios_base::out);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ifstream.members/
open_pointer.pass.cpp 15 // void open(const char* s, ios_base::openmode mode = ios_base::in);
open_string.pass.cpp 15 // void open(const string& s, ios_base::openmode mode = ios_base::in);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.base.storage/
iword.pass.cpp 12 // class ios_base
36 std::ios_base& b = t;
pword.pass.cpp 12 // class ios_base
37 std::ios_base& b = t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.h 420 * the end, err |= ios_base::failbit. If parsing reads all the
421 * characters, err |= ios_base::eofbit.
431 get_time(iter_type __beg, iter_type __end, ios_base& __io,
432 ios_base::iostate& __err, tm* __tm) const
445 * the end, err |= ios_base::failbit. If parsing reads all the
446 * characters, err |= ios_base::eofbit.
456 get_date(iter_type __beg, iter_type __end, ios_base& __io,
457 ios_base::iostate& __err, tm* __tm) const
473 * If an error occurs before the end, err |= ios_base::failbit. If
474 * parsing reads all the characters, err |= ios_base::eofbit
    [all...]
fstream.tcc 80 _M_mode(ios_base::openmode(0)), _M_state_beg(), _M_state_cur(),
94 open(const char* __s, ios_base::openmode __mode)
114 if ((__mode & ios_base::ate)
115 && this->seekoff(0, ios_base::end, __mode)
142 __fb->_M_mode = ios_base::openmode(0);
181 const bool __testin = _M_mode & ios_base::in;
190 const bool __testbinary = _M_mode & ios_base::binary;
207 const bool __testin = _M_mode & ios_base::in;
366 const bool __testin = _M_mode & ios_base::in;
386 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1))
    [all...]
ostream_insert.h 48 typedef typename __ostream_type::ios_base __ios_base;
60 typedef typename __ostream_type::ios_base __ios_base;
80 typedef typename __ostream_type::ios_base __ios_base;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets_nonio.h 420 * the end, err |= ios_base::failbit. If parsing reads all the
421 * characters, err |= ios_base::eofbit.
431 get_time(iter_type __beg, iter_type __end, ios_base& __io,
432 ios_base::iostate& __err, tm* __tm) const
445 * the end, err |= ios_base::failbit. If parsing reads all the
446 * characters, err |= ios_base::eofbit.
456 get_date(iter_type __beg, iter_type __end, ios_base& __io,
457 ios_base::iostate& __err, tm* __tm) const
473 * If an error occurs before the end, err |= ios_base::failbit. If
474 * parsing reads all the characters, err |= ios_base::eofbit
    [all...]
fstream.tcc 80 _M_mode(ios_base::openmode(0)), _M_state_beg(), _M_state_cur(),
94 open(const char* __s, ios_base::openmode __mode)
114 if ((__mode & ios_base::ate)
115 && this->seekoff(0, ios_base::end, __mode)
142 __fb->_M_mode = ios_base::openmode(0);
181 const bool __testin = _M_mode & ios_base::in;
190 const bool __testbinary = _M_mode & ios_base::binary;
207 const bool __testin = _M_mode & ios_base::in;
366 const bool __testin = _M_mode & ios_base::in;
386 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1))
    [all...]
ostream_insert.h 48 typedef typename __ostream_type::ios_base __ios_base;
60 typedef typename __ostream_type::ios_base __ios_base;
80 typedef typename __ostream_type::ios_base __ios_base;
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
underflow.pass.cpp 44 assert(f.open("underflow.dat", std::ios_base::in) != 0);
57 assert(f.open("underflow.dat", std::ios_base::in) != 0);
80 assert(f.open("underflow.dat", std::ios_base::in) != 0);
94 assert(f.open("underflow.dat", std::ios_base::in) != 0);
118 assert(f.open("underflow_utf8.dat", std::ios_base::in) != 0);
  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp 28 std::ios_base::openmode which = std::ios_base::in | std::ios_base::out)
95 testbuf<char> sb("abc", std::ios_base::app | std::ios_base::out);
pbackfail.pass.cpp 26 std::ios_base::openmode which = std::ios_base::in | std::ios_base::out)
43 testbuf<char> sb("123", std::ios_base::in);
70 testbuf<wchar_t> sb(L"123", std::ios_base::in);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
underflow.pass.cpp 44 assert(f.open("underflow.dat", std::ios_base::in) != 0);
57 assert(f.open("underflow.dat", std::ios_base::in) != 0);
80 assert(f.open("underflow.dat", std::ios_base::in) != 0);
94 assert(f.open("underflow.dat", std::ios_base::in) != 0);
118 assert(f.open("underflow_utf8.dat", std::ios_base::in) != 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp 28 std::ios_base::openmode which = std::ios_base::in | std::ios_base::out)
95 testbuf<char> sb("abc", std::ios_base::app | std::ios_base::out);
pbackfail.pass.cpp 26 std::ios_base::openmode which = std::ios_base::in | std::ios_base::out)
43 testbuf<char> sb("123", std::ios_base::in);
70 testbuf<wchar_t> sb(L"123", std::ios_base::in);
  /external/libcxx/test/std/input.output/string.streams/stringstream.cons/
string.pass.cpp 16 // ios_base::openmode which = ios_base::out|ios_base::in);
  /external/libcxx/include/
random     [all...]

Completed in 924 milliseconds

<<11121314151617181920>>