Home
last modified time | relevance | path

Searched refs:ostrm (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/dports/math/openfst/openfst-1.8.1/src/script/
H A Dinfo-impl.cc28 ostrm.width(kWidth); in Info()
30 ostrm.width(kWidth); in Info()
32 ostrm.width(kWidth); in Info()
34 ostrm.width(kWidth); in Info()
37 ostrm.setf(old); in Info()
40 ostrm.width(kWidth); in Info()
42 ostrm.width(kWidth); in Info()
44 ostrm.width(kWidth); in Info()
46 ostrm.width(kWidth); in Info()
99 ostrm.setf(old); in Info()
[all …]
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Dicu.h92 std::ostringstream ostrm; in LabelsToByteString() local
94 if (label != 0) ostrm << label; in LabelsToByteString()
96 *str = ostrm.str(); in LabelsToByteString()
97 return !!ostrm; in LabelsToByteString()
102 std::ostringstream ostrm; in LabelsToUTF8String() local
110 ostrm << static_cast<char>(label); in LabelsToUTF8String()
112 ostrm << static_cast<char>((label >> 6) | 0xc0); in LabelsToUTF8String()
115 ostrm << static_cast<char>((label >> 12) | 0xe0); in LabelsToUTF8String()
119 ostrm << static_cast<char>((label >> 18) | 0xf0); in LabelsToUTF8String()
138 *str = ostrm.str(); in LabelsToUTF8String()
[all …]
/dports/science/ALPSCore/ALPSCore-2.2.0/params/test/
H A Dparams_has_unused.cpp49 std::ostringstream ostrm; in TEST_F() local
50 EXPECT_TRUE(cpar.has_unused(ostrm)); in TEST_F()
70 std::ostringstream ostrm; in TEST_F() local
71 EXPECT_FALSE(cpar.has_unused(ostrm)); in TEST_F()
72 EXPECT_TRUE(ostrm.str().empty()); in TEST_F()
78 std::ostringstream ostrm; in TEST_F() local
97 std::ostringstream ostrm; in TEST_F() local
99 EXPECT_TRUE(ostrm.str().empty()); in TEST_F()
105 std::ostringstream ostrm; in TEST_F() local
124 std::ostringstream ostrm; in TEST_F() local
[all …]
/dports/converters/mimelib/mimelib-1.1.2/mimelib/test/
H A Dexampl04.cpp72 ofstream ostrm("exampl04.out"); in main() local
76 ostrm << "Type -> " << multipart.TypeStr() << "\n"; in main()
77 ostrm << "Subtype -> " << multipart.SubtypeStr() << "\n"; in main()
92 ostrm << "\nBody part number " << idx << "\n"; in main()
93 ostrm << "Type -> " << part.TypeStr() << "\n"; in main()
94 ostrm << "Subtype -> " << part.SubtypeStr() << "\n"; in main()
95 ostrm << "Content transfer encoding -> " in main()
97 ostrm << "Content description -> " in main()
102 ostrm << "Body (decoded) ->\n" << body << "\n"; in main()
106 ostrm << "Body (decoded) ->\n" << body << "\n"; in main()
[all …]
H A Dexampl02.cpp65 ofstream ostrm("exampl02.out"); in main() local
69 ostrm << "Type -> " << message.TypeStr() << "\n"; in main()
70 ostrm << "Subtype -> " << message.SubtypeStr() << "\n"; in main()
72 ostrm << "Date -> " << message.DateStr() << "\n"; in main()
73 ostrm << "From -> " << message.From() << "\n"; in main()
74 ostrm << "To -> " << message.To() << "\n"; in main()
75 ostrm << "Cc -> " << message.Cc() << "\n"; in main()
76 ostrm << "Bcc -> " << message.Bcc() << "\n"; in main()
77 ostrm << "Subject -> " << message.Subject() << "\n"; in main()
81 ostrm << "\nBody ->\n"; in main()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/test/karma/
H A Dtest_manip_attr.hpp65 std::ostringstream ostrm; in test() local
66 ostrm << karma::format(g, BOOST_PP_ENUM_PARAMS(N, attr)); in test()
68 print_if_failed("test", ostrm.good(), ostrm.str(), expected); in test()
69 return ostrm.good() && ostrm.str() == expected; in test()
80 std::ostringstream ostrm; in test_delimited() local
83 print_if_failed("test_delimited", ostrm.good(), ostrm.str(), expected); in test_delimited()
84 return ostrm.good() && ostrm.str() == expected; in test_delimited()
97 std::ostringstream ostrm; in test_predelimited() local
98 ostrm << karma::format_delimited(g, d, pre_delimit in test_predelimited()
101 print_if_failed("test_predelimited", ostrm.good(), ostrm.str(), expected); in test_predelimited()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/test/karma/
H A Dtest_manip_attr.hpp65 std::ostringstream ostrm; in test() local
66 ostrm << karma::format(g, BOOST_PP_ENUM_PARAMS(N, attr)); in test()
68 print_if_failed("test", ostrm.good(), ostrm.str(), expected); in test()
69 return ostrm.good() && ostrm.str() == expected; in test()
80 std::ostringstream ostrm; in test_delimited() local
83 print_if_failed("test_delimited", ostrm.good(), ostrm.str(), expected); in test_delimited()
84 return ostrm.good() && ostrm.str() == expected; in test_delimited()
97 std::ostringstream ostrm; in test_predelimited() local
98 ostrm << karma::format_delimited(g, d, pre_delimit in test_predelimited()
101 print_if_failed("test_predelimited", ostrm.good(), ostrm.str(), expected); in test_predelimited()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/test/karma/
H A Dtest_manip_attr.hpp65 std::ostringstream ostrm; in test() local
66 ostrm << karma::format(g, BOOST_PP_ENUM_PARAMS(N, attr)); in test()
68 print_if_failed("test", ostrm.good(), ostrm.str(), expected); in test()
69 return ostrm.good() && ostrm.str() == expected; in test()
80 std::ostringstream ostrm; in test_delimited() local
83 print_if_failed("test_delimited", ostrm.good(), ostrm.str(), expected); in test_delimited()
84 return ostrm.good() && ostrm.str() == expected; in test_delimited()
97 std::ostringstream ostrm; in test_predelimited() local
98 ostrm << karma::format_delimited(g, d, pre_delimit in test_predelimited()
101 print_if_failed("test_predelimited", ostrm.good(), ostrm.str(), expected); in test_predelimited()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/test/karma/
H A Dtest_manip_attr.hpp65 std::ostringstream ostrm; in test() local
66 ostrm << karma::format(g, BOOST_PP_ENUM_PARAMS(N, attr)); in test()
68 print_if_failed("test", ostrm.good(), ostrm.str(), expected); in test()
69 return ostrm.good() && ostrm.str() == expected; in test()
80 std::ostringstream ostrm; in test_delimited() local
83 print_if_failed("test_delimited", ostrm.good(), ostrm.str(), expected); in test_delimited()
84 return ostrm.good() && ostrm.str() == expected; in test_delimited()
97 std::ostringstream ostrm; in test_predelimited() local
98 ostrm << karma::format_delimited(g, d, pre_delimit in test_predelimited()
101 print_if_failed("test_predelimited", ostrm.good(), ostrm.str(), expected); in test_predelimited()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/test/karma/
H A Dtest_manip_attr.hpp65 std::ostringstream ostrm; in test() local
66 ostrm << karma::format(g, BOOST_PP_ENUM_PARAMS(N, attr)); in test()
68 print_if_failed("test", ostrm.good(), ostrm.str(), expected); in test()
69 return ostrm.good() && ostrm.str() == expected; in test()
80 std::ostringstream ostrm; in test_delimited() local
83 print_if_failed("test_delimited", ostrm.good(), ostrm.str(), expected); in test_delimited()
84 return ostrm.good() && ostrm.str() == expected; in test_delimited()
97 std::ostringstream ostrm; in test_predelimited() local
98 ostrm << karma::format_delimited(g, d, pre_delimit in test_predelimited()
101 print_if_failed("test_predelimited", ostrm.good(), ostrm.str(), expected); in test_predelimited()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/test/karma/
H A Dtest_manip_attr.hpp65 std::ostringstream ostrm; in test() local
66 ostrm << karma::format(g, BOOST_PP_ENUM_PARAMS(N, attr)); in test()
68 print_if_failed("test", ostrm.good(), ostrm.str(), expected); in test()
69 return ostrm.good() && ostrm.str() == expected; in test()
80 std::ostringstream ostrm; in test_delimited() local
83 print_if_failed("test_delimited", ostrm.good(), ostrm.str(), expected); in test_delimited()
84 return ostrm.good() && ostrm.str() == expected; in test_delimited()
97 std::ostringstream ostrm; in test_predelimited() local
98 ostrm << karma::format_delimited(g, d, pre_delimit in test_predelimited()
101 print_if_failed("test_predelimited", ostrm.good(), ostrm.str(), expected); in test_predelimited()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/test/karma/
H A Dtest_manip_attr.hpp65 std::ostringstream ostrm; in test() local
66 ostrm << karma::format(g, BOOST_PP_ENUM_PARAMS(N, attr)); in test()
68 print_if_failed("test", ostrm.good(), ostrm.str(), expected); in test()
69 return ostrm.good() && ostrm.str() == expected; in test()
80 std::ostringstream ostrm; in test_delimited() local
83 print_if_failed("test_delimited", ostrm.good(), ostrm.str(), expected); in test_delimited()
84 return ostrm.good() && ostrm.str() == expected; in test_delimited()
97 std::ostringstream ostrm; in test_predelimited() local
98 ostrm << karma::format_delimited(g, d, pre_delimit in test_predelimited()
101 print_if_failed("test_predelimited", ostrm.good(), ostrm.str(), expected); in test_predelimited()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/test/karma/
H A Dtest_manip_attr.hpp65 std::ostringstream ostrm; in test() local
66 ostrm << karma::format(g, BOOST_PP_ENUM_PARAMS(N, attr)); in test()
68 print_if_failed("test", ostrm.good(), ostrm.str(), expected); in test()
69 return ostrm.good() && ostrm.str() == expected; in test()
80 std::ostringstream ostrm; in test_delimited() local
83 print_if_failed("test_delimited", ostrm.good(), ostrm.str(), expected); in test_delimited()
84 return ostrm.good() && ostrm.str() == expected; in test_delimited()
97 std::ostringstream ostrm; in test_predelimited() local
98 ostrm << karma::format_delimited(g, d, pre_delimit in test_predelimited()
101 print_if_failed("test_predelimited", ostrm.good(), ostrm.str(), expected); in test_predelimited()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/test/karma/
H A Dtest_manip_attr.hpp65 std::ostringstream ostrm; in test() local
66 ostrm << karma::format(g, BOOST_PP_ENUM_PARAMS(N, attr)); in test()
68 print_if_failed("test", ostrm.good(), ostrm.str(), expected); in test()
69 return ostrm.good() && ostrm.str() == expected; in test()
80 std::ostringstream ostrm; in test_delimited() local
83 print_if_failed("test_delimited", ostrm.good(), ostrm.str(), expected); in test_delimited()
84 return ostrm.good() && ostrm.str() == expected; in test_delimited()
97 std::ostringstream ostrm; in test_predelimited() local
98 ostrm << karma::format_delimited(g, d, pre_delimit in test_predelimited()
101 print_if_failed("test_predelimited", ostrm.good(), ostrm.str(), expected); in test_predelimited()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/spirit/tree/impl/
H A Dtree_to_xml.ipp95 return ostrm;
97 return ostrm;
118 ostrm << " ";
129 std::ostream &ostrm;
147 ostrm << "<" << tag_ << ">\n";
163 element(ostrm)
172 element(ostrm)
181 element(ostrm)
194 element(ostrm, false)
208 document (std::ostream &ostrm) : element(ostrm)
[all …]
/dports/mail/lurker/lurker-2.3/mimelib/test/
H A Dexampl04.cpp72 std::ofstream ostrm("exampl04.out"); in main() local
76 ostrm << "Type -> " << multipart.TypeStr() << std::endl; in main()
77 ostrm << "Subtype -> " << multipart.SubtypeStr() << std::endl; in main()
78 ostrm << "Date -> " << multipart.DateStr() << std::endl; in main()
79 ostrm << "From -> " << multipart.From() << std::endl; in main()
80 ostrm << "To -> " << multipart.To() << std::endl; in main()
92 ostrm << "\nBody part number " << idx << std::endl; in main()
93 ostrm << "Type -> " << part.TypeStr() << std::endl; in main()
94 ostrm << "Subtype -> " << part.SubtypeStr() << std::endl; in main()
95 ostrm << "Content transfer encoding -> " in main()
[all …]
H A Dexampl02.cpp65 std::ofstream ostrm("exampl02.out"); in main() local
69 ostrm << "Type -> " << message.TypeStr() << std::endl; in main()
70 ostrm << "Subtype -> " << message.SubtypeStr() << std::endl; in main()
72 ostrm << "Date -> " << message.DateStr() << std::endl; in main()
73 ostrm << "From -> " << message.From() << std::endl; in main()
74 ostrm << "To -> " << message.To() << std::endl; in main()
75 ostrm << "Cc -> " << message.Cc() << std::endl; in main()
76 ostrm << "Bcc -> " << message.Bcc() << std::endl; in main()
77 ostrm << "Subject -> " << message.Subject() << std::endl; in main()
81 ostrm << "\nBody ->" << std::endl; in main()
[all …]
/dports/biology/fastx-toolkit/fastx_toolkit-0.0.14/src/fasta_formatter/
H A Dsequence_writers.h54 std::ostream& ostrm ;
60 ostrm << sequence_id << std::endl; in write()
62 ostrm << sequence_bases << std::endl ; in write()
69 std::ostream& ostrm ;
74 ostrm ( output_stream ), max_width ( _max_width ) in MultiLineFastaWriter()
80 ostrm << sequence_id << std::endl; in write()
96 std::ostream& ostrm ;
102 ostrm << sequence_id.substr(1) ; in write()
104 ostrm << "\t" ; in write()
105 ostrm << sequence_bases ; in write()
[all …]
/dports/graphics/bmeps/dktools-4.31.1/src/tests/
H A Dtest-dk4mao8dns.c159 dk4_stream_t *ostrm = NULL; in main() local
166 if (NULL != ostrm) { in main()
170 dk4stream_write_char_string(ostrm, buffer, NULL); in main()
171 dk4stream_write_byte(ostrm, '\n', NULL); in main()
173 ostrm, buffer, NULL in main()
183 dk4stream_write_byte(ostrm, '\n', NULL); in main()
184 dk4stream_write_byte(ostrm, '\n', NULL); in main()
192 ostrm, values[i], 1.0e-6, 1, 1, NULL in main()
194 dk4stream_write_byte(ostrm, '\n', NULL); in main()
196 dk4stream_write_byte(ostrm, '\n', NULL); in main()
[all …]
H A Dtest-dk4mao8dns.ctr104 dk4_stream_t *ostrm = NULL;
111 if (NULL != ostrm) {
115 dk4stream_write_char_string(ostrm, buffer, NULL);
116 dk4stream_write_byte(ostrm, '\n', NULL);
118 ostrm, buffer, NULL
128 dk4stream_write_byte(ostrm, '\n', NULL);
129 dk4stream_write_byte(ostrm, '\n', NULL);
137 ostrm, values[i], 1.0e-6, 1, 1, NULL
139 dk4stream_write_byte(ostrm, '\n', NULL);
141 dk4stream_write_byte(ostrm, '\n', NULL);
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/kml/
H A Dkmlserver.cxx76 ostrm << KmlSrvUnique; in KmlTimestamp()
88 ostrm << bufTm ; in KmlTimestamp()
168 ostrm << ptr ; in StripHtmlTags()
201 ostrm << in KmlHeader()
259 ostrm << "\">\n" ; in SerializeForReading()
266 ostrm << "\" />"; in SerializeForReading()
440 styleToKml(ostrm); in Serialize()
487 ostrm << "\n" ; in Serialize()
495 ostrm << "<tr>"; in Serialize()
949 ostrm in DrawPolyline()
[all …]
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4gra/
H A Ddk4grat.c1235 dk4_stream_t *ostrm, in dk4gratool_paragraph_to_stream() argument
1242 assert(NULL != ostrm); in dk4gratool_paragraph_to_stream()
1256 dk4_stream_t *ostrm, in dk4gratool_start_standalone_document() argument
1274 assert(NULL != ostrm); in dk4gratool_start_standalone_document()
1376 dk4_stream_t *ostrm, in dk4gratool_end_standalone_document() argument
1382 assert(NULL != ostrm); in dk4gratool_end_standalone_document()
1398 dk4_stream_t *ostrm, in dk4gratool_font_one_definition() argument
1408 assert(NULL != ostrm); in dk4gratool_font_one_definition()
1451 ostrm, in dk4gratool_font_one_definition()
1539 dk4_stream_t *ostrm, in dk4gratool_font_definitions() argument
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/classic/tree/
H A Dtree_to_xml.hpp62 basic_tree_to_xml (std::basic_ostream<CharT> &ostrm, TreeNodeT const &tree,
69 basic_tree_to_xml (std::basic_ostream<CharT> &ostrm, TreeNodeT const &tree,
75 basic_tree_to_xml (std::basic_ostream<CharT> &ostrm, TreeNodeT const &tree,
85 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml() argument
89 basic_tree_to_xml<char>(ostrm, tree, input_line, id_to_name, in tree_to_xml()
95 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml() argument
98 basic_tree_to_xml<char>(ostrm, tree, input_line, id_to_name); in tree_to_xml()
103 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml() argument
106 basic_tree_to_xml<char>(ostrm, tree, input_line); in tree_to_xml()
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/classic/tree/
H A Dtree_to_xml.hpp62 basic_tree_to_xml (std::basic_ostream<CharT> &ostrm, TreeNodeT const &tree,
69 basic_tree_to_xml (std::basic_ostream<CharT> &ostrm, TreeNodeT const &tree,
75 basic_tree_to_xml (std::basic_ostream<CharT> &ostrm, TreeNodeT const &tree,
85 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml() argument
89 basic_tree_to_xml<char>(ostrm, tree, input_line, id_to_name, in tree_to_xml()
95 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml() argument
98 basic_tree_to_xml<char>(ostrm, tree, input_line, id_to_name); in tree_to_xml()
103 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml() argument
106 basic_tree_to_xml<char>(ostrm, tree, input_line); in tree_to_xml()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/classic/tree/
H A Dtree_to_xml.hpp62 basic_tree_to_xml (std::basic_ostream<CharT> &ostrm, TreeNodeT const &tree,
69 basic_tree_to_xml (std::basic_ostream<CharT> &ostrm, TreeNodeT const &tree,
75 basic_tree_to_xml (std::basic_ostream<CharT> &ostrm, TreeNodeT const &tree,
85 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml() argument
89 basic_tree_to_xml<char>(ostrm, tree, input_line, id_to_name, in tree_to_xml()
95 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml() argument
98 basic_tree_to_xml<char>(ostrm, tree, input_line, id_to_name); in tree_to_xml()
103 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml() argument
106 basic_tree_to_xml<char>(ostrm, tree, input_line); in tree_to_xml()

12345678910>>...12