Home
last modified time | relevance | path

Searched refs:msg_stream (Results 1 – 25 of 67) sorted by relevance

123

/dports/science/qmcpack/qmcpack-3.11.0/src/Optimize/
H A DCGOptimization.h29 using MinimizerBase<T>::msg_stream;
194 if (msg_stream) in optimize()
197 *msg_stream << "Total number of steps = " << CurStep << std::endl; in optimize()
210 if (msg_stream) in optimize()
223 if (msg_stream) in optimize()
230 if (msg_stream) in optimize()
237 if (msg_stream) in optimize()
238 *msg_stream << " CGOptimization::Converged cost with " << dx << std::endl; in optimize()
251 if (msg_stream) in optimize()
256 if (msg_stream) in optimize()
[all …]
H A DDampedDynamics.h27 using MinimizerBase<T>::msg_stream;
161 if (msg_stream) in optimize()
162 *msg_stream << " CGOptimization has reached gradient max|G| = " << fx << std::endl; in optimize()
168 if (msg_stream) in optimize()
169 *msg_stream << " CGOptimization::Converged cost with " << dx << std::endl; in optimize()
179 if (msg_stream) in optimize()
180 *msg_stream << " DampedDynamics stopped due to invalid cost values " << std::endl; in optimize()
184 if (msg_stream) in optimize()
185 *msg_stream << " Failed to converged after " << CurStep << " steps." << std::endl; in optimize()
H A DOptimizeBase.h97 std::ostream* msg_stream; member
104 MinimizerBase() : msg_stream(0) {} in MinimizerBase()
112 void setOstream(std::ostream* os_ptr) { msg_stream = os_ptr; } in setOstream()
/dports/cad/ngspice_rework/ngspice-35/src/xspice/ipc/
H A Dipcsockets.c116 static int msg_stream; /* socket stream */ variable
362 close (msg_stream); in handle_socket_eof()
516 msg_stream = accept (sock_desc, (struct sockaddr *)0, (socklen_t*)0); in ipc_transport_get_line()
518 if (msg_stream == -1) { in ipc_transport_get_line()
529 flags = fcntl(msg_stream, F_GETFL, NULL); /* Blocking read mode */ in ipc_transport_get_line()
533 count = read_sock (msg_stream, str, SOCK_MSG_HDR_LEN, wait, flags); in ipc_transport_get_line()
542 fcntl (msg_stream, F_SETFL, flags | O_NDELAY); in ipc_transport_get_line()
543 count = read_sock (msg_stream, str, SOCK_MSG_HDR_LEN, wait, flags); in ipc_transport_get_line()
595 count = read_sock (msg_stream, str, message_length, IPC_WAIT, 0); in ipc_transport_get_line()
679 count = (int) write (msg_stream, hdr_buff, 5); in ipc_transport_send_line()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dmsg_vstream.c53 static VSTREAM *msg_stream; variable
66 vstream_fprintf(msg_stream, "%s: %s\n", in msg_vstream_print()
69 vstream_fprintf(msg_stream, "%s: %s: %s\n", in msg_vstream_print()
72 vstream_fflush(msg_stream); in msg_vstream_print()
82 msg_stream = vp; in msg_vstream_init()
/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Dsass_context.cpp23 sass::ostream msg_stream; in handle_string_error() local
25 msg_stream << "Internal Error: " << msg << std::endl; in handle_string_error()
31 c_ctx->error_message = sass_copy_string(msg_stream.str()); in handle_string_error()
44 sass::ostream msg_stream; in handle_error() local
48 msg_stream << msg_prefix << ": "; in handle_error()
61 msg_stream << *msg; in handle_error()
64 if (!got_newline) msg_stream << "\n"; in handle_error()
107 msg_stream << ">> " << sanitized << "\n"; in handle_error()
108 msg_stream << " " << marker << "^\n"; in handle_error()
132 sass::ostream msg_stream; in handle_error() local
[all …]
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Dsass_context.cpp23 sass::ostream msg_stream; in handle_string_error() local
25 msg_stream << "Internal Error: " << msg << std::endl; in handle_string_error()
31 c_ctx->error_message = sass_copy_string(msg_stream.str()); in handle_string_error()
44 sass::ostream msg_stream; in handle_error() local
48 msg_stream << msg_prefix << ": "; in handle_error()
61 msg_stream << *msg; in handle_error()
64 if (!got_newline) msg_stream << "\n"; in handle_error()
108 msg_stream << ">> " << sanitized << "\n"; in handle_error()
109 msg_stream << " " << marker << "^\n"; in handle_error()
133 sass::ostream msg_stream; in handle_error() local
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Dsass_context.cpp23 sass::ostream msg_stream; in handle_string_error() local
25 msg_stream << "Internal Error: " << msg << std::endl; in handle_string_error()
31 c_ctx->error_message = sass_copy_string(msg_stream.str()); in handle_string_error()
44 sass::ostream msg_stream; in handle_error() local
48 msg_stream << msg_prefix << ": "; in handle_error()
61 msg_stream << *msg; in handle_error()
64 if (!got_newline) msg_stream << "\n"; in handle_error()
108 msg_stream << ">> " << sanitized << "\n"; in handle_error()
109 msg_stream << " " << marker << "^\n"; in handle_error()
133 sass::ostream msg_stream; in handle_error() local
[all …]
/dports/textproc/libsass/libsass-3.6.4/src/
H A Dsass_context.cpp23 sass::ostream msg_stream; in handle_string_error() local
25 msg_stream << "Internal Error: " << msg << std::endl; in handle_string_error()
31 c_ctx->error_message = sass_copy_string(msg_stream.str()); in handle_string_error()
44 sass::ostream msg_stream; in handle_error() local
48 msg_stream << msg_prefix << ": "; in handle_error()
61 msg_stream << *msg; in handle_error()
64 if (!got_newline) msg_stream << "\n"; in handle_error()
107 msg_stream << ">> " << sanitized << "\n"; in handle_error()
108 msg_stream << " " << marker << "^\n"; in handle_error()
132 sass::ostream msg_stream; in handle_error() local
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Dsass_context.cpp23 sass::ostream msg_stream; in handle_string_error() local
25 msg_stream << "Internal Error: " << msg << std::endl; in handle_string_error()
31 c_ctx->error_message = sass_copy_string(msg_stream.str()); in handle_string_error()
44 sass::ostream msg_stream; in handle_error() local
48 msg_stream << msg_prefix << ": "; in handle_error()
61 msg_stream << *msg; in handle_error()
64 if (!got_newline) msg_stream << "\n"; in handle_error()
108 msg_stream << ">> " << sanitized << "\n"; in handle_error()
109 msg_stream << " " << marker << "^\n"; in handle_error()
133 sass::ostream msg_stream; in handle_error() local
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Dsass_context.cpp23 sass::ostream msg_stream; in handle_string_error() local
25 msg_stream << "Internal Error: " << msg << std::endl; in handle_string_error()
31 c_ctx->error_message = sass_copy_string(msg_stream.str()); in handle_string_error()
44 sass::ostream msg_stream; in handle_error() local
48 msg_stream << msg_prefix << ": "; in handle_error()
61 msg_stream << *msg; in handle_error()
64 if (!got_newline) msg_stream << "\n"; in handle_error()
107 msg_stream << ">> " << sanitized << "\n"; in handle_error()
108 msg_stream << " " << marker << "^\n"; in handle_error()
132 sass::ostream msg_stream; in handle_error() local
[all …]
/dports/math/cgl-conic/CGL-CONIC-releases-1.0.0-6-gc96de60/examples/
H A Dgd1.cpp96 std::stringstream msg_stream; in main() local
98 msg_stream << baseName; in main()
99 si->writeMps(msg_stream.str().c_str()); in main()
100 msg_stream.str(); in main()
/dports/mail/balsa/balsa-2.5.1/libbalsa/
H A Dsource-viewer.c157 GMimeStream *msg_stream; in lsv_escape_cb() local
166 msg_stream = libbalsa_mailbox_get_message_stream(msg->mailbox, msg->msgno, in lsv_escape_cb()
168 if (msg_stream == NULL) in lsv_escape_cb()
173 g_mime_stream_write_to_stream(msg_stream, mem_stream); in lsv_escape_cb()
182 g_object_unref(msg_stream); in lsv_escape_cb()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCDrivers/WFOpt/
H A DQMCCostFunctionBase.cpp56 msg_stream(0), in QMCCostFunctionBase()
210 if (msg_stream) in Report()
212 msg_stream->precision(8); in Report()
216 *msg_stream << " curVars " << std::setw(5) << ReportCounter; in Report()
218 *msg_stream << std::setw(16) << OptVariables[i]; in Report()
219 *msg_stream << std::endl; in Report()
242 OptVariables.print(*msg_stream); in reportParameters()
243 *msg_stream << " </optVariables>" << std::endl; in reportParameters()
485 if (msg_stream) in put()
486 msg_stream->setf(std::ios::scientific, std::ios::floatfield); in put()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/ngs/src/
H A Dmessage_decoder.cc402 Compressed_message_decoder msg_stream(net_stream, this); in parse_compressed_frame() local
404 if (!msg_stream.parse_compressed_header(&inner_uncompressed_size_whole, in parse_compressed_frame()
410 CodedInputStream stream(msg_stream.get()); in parse_compressed_frame()
427 const auto result = msg_stream.parse_protobuf_payload( in parse_compressed_frame()
/dports/math/libmesh/libmesh-1.6.2/contrib/timpi/src/utilities/include/timpi/
H A Dtimpi_assert.h222 std::stringstream msg_stream; \
223 msg_stream << msg; \
225 TIMPI_THROW(std::logic_error(msg_stream.str())); \
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/qtscripts/qmmp_nowplaying/qmmp_langs/
H A Dru_RU8 msg_stream="From" #need translate
H A Den_EN8 msg_stream="From"
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/qtscripts/qmmp_nowplaying/qmmp_langs/
H A Dru_RU8 msg_stream="From" #need translate
H A Den_EN8 msg_stream="From"
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/qtscripts/qmmp_nowplaying/qmmp_langs/
H A Dru_RU8 msg_stream="From" #need translate
H A Den_EN8 msg_stream="From"
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/qtscripts/qmmp_nowplaying/qmmp_langs/
H A Dru_RU8 msg_stream="From" #need translate
H A Den_EN8 msg_stream="From"
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/qtscripts/qmmp_nowplaying/qmmp_langs/
H A Dru_RU8 msg_stream="From" #need translate

123