Searched refs:expss (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/
H A Dtests_test.cpp87 std::ostringstream expss; local
91 expss.str(""); \
95 check_equal(*this, ss.str(), expss.str())
101 expss << "Content-Type: application/X-atf-tp; version=\"1\"\n\n";
109 expss << "Content-Type: application/X-atf-tp; version=\"1\"\n\n";
113 expss << "ident: test1\n";
124 expss << "Content-Type: application/X-atf-tp; version=\"1\"\n\n";
128 expss << "ident: test1\n";
135 expss << "\nident: test2\n";
146 expss << "Conten
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dtests_test.cpp87 std::ostringstream expss; local
91 expss.str(""); \
95 check_equal(*this, ss.str(), expss.str())
101 expss << "Content-Type: application/X-atf-tp; version=\"1\"\n\n";
109 expss << "Content-Type: application/X-atf-tp; version=\"1\"\n\n";
113 expss << "ident: test1\n";
124 expss << "Content-Type: application/X-atf-tp; version=\"1\"\n\n";
128 expss << "ident: test1\n";
135 expss << "\nident: test2\n";
146 expss << "Conten
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dtest_program_test.cpp527 std::ostringstream expss; local
532 expss.str(""); \
536 check_match(*this, ss.str(), expss.str())
542 expss << "Content-Type: application/X-atf-tps; version=\"3\"\n\n";
550 expss << "Content-Type: application/X-atf-tps; version=\"3\"\n\n";
554 expss << "info: foo, bar\n";
558 expss << "info: baz, second info\n";
566 expss << "Content-Type: application/X-atf-tps; version=\"3\"\n\n";
570 expss << "tps-count: 0\n";
578 expss << "Conten
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dtest_program_test.cpp503 std::ostringstream expss; local
507 expss.str(""); \
511 check_equal(*this, ss.str(), expss.str())
517 expss << "Content-Type: application/X-atf-tps; version=\"2\"\n\n";
525 expss << "Content-Type: application/X-atf-tps; version=\"2\"\n\n";
529 expss << "info: foo, bar\n";
533 expss << "info: baz, second info\n";
541 expss << "Content-Type: application/X-atf-tps; version=\"2\"\n\n";
545 expss << "tps-count: 0\n";
553 expss << "Conten
[all...]

Completed in 111 milliseconds