Searched defs:sb (Results 76 - 100 of 608) sorted by relevance

1234567891011>>

/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
H A Dset_symmetric_difference.pass.cpp34 const int sb = sizeof(ib)/sizeof(ib[0]); local
39 Iter2(ib), Iter2(ib+sb), OutIter(ic));
42 ce = std::set_symmetric_difference(Iter1(ib), Iter1(ib+sb),
H A Dset_symmetric_difference_comp.pass.cpp36 const int sb = sizeof(ib)/sizeof(ib[0]); local
41 Iter2(ib), Iter2(ib+sb),
45 ce = std::set_symmetric_difference(Iter1(ib), Iter1(ib+sb),
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
H A Dset_union.pass.cpp33 const int sb = sizeof(ib)/sizeof(ib[0]); local
38 Iter2(ib), Iter2(ib+sb), OutIter(ic));
41 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
H A Dset_union_comp.pass.cpp35 const int sb = sizeof(ib)/sizeof(ib[0]); local
40 Iter2(ib), Iter2(ib+sb), OutIter(ic), std::less<int>());
43 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
/external/libcxx/test/std/input.output/iostream.format/ext.manip/
H A Dput_money.pass.cpp56 testbuf<char> sb; local
57 std::ostream os(&sb);
62 assert(sb.str() == "-$1,234,567.89");
65 testbuf<char> sb; local
66 std::ostream os(&sb);
71 assert(sb.str() == "-USD 1,234,567.89");
74 testbuf<wchar_t> sb; local
75 std::wostream os(&sb);
80 assert(sb.str() == L"-$1,234,567.89");
83 testbuf<wchar_t> sb; local
[all...]
H A Dput_time.pass.cpp56 testbuf<char> sb; local
57 std::ostream os(&sb);
69 assert(sb.str() == "Sat Dec 31 23:55:59 2061");
72 testbuf<wchar_t> sb; local
73 std::wostream os(&sb);
84 assert(sb.str() == L"Sat Dec 31 23:55:59 2061");
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
H A Dmember_swap.pass.cpp32 test_iostream(testbuf<CharT>* sb) : base(sb) {} argument
H A Dmove_assign.pass.cpp35 test_iostream(testbuf<CharT>* sb) : base(sb) {} argument
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
H A Dmember_swap.pass.cpp32 test_istream(testbuf<CharT>* sb) : base(sb) {} argument
H A Dmove_assign.pass.cpp35 test_istream(testbuf<CharT>* sb) : base(sb) {} argument
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmember_swap.pass.cpp32 test_ostream(testbuf<CharT>* sb) : base(sb) {} argument
H A Dmove_assign.pass.cpp35 test_ostream(testbuf<CharT>* sb) : base(sb) {} argument
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
H A Dios_base.pass.cpp55 testbuf<char> sb; local
56 std::ostream os(&sb);
H A Dstreambuf.pass.cpp15 // basic_ostream<charT,traits>& operator<<(basic_streambuf<charT,traits>* sb);
62 testbuf<char> sb; local
63 std::ostream os(&sb);
65 assert(sb.str() == "");
67 assert(sb.str() == "testing...");
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dbool.pass.cpp62 testbuf<char> sb; local
63 std::ostream os(&sb);
66 assert(sb.str() == "0");
69 testbuf<char> sb; local
70 std::ostream os(&sb);
73 assert(sb.str() == "1");
76 testbuf<char> sb; local
77 std::ostream os(&sb);
81 assert(sb.str() == "true");
84 testbuf<char> sb; local
[all...]
H A Ddouble.pass.cpp62 testbuf<char> sb; local
63 std::ostream os(&sb);
66 assert(sb.str() == "0");
69 testbuf<char> sb; local
70 std::ostream os(&sb);
73 assert(sb.str() == "-10");
76 testbuf<char> sb; local
77 std::ostream os(&sb);
81 assert(sb.str() == "-10.5");
H A Dfloat.pass.cpp62 testbuf<char> sb; local
63 std::ostream os(&sb);
66 assert(sb.str() == "0");
69 testbuf<char> sb; local
70 std::ostream os(&sb);
73 assert(sb.str() == "-10");
76 testbuf<char> sb; local
77 std::ostream os(&sb);
81 assert(sb.str() == "-10.5");
H A Dint.pass.cpp62 testbuf<char> sb; local
63 std::ostream os(&sb);
66 assert(sb.str() == "0");
69 testbuf<char> sb; local
70 std::ostream os(&sb);
73 assert(sb.str() == "-10");
76 testbuf<char> sb; local
77 std::ostream os(&sb);
81 assert(sb.str() == "fffffff6");
H A Dlong.pass.cpp62 testbuf<char> sb; local
63 std::ostream os(&sb);
66 assert(sb.str() == "0");
69 testbuf<char> sb; local
70 std::ostream os(&sb);
73 assert(sb.str() == "-10");
76 testbuf<char> sb; local
77 std::ostream os(&sb);
81 assert(sb.str() == "fffffff6");
H A Dlong_double.pass.cpp62 testbuf<char> sb; local
63 std::ostream os(&sb);
66 assert(sb.str() == "0");
69 testbuf<char> sb; local
70 std::ostream os(&sb);
73 assert(sb.str() == "-10");
76 testbuf<char> sb; local
77 std::ostream os(&sb);
81 assert(sb.str() == "-10.5");
H A Dlong_long.pass.cpp62 testbuf<char> sb; local
63 std::ostream os(&sb);
66 assert(sb.str() == "0");
69 testbuf<char> sb; local
70 std::ostream os(&sb);
73 assert(sb.str() == "-10");
76 testbuf<char> sb; local
77 std::ostream os(&sb);
81 assert(sb.str() == "fffffffffffffff6");
H A Dshort.pass.cpp62 testbuf<char> sb; local
63 std::ostream os(&sb);
66 assert(sb.str() == "0");
69 testbuf<char> sb; local
70 std::ostream os(&sb);
73 assert(sb.str() == "-10");
76 testbuf<char> sb; local
77 std::ostream os(&sb);
81 assert(sb.str() == "fff6");
H A Dunsigned_int.pass.cpp62 testbuf<char> sb; local
63 std::ostream os(&sb);
66 assert(sb.str() == "0");
69 testbuf<char> sb; local
70 std::ostream os(&sb);
73 assert(sb.str() == "10");
76 testbuf<char> sb; local
77 std::ostream os(&sb);
81 assert(sb.str() == "fff6");
H A Dunsigned_long.pass.cpp62 testbuf<char> sb; local
63 std::ostream os(&sb);
66 assert(sb.str() == "0");
69 testbuf<char> sb; local
70 std::ostream os(&sb);
73 assert(sb.str() == "10");
76 testbuf<char> sb; local
77 std::ostream os(&sb);
81 assert(sb.str() == "fffffff6");
H A Dunsigned_long_long.pass.cpp62 testbuf<char> sb; local
63 std::ostream os(&sb);
66 assert(sb.str() == "0");
69 testbuf<char> sb; local
70 std::ostream os(&sb);
73 assert(sb.str() == "10");
76 testbuf<char> sb; local
77 std::ostream os(&sb);
81 assert(sb.str() == "fffffffffffffff6");

Completed in 247 milliseconds

1234567891011>>