Searched
full:ios_base (Results
251 -
275 of
1267) sorted by null
<<11121314151617181920>>
/external/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/ |
noshowpoint.pass.cpp | 12 // class ios_base 14 // ios_base& noshowpoint(ios_base& str); 27 std::ios_base& r = std::noshowpoint(ios);
|
noshowpos.pass.cpp | 12 // class ios_base 14 // ios_base& noshowpos(ios_base& str); 27 std::ios_base& r = std::noshowpos(ios);
|
noskipws.pass.cpp | 12 // class ios_base 14 // ios_base& noskipws(ios_base& str); 27 std::ios_base& r = std::noskipws(ios);
|
nounitbuf.pass.cpp | 12 // class ios_base 14 // ios_base& nounitbuf(ios_base& str); 27 std::ios_base& r = std::nounitbuf(ios);
|
nouppercase.pass.cpp | 12 // class ios_base 14 // ios_base& nouppercase(ios_base& str); 27 std::ios_base& r = std::nouppercase(ios);
|
showbase.pass.cpp | 12 // class ios_base 14 // ios_base& showbase(ios_base& str); 26 std::ios_base& r = std::showbase(ios);
|
showpoint.pass.cpp | 12 // class ios_base 14 // ios_base& showpoint(ios_base& str); 26 std::ios_base& r = std::showpoint(ios);
|
showpos.pass.cpp | 12 // class ios_base 14 // ios_base& showpos(ios_base& str); 26 std::ios_base& r = std::showpos(ios);
|
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);
|
/external/libcxx/test/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);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
ios_base.pass.cpp | 15 // basic_istream<charT,traits>& operator>>(ios_base& (*pf)(ios_base&)); 22 std::ios_base& 23 f(std::ios_base& is)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
copyfmt.pass.cpp | 34 void f1(std::ios_base::event ev, std::ios_base& stream, int index) 36 if (ev == std::ios_base::erase_event) 49 void f2(std::ios_base::event ev, std::ios_base& stream, int index) 51 if (ev == std::ios_base::erase_event) 64 void g1(std::ios_base::event ev, std::ios_base& stream, int index) 66 if (ev == std::ios_base::copyfmt_event) 79 void g2(std::ios_base::event ev, std::ios_base& stream, int index [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/ |
internal.pass.cpp | 12 // class ios_base 14 // ios_base& internal(ios_base& str); 26 std::ios_base& r = std::internal(ios);
|
left.pass.cpp | 12 // class ios_base 14 // ios_base& left(ios_base& str); 26 std::ios_base& r = std::left(ios);
|
right.pass.cpp | 12 // class ios_base 14 // ios_base& right(ios_base& str); 26 std::ios_base& r = std::right(ios);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/basefield.manip/ |
dec.pass.cpp | 12 // class ios_base 14 // ios_base& dec(ios_base& str); 26 std::ios_base& r = std::dec(ios);
|
hex.pass.cpp | 12 // class ios_base 14 // ios_base& hex(ios_base& str); 26 std::ios_base& r = std::hex(ios);
|
oct.pass.cpp | 12 // class ios_base 14 // ios_base& oct(ios_base& str); 26 std::ios_base& r = std::oct(ios);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/ |
fixed.pass.cpp | 12 // class ios_base 14 // ios_base& fixed(ios_base& str); 26 std::ios_base& r = std::fixed(ios);
|
scientific.pass.cpp | 12 // class ios_base 14 // ios_base& scientific(ios_base& str); 26 std::ios_base& r = std::scientific(ios);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/ |
boolalpha.pass.cpp | 12 // class ios_base 14 // ios_base& boolalpha(ios_base& str); 26 std::ios_base& r = std::boolalpha(ios);
|
noboolalpha.pass.cpp | 12 // class ios_base 14 // ios_base& noboolalpha(ios_base& str); 27 std::ios_base& r = std::noboolalpha(ios);
|
noshowbase.pass.cpp | 12 // class ios_base 14 // ios_base& noshowbase(ios_base& str); 27 std::ios_base& r = std::noshowbase(ios);
|
Completed in 243 milliseconds
<<11121314151617181920>>