HomeSort by relevance Sort by last modified time
    Searched defs:sb (Results 26 - 50 of 1988) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxx/test/input.output/iostream.format/std.manip/
setiosflags.pass.cpp 27 testbuf<char> sb; local
28 std::istream is(&sb);
34 testbuf<char> sb; local
35 std::ostream os(&sb);
41 testbuf<wchar_t> sb; local
42 std::wistream is(&sb);
48 testbuf<wchar_t> sb; local
49 std::wostream os(&sb);
setprecision.pass.cpp 27 testbuf<char> sb; local
28 std::istream is(&sb);
33 testbuf<char> sb; local
34 std::ostream os(&sb);
39 testbuf<wchar_t> sb; local
40 std::wistream is(&sb);
45 testbuf<wchar_t> sb; local
46 std::wostream os(&sb);
setw.pass.cpp 27 testbuf<char> sb; local
28 std::istream is(&sb);
33 testbuf<char> sb; local
34 std::ostream os(&sb);
39 testbuf<wchar_t> sb; local
40 std::wistream is(&sb);
45 testbuf<wchar_t> sb; local
46 std::wostream os(&sb);
  /external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
rdbuf_streambuf.pass.cpp 14 // basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb);
25 std::streambuf* sb = (std::streambuf*)1; local
26 std::streambuf* sb2 = ios.rdbuf(sb);
28 assert(ios.rdbuf() == sb);
  /external/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
bad.pass.cpp 31 testbuf sb; local
32 std::ios ios(&sb);
clear.pass.cpp 55 testbuf sb; local
56 std::ios ios(&sb);
eof.pass.cpp 31 testbuf sb; local
32 std::ios ios(&sb);
exceptions.pass.cpp 29 testbuf sb; local
30 const std::ios ios(&sb);
exceptions_iostate.pass.cpp 40 testbuf sb; local
41 std::ios ios(&sb);
fail.pass.cpp 31 testbuf sb; local
32 std::ios ios(&sb);
good.pass.cpp 29 testbuf sb; local
30 std::ios ios(&sb);
setstate.pass.cpp 55 testbuf sb; local
56 std::ios ios(&sb);
  /external/libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/
internal.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
left.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
right.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
  /external/libcxx/test/input.output/iostreams.base/std.ios.manip/basefield.manip/
dec.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
hex.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
oct.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
  /external/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/
defaultfloat.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
fixed.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
hexfloat.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
scientific.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
  /external/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
boolalpha.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
noboolalpha.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
noshowbase.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);

Completed in 176 milliseconds

12 3 4 5 6 7 8 91011>>