/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/ |
skipws.pass.cpp | 12 // class ios_base 14 // ios_base& skipws(ios_base& str); 26 std::ios_base& r = std::skipws(ios);
|
unitbuf.pass.cpp | 12 // class ios_base 14 // ios_base& unitbuf(ios_base& str); 26 std::ios_base& r = std::unitbuf(ios);
|
uppercase.pass.cpp | 12 // class ios_base 14 // ios_base& uppercase(ios_base& str); 26 std::ios_base& r = std::uppercase(ios);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/ |
pubseekpos.pass.cpp | 16 // ios_base::openmode which = ios_base::in | ios_base::out; 32 assert(t.pubseekpos(0, std::ios_base::app) == -1);
|
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/ |
string.pass.cpp | 16 // ios_base::openmode which = ios_base::in | ios_base::out); 28 std::stringbuf buf("testing", std::ios_base::in); 32 std::stringbuf buf("testing", std::ios_base::out); 40 std::wstringbuf buf(L"testing", std::ios_base::in); 44 std::wstringbuf buf(L"testing", std::ios_base::out);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/ |
string.pass.cpp | 16 // ios_base::openmode which = ios_base::in | ios_base::out); 28 std::stringbuf buf("testing", std::ios_base::in); 32 std::stringbuf buf("testing", std::ios_base::out); 40 std::wstringbuf buf(L"testing", std::ios_base::in); 44 std::wstringbuf buf(L"testing", std::ios_base::out);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.cons/ |
string.pass.cpp | 16 // ios_base::openmode which = ios_base::in | ios_base::out); 28 std::stringbuf buf("testing", std::ios_base::in); 32 std::stringbuf buf("testing", std::ios_base::out); 40 std::wstringbuf buf(L"testing", std::ios_base::in); 44 std::wstringbuf buf(L"testing", std::ios_base::out);
|
/external/google-breakpad/src/processor/ |
binarystream.h | 44 using std::ios_base; 49 explicit binarystream(ios_base::openmode which = ios_base::out|ios_base::in) 52 ios_base::openmode which = ios_base::out|ios_base::in) 55 ios_base::openmode which = ios_base::out|ios_base::in [all...] |
/external/libcxx/test/std/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, 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); 77 is.setstate(std::ios_base::eofbit); 79 is.seekg(5, std::ios_base::beg) [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/ |
fstream_win32io.cpp | 46 static ios_base::openmode flag_to_openmode(int mode) { 47 ios_base::openmode ret = ios_base::__default_mode; 51 ret = ios_base::in; break; 53 ret = ios_base::out; break; 55 ret = ios_base::in | ios_base::out; break; 59 ret |= ios_base::app; 62 ret |= ios_base::binary; 129 static ios_base::openmode _get_osfflags(int fd, HANDLE oshandle) [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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, 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); 77 is.setstate(std::ios_base::eofbit); 79 is.seekg(5, std::ios_base::beg) [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/ |
fstream_win32io.cpp | 46 static ios_base::openmode flag_to_openmode(int mode) { 47 ios_base::openmode ret = ios_base::__default_mode; 51 ret = ios_base::in; break; 53 ret = ios_base::out; break; 55 ret = ios_base::in | ios_base::out; break; 59 ret |= ios_base::app; 62 ret |= ios_base::binary; 129 static ios_base::openmode _get_osfflags(int fd, HANDLE oshandle) [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/ |
istream | 45 basic_istream& operator>>(ios_base& (*pf)(ios_base&)); 84 basic_istream& seekg(off_type, ios_base::seekdir); 219 basic_istream& operator>>(ios_base& (*__pf)(ios_base&)); 259 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 288 if (!__noskipws && (__is.flags() & ios_base::skipws)) 298 __is.setstate(ios_base::failbit | ios_base::eofbit); 303 __is.setstate(ios_base::failbit) [all...] |
/external/libcxx/include/ |
istream | 45 basic_istream& operator>>(ios_base& (*pf)(ios_base&)); 84 basic_istream& seekg(off_type, ios_base::seekdir); 228 basic_istream& operator>>(ios_base& (*__pf)(ios_base&)) 288 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 317 if (!__noskipws && (__is.flags() & ios_base::skipws)) 327 __is.setstate(ios_base::failbit | ios_base::eofbit); 332 __is.setstate(ios_base::failbit) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
istream | 45 basic_istream& operator>>(ios_base& (*pf)(ios_base&)); 84 basic_istream& seekg(off_type, ios_base::seekdir); 228 basic_istream& operator>>(ios_base& (*__pf)(ios_base&)) 288 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 317 if (!__noskipws && (__is.flags() & ios_base::skipws)) 327 __is.setstate(ios_base::failbit | ios_base::eofbit); 332 __is.setstate(ios_base::failbit) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
istream | 45 basic_istream& operator>>(ios_base& (*pf)(ios_base&)); 84 basic_istream& seekg(off_type, ios_base::seekdir); 228 basic_istream& operator>>(ios_base& (*__pf)(ios_base&)) 288 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 317 if (!__noskipws && (__is.flags() & ios_base::skipws)) 327 __is.setstate(ios_base::failbit | ios_base::eofbit); 332 __is.setstate(ios_base::failbit) [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/ |
istream | 45 basic_istream& operator>>(ios_base& (*pf)(ios_base&)); 84 basic_istream& seekg(off_type, ios_base::seekdir); 203 basic_istream& operator>>(ios_base& (*__pf)(ios_base&)); 243 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 272 if (!__noskipws && (__is.flags() & ios_base::skipws)) 282 __is.setstate(ios_base::failbit | ios_base::eofbit); 287 __is.setstate(ios_base::failbit) [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/ |
istream | 45 basic_istream& operator>>(ios_base& (*pf)(ios_base&)); 84 basic_istream& seekg(off_type, ios_base::seekdir); 203 basic_istream& operator>>(ios_base& (*__pf)(ios_base&)); 243 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 272 if (!__noskipws && (__is.flags() & ios_base::skipws)) 282 __is.setstate(ios_base::failbit | ios_base::eofbit); 287 __is.setstate(ios_base::failbit) [all...] |
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.callback/ |
register_callback.pass.cpp | 14 // class ios_base 37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) 39 if (ev == std::ios_base::imbue_event) 50 std::ios_base& b = t;
|
/external/libcxx/test/std/input.output/string.streams/stringstream.cons/ |
default.pass.cpp | 15 // explicit basic_stringstream(ios_base::openmode which = ios_base::out|ios_base::in); 29 std::stringstream ss(std::ios_base::in); 41 std::wstringstream ss(std::ios_base::in);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/ |
register_callback.pass.cpp | 12 // class ios_base 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) 37 if (ev == std::ios_base::imbue_event) 48 std::ios_base& b = t;
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/ |
default.pass.cpp | 15 // explicit basic_stringstream(ios_base::openmode which = ios_base::out|ios_base::in); 29 std::stringstream ss(std::ios_base::in); 41 std::wstringstream ss(std::ios_base::in);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.base.callback/ |
register_callback.pass.cpp | 14 // class ios_base 37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) 39 if (ev == std::ios_base::imbue_event) 50 std::ios_base& b = t;
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringstream.cons/ |
default.pass.cpp | 15 // explicit basic_stringstream(ios_base::openmode which = ios_base::out|ios_base::in); 29 std::stringstream ss(std::ios_base::in); 41 std::wstringstream ss(std::ios_base::in);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
iomanip | 40 #include <bits/ios_base.h> 53 struct _Resetiosflags { ios_base::fmtflags _M_mask; }; 63 resetiosflags(ios_base::fmtflags __mask) 70 __is.setf(ios_base::fmtflags(0), __f._M_mask); 78 __os.setf(ios_base::fmtflags(0), __f._M_mask); 83 struct _Setiosflags { ios_base::fmtflags _M_mask; }; 93 setiosflags(ios_base::fmtflags __mask) 120 * @c ios_base::basefield flags to @c oct, @c dec, or @c hex when @a base 131 __is.setf(__f._M_base == 8 ? ios_base::oct : 132 __f._M_base == 10 ? ios_base::dec : [all...] |