Home
last modified time | relevance | path

Searched refs:os3 (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/devel/boost-docs/boost_1_72_0/libs/date_time/test/gregorian/
H A Dtestfacet.cpp154 std::stringstream os3; in main() local
155 os3 << d1; in main()
173 os3.imbue(german_dates1); in main()
174 os3.str(""); in main()
175 os3 << d1; in main()
190 os3.str(""); in main()
191 os3 << d1; in main()
206 os3.str(""); in main()
207 os3 << d1; in main()
212 os3.str(""); in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/date_time/test/gregorian/
H A Dtestfacet.cpp154 std::stringstream os3; in main() local
155 os3 << d1; in main()
173 os3.imbue(german_dates1); in main()
174 os3.str(""); in main()
175 os3 << d1; in main()
190 os3.str(""); in main()
191 os3 << d1; in main()
206 os3.str(""); in main()
207 os3 << d1; in main()
212 os3.str(""); in main()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/date_time/test/gregorian/
H A Dtestfacet.cpp154 std::stringstream os3; in main() local
155 os3 << d1; in main()
173 os3.imbue(german_dates1); in main()
174 os3.str(""); in main()
175 os3 << d1; in main()
190 os3.str(""); in main()
191 os3 << d1; in main()
206 os3.str(""); in main()
207 os3 << d1; in main()
212 os3.str(""); in main()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/date_time/test/gregorian/
H A Dtestfacet.cpp154 std::stringstream os3; in main() local
155 os3 << d1; in main()
173 os3.imbue(german_dates1); in main()
174 os3.str(""); in main()
175 os3 << d1; in main()
190 os3.str(""); in main()
191 os3 << d1; in main()
206 os3.str(""); in main()
207 os3 << d1; in main()
212 os3.str(""); in main()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/date_time/test/gregorian/
H A Dtestfacet.cpp154 std::stringstream os3; in main() local
155 os3 << d1; in main()
173 os3.imbue(german_dates1); in main()
174 os3.str(""); in main()
175 os3 << d1; in main()
190 os3.str(""); in main()
191 os3 << d1; in main()
206 os3.str(""); in main()
207 os3 << d1; in main()
212 os3.str(""); in main()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/date_time/test/gregorian/
H A Dtestfacet.cpp154 std::stringstream os3; in main() local
155 os3 << d1; in main()
173 os3.imbue(german_dates1); in main()
174 os3.str(""); in main()
175 os3 << d1; in main()
190 os3.str(""); in main()
191 os3 << d1; in main()
206 os3.str(""); in main()
207 os3 << d1; in main()
212 os3.str(""); in main()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/date_time/test/gregorian/
H A Dtestfacet.cpp154 std::stringstream os3; in main() local
155 os3 << d1; in main()
173 os3.imbue(german_dates1); in main()
174 os3.str(""); in main()
175 os3 << d1; in main()
190 os3.str(""); in main()
191 os3 << d1; in main()
206 os3.str(""); in main()
207 os3 << d1; in main()
212 os3.str(""); in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/date_time/test/gregorian/
H A Dtestfacet.cpp154 std::stringstream os3; in main() local
155 os3 << d1; in main()
173 os3.imbue(german_dates1); in main()
174 os3.str(""); in main()
175 os3 << d1; in main()
190 os3.str(""); in main()
191 os3 << d1; in main()
206 os3.str(""); in main()
207 os3 << d1; in main()
212 os3.str(""); in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/date_time/test/gregorian/
H A Dtestfacet.cpp154 std::stringstream os3; in main() local
155 os3 << d1; in main()
173 os3.imbue(german_dates1); in main()
174 os3.str(""); in main()
175 os3 << d1; in main()
190 os3.str(""); in main()
191 os3 << d1; in main()
206 os3.str(""); in main()
207 os3 << d1; in main()
212 os3.str(""); in main()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/tuple/test/
H A Dio_test.cpp74 useThisOStringStream os3; in test_main() local
75 os3 << make_tuple(); in test_main()
76 BOOST_CHECK (os3.str() == std::string("()") ); in test_main()
77 os3 << set_open('['); in test_main()
78 os3 << set_close(']'); in test_main()
79 os3 << make_tuple(); in test_main()
80 BOOST_CHECK (os3.str() == std::string("()[]") ); in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/tuple/test/
H A Dio_test.cpp74 useThisOStringStream os3; in test_main() local
75 os3 << make_tuple(); in test_main()
76 BOOST_CHECK (os3.str() == std::string("()") ); in test_main()
77 os3 << set_open('['); in test_main()
78 os3 << set_close(']'); in test_main()
79 os3 << make_tuple(); in test_main()
80 BOOST_CHECK (os3.str() == std::string("()[]") ); in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/tuple/test/
H A Dio_test.cpp74 useThisOStringStream os3; in test_main() local
75 os3 << make_tuple(); in test_main()
76 BOOST_CHECK (os3.str() == std::string("()") ); in test_main()
77 os3 << set_open('['); in test_main()
78 os3 << set_close(']'); in test_main()
79 os3 << make_tuple(); in test_main()
80 BOOST_CHECK (os3.str() == std::string("()[]") ); in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/tuple/test/
H A Dio_test.cpp74 useThisOStringStream os3; in test_main() local
75 os3 << make_tuple(); in test_main()
76 BOOST_CHECK (os3.str() == std::string("()") ); in test_main()
77 os3 << set_open('['); in test_main()
78 os3 << set_close(']'); in test_main()
79 os3 << make_tuple(); in test_main()
80 BOOST_CHECK (os3.str() == std::string("()[]") ); in test_main()
/dports/databases/xtrabackup/boost_1_59_0/libs/tuple/test/
H A Dio_test.cpp74 useThisOStringStream os3; in test_main() local
75 os3 << make_tuple(); in test_main()
76 BOOST_CHECK (os3.str() == std::string("()") ); in test_main()
77 os3 << set_open('['); in test_main()
78 os3 << set_close(']'); in test_main()
79 os3 << make_tuple(); in test_main()
80 BOOST_CHECK (os3.str() == std::string("()[]") ); in test_main()
/dports/databases/percona57-client/boost_1_59_0/libs/tuple/test/
H A Dio_test.cpp74 useThisOStringStream os3; in test_main() local
75 os3 << make_tuple(); in test_main()
76 BOOST_CHECK (os3.str() == std::string("()") ); in test_main()
77 os3 << set_open('['); in test_main()
78 os3 << set_close(']'); in test_main()
79 os3 << make_tuple(); in test_main()
80 BOOST_CHECK (os3.str() == std::string("()[]") ); in test_main()
/dports/devel/boost-libs/boost_1_72_0/libs/tuple/test/
H A Dio_test.cpp74 useThisOStringStream os3; in test_main() local
75 os3 << make_tuple(); in test_main()
76 BOOST_CHECK (os3.str() == std::string("()") ); in test_main()
77 os3 << set_open('['); in test_main()
78 os3 << set_close(']'); in test_main()
79 os3 << make_tuple(); in test_main()
80 BOOST_CHECK (os3.str() == std::string("()[]") ); in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/tuple/test/
H A Dio_test.cpp74 useThisOStringStream os3; in test_main() local
75 os3 << make_tuple(); in test_main()
76 BOOST_CHECK (os3.str() == std::string("()") ); in test_main()
77 os3 << set_open('['); in test_main()
78 os3 << set_close(']'); in test_main()
79 os3 << make_tuple(); in test_main()
80 BOOST_CHECK (os3.str() == std::string("()[]") ); in test_main()
/dports/devel/hyperscan/boost_1_75_0/libs/tuple/test/
H A Dio_test.cpp73 useThisOStringStream os3; in main() local
74 os3 << make_tuple(); in main()
75 BOOST_CHECK (os3.str() == std::string("()") ); in main()
76 os3 << set_open('['); in main()
77 os3 << set_close(']'); in main()
78 os3 << make_tuple(); in main()
79 BOOST_CHECK (os3.str() == std::string("()[]") ); in main()
/dports/www/kannel/gateway-1.4.4/test/
H A Dtest_octstr_format.c65 Octstr *os, *os2, *os3, *os4, *os5; in main() local
80 os3 = octstr_format("NULL=%p &os=%p", (void *) NULL, (void *) &os); in main()
81 octstr_dump(os3, 0); in main()
91 octstr_destroy(os3); in main()
/dports/devel/libosinfo/libosinfo-1.9.0/tests/
H A Dtest-db.c99 OsinfoOs *os3 = osinfo_os_new("os3"); in test_os() local
105 osinfo_db_add_os(db, os3); in test_os()
119 g_object_unref(os3); in test_os()
246 OsinfoOs *os3 = osinfo_os_new("os3"); in test_prop_os() local
262 osinfo_db_add_os(db, os3); in test_prop_os()
290 g_object_unref(os3); in test_prop_os()
315 osinfo_db_add_os(db, os3); in test_rel_os()
338 else if (ent == os3) in test_rel_os()
366 else if (ent == os3) in test_rel_os()
394 else if (ent == os3) in test_rel_os()
[all …]
/dports/science/clhep/2.4.1.0/CLHEP/Units/test/
H A DtestUnits.cc38 std::ostringstream os1, os2, os3, os4; in main() local
45 os3 << std::setprecision(16) << CLHEP::pi ; in main()
47 if( os3.str() != os4.str() ) { in main()
49 std::cout << "compare --" << os3.str() << "--" << std::endl; in main()
/dports/devel/boost-docs/boost_1_72_0/libs/histogram/examples/
H A Dguide_histogram_projection.cpp51 std::ostringstream os3; in main() local
52 for (auto&& x : indexed(hr1)) os3 << "(- ," << x.index(0) << "): " << *x << "\n"; in main()
53 std::cout << os3.str() << std::flush; in main()
54 assert(os3.str() == "(- ,0): 2\n" in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/histogram/examples/
H A Dguide_histogram_projection.cpp51 std::ostringstream os3; in main() local
52 for (auto&& x : indexed(hr1)) os3 << "(- ," << x.index(0) << "): " << *x << "\n"; in main()
53 std::cout << os3.str() << std::flush; in main()
54 assert(os3.str() == "(- ,0): 2\n" in main()
/dports/devel/boost-libs/boost_1_72_0/libs/histogram/examples/
H A Dguide_histogram_projection.cpp51 std::ostringstream os3; in main() local
52 for (auto&& x : indexed(hr1)) os3 << "(- ," << x.index(0) << "): " << *x << "\n"; in main()
53 std::cout << os3.str() << std::flush; in main()
54 assert(os3.str() == "(- ,0): 2\n" in main()
/dports/devel/hyperscan/boost_1_75_0/libs/histogram/examples/
H A Dguide_histogram_projection.cpp51 std::ostringstream os3; in main() local
52 for (auto&& x : indexed(hr1)) os3 << "(- ," << x.index(0) << "): " << *x << "\n"; in main()
53 std::cout << os3.str() << std::flush; in main()
54 assert(os3.str() == "(- ,0): 2\n" in main()

12345678910>>...12