Home
last modified time | relevance | path

Searched refs:debugout (Results 1 – 25 of 86) sorted by relevance

1234

/dports/math/tmv/tmv-0.75/src/
H A DTMV_SymBandSVD.cpp179 if(debugout) { in thresh()
183 (*debugout)<<"kmax = "<<pimpl->kmax; in thresh()
195 if(debugout) { in top()
196 (*debugout)<<"S = "<<pimpl->S<<std::endl; in top()
197 (*debugout)<<"kmax = "<<pimpl->kmax; in top()
395 if(debugout) { in thresh()
396 (*debugout)<<"S = "<<pimpl->S<<std::endl; in thresh()
397 (*debugout)<<"Smax = "<<pimpl->S(0)<< in thresh()
399 (*debugout)<<"kmax = "<<pimpl->kmax; in thresh()
410 if(debugout) { in top()
[all …]
H A DTMV_SymSVD.cpp195 if(debugout) { in thresh()
199 (*debugout)<<"kmax = "<<pimpl->kmax; in thresh()
211 if(debugout) { in top()
212 (*debugout)<<"S = "<<pimpl->S<<std::endl; in top()
213 (*debugout)<<"kmax = "<<pimpl->kmax; in top()
423 if(debugout) { in thresh()
424 (*debugout)<<"S = "<<pimpl->S<<std::endl; in thresh()
425 (*debugout)<<"Smax = "<<pimpl->S(0)<< in thresh()
427 (*debugout)<<"kmax = "<<pimpl->kmax; in thresh()
438 if(debugout) { in top()
[all …]
H A DTMV_BandSVD.cpp190 void BandSVDiv<T>::thresh(RT toler, std::ostream* debugout) const in thresh()
199 if(debugout) { in thresh()
200 (*debugout)<<"S = "<<pimpl->S<<std::endl; in thresh()
201 (*debugout)<<"Smax = "<<pimpl->S(0)<< in thresh()
203 (*debugout)<<"kmax = "<<pimpl->kmax; in thresh()
204 (*debugout)<<" (S.size = "<<pimpl->S.size()<<")"<<std::endl; in thresh()
210 void BandSVDiv<T>::top(ptrdiff_t neigen, std::ostream* debugout) const in top()
215 if(debugout) { in top()
216 (*debugout)<<"S = "<<pimpl->S<<std::endl; in top()
217 (*debugout)<<"kmax = "<<pimpl->kmax; in top()
[all …]
H A DTMV_SVD.cpp218 void SVDiv<T>::thresh(RT toler, std::ostream* debugout) const in thresh()
227 if(debugout) { in thresh()
228 (*debugout)<<"S = "<<pimpl->S<<std::endl; in thresh()
229 (*debugout)<<"Smax = "<<pimpl->S(0)<< in thresh()
231 (*debugout)<<"kmax = "<<pimpl->kmax; in thresh()
232 (*debugout)<<" (S.size = "<<pimpl->S.size()<<")"<<std::endl; in thresh()
238 void SVDiv<T>::top(ptrdiff_t neigen, std::ostream* debugout) const in top()
243 if(debugout) { in top()
244 (*debugout)<<"S = "<<pimpl->S<<std::endl; in top()
245 (*debugout)<<"kmax = "<<pimpl->kmax; in top()
[all …]
/dports/net/nbd-server/nbd-3.23/
H A Dcrypto-gnutls.c101 debugout (tlssession_t * s, const char *format, ...) in debugout() function
150 debugout (s, "The certificate is not trusted.\n"); in verify_certificate_callback()
153 debugout (s, "The certificate hasn't got a known issuer.\n"); in verify_certificate_callback()
156 debugout (s, "The certificate has been revoked.\n"); in verify_certificate_callback()
159 debugout (s, "The certificate has expired\n"); in verify_certificate_callback()
162 debugout (s, "The certificate is not yet activated\n"); in verify_certificate_callback()
172 debugout (s, "error in initialization\n"); in verify_certificate_callback()
179 debugout (s, "No certificate was found!\n"); in verify_certificate_callback()
186 debugout (s, "error parsing certificate\n"); in verify_certificate_callback()
194 debugout (s, in verify_certificate_callback()
[all …]
/dports/comms/mlan3/mlan3-1.00/common/
H A Dsha18.c88 debugout(send_block,send_cnt); in EraseScratchpadSHA()
151 debugout(send_block,send_cnt); in ReadScratchpadSHA()
243 debugout(send_block,send_cnt); in WriteScratchpadSHA()
319 debugout(send_block,send_cnt); in CopyScratchpadSHA()
386 debugout(send_block,send_cnt); in MatchScratchpadSHA()
525 debugout(send_block,send_cnt); in ReadAuthPageSHA()
666 debugout(send_block,send_cnt); in SHAFunction()
734 debugout(send_block,send_cnt); in CopySecretSHA()
761 debugout(send_block,send_cnt); in CopySecretSHA()
780 debugout(send_block,send_cnt); in CopySecretSHA()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dmetacommand.cpp362 if (DEBUG_AGT_CMD && !supress_debug) debugout("\n"); in decode_args()
526 if (restart) debugout(" (Resuming after subroutine)\n"); in run_metacommand()
601 if (DEBUG_AGT_CMD && !supress_debug) debugout("--> Call\n"); in run_metacommand()
613 if (DEBUG_AGT_CMD && !supress_debug) debugout("\n"); in run_metacommand()
619 if (DEBUG_AGT_CMD && !supress_debug) debugout("\n"); in run_metacommand()
639 if (orflag) debugout(" (-->FAIL)\n"); in run_metacommand()
640 else debugout("--->FAIL\n"); in run_metacommand()
646 if (r == 103) debugout("-->Redirect\n"); in run_metacommand()
647 else debugout("==> END\n"); in run_metacommand()
895 debugout(buff); in scan_dbg()
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_smtplib.py381 debugout = smtpd.DEBUGSTREAM.getvalue()
403 debugout = smtpd.DEBUGSTREAM.getvalue()
404 self.assertNotIn("X-OPTION", debugout)
405 self.assertNotIn("X-OPTION2", debugout)
424 self.assertRegex(debugout, sender)
473 self.assertRegex(debugout, sender)
501 self.assertRegex(debugout, sender)
528 self.assertRegex(debugout, sender)
534 self.assertRegex(debugout, recip)
558 self.assertRegex(debugout, sender)
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/vidix/drivers/
H A Dsavage_vid.c205 void debugout(unsigned int addr, unsigned int val);
351 debugout( COLOR_ADJUSTMENT_REG, in SavageSetColorOld()
460 debugout(SSTREAM_LINES_REG, info->src_h ); in SavageDisplayVideoOld()
464 debugout(SSTREAM_VINITIAL_REG, 0 ); in SavageDisplayVideoOld()
469 debugout(SSTREAM_VSCALE_REG, VSCALING(info->src_h,info->drw_h) ); in SavageDisplayVideoOld()
475 debugout(SSTREAM_FBADDR0_REG, info->picture_offset ); in SavageDisplayVideoOld()
478 debugout(SSTREAM_FBADDR1_REG, 0 ); in SavageDisplayVideoOld()
481 debugout(SSTREAM_STRIDE_REG, info->pitch ); in SavageDisplayVideoOld()
484 debugout(SSTREAM_WINDOW_START_REG, OS_XY(info->wx, info->wy) ); in SavageDisplayVideoOld()
512 debugout(SSTREAM_CONTROL_REG, ssControl); in SavageDisplayVideoOld()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/utils/ai_test/
H A Dai_test.py91 debugout = ''
97 debugout += l + '\n'
178 print_error(debugout)
191 print_error(debugout)
194 def print_error(debugout): argument
198 print debugout
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_smtplib.py399 debugout = smtpd.DEBUGSTREAM.getvalue()
421 debugout = smtpd.DEBUGSTREAM.getvalue()
422 self.assertNotIn("X-OPTION", debugout)
423 self.assertNotIn("X-OPTION2", debugout)
443 self.assertRegex(debugout, sender)
494 self.assertRegex(debugout, sender)
523 self.assertRegex(debugout, sender)
551 self.assertRegex(debugout, sender)
557 self.assertRegex(debugout, recip)
582 self.assertRegex(debugout, sender)
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_smtplib.py399 debugout = smtpd.DEBUGSTREAM.getvalue()
421 debugout = smtpd.DEBUGSTREAM.getvalue()
422 self.assertNotIn("X-OPTION", debugout)
423 self.assertNotIn("X-OPTION2", debugout)
443 self.assertRegex(debugout, sender)
494 self.assertRegex(debugout, sender)
523 self.assertRegex(debugout, sender)
551 self.assertRegex(debugout, sender)
557 self.assertRegex(debugout, recip)
582 self.assertRegex(debugout, sender)
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_smtplib.py399 debugout = smtpd.DEBUGSTREAM.getvalue()
421 debugout = smtpd.DEBUGSTREAM.getvalue()
422 self.assertNotIn("X-OPTION", debugout)
423 self.assertNotIn("X-OPTION2", debugout)
443 self.assertRegex(debugout, sender)
494 self.assertRegex(debugout, sender)
523 self.assertRegex(debugout, sender)
551 self.assertRegex(debugout, sender)
557 self.assertRegex(debugout, recip)
582 self.assertRegex(debugout, sender)
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_smtplib.py399 debugout = smtpd.DEBUGSTREAM.getvalue()
421 debugout = smtpd.DEBUGSTREAM.getvalue()
422 self.assertNotIn("X-OPTION", debugout)
423 self.assertNotIn("X-OPTION2", debugout)
443 self.assertRegex(debugout, sender)
494 self.assertRegex(debugout, sender)
523 self.assertRegex(debugout, sender)
551 self.assertRegex(debugout, sender)
557 self.assertRegex(debugout, recip)
582 self.assertRegex(debugout, sender)
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_smtplib.py399 debugout = smtpd.DEBUGSTREAM.getvalue()
421 debugout = smtpd.DEBUGSTREAM.getvalue()
422 self.assertNotIn("X-OPTION", debugout)
423 self.assertNotIn("X-OPTION2", debugout)
443 self.assertRegex(debugout, sender)
494 self.assertRegex(debugout, sender)
523 self.assertRegex(debugout, sender)
551 self.assertRegex(debugout, sender)
557 self.assertRegex(debugout, recip)
582 self.assertRegex(debugout, sender)
[all …]
/dports/devel/libmatthew/libmatthew-java-0.8.1/cx/ath/matthew/debug/
H A DDebug.java126 public static PrintStream debugout = System.err; field in Debug
220 debugout = p; in setOutput()
226 debugout = new PrintStream(new FileOutputStream(filename, true)); in setOutput()
610 debugout.println("["+loc+"] " +extra + message); in _print()
613 debugout.println(s); in _print()
615 f.filter(debugout, level, loc, extra, message, lines); in _print()
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_smtplib.py447 debugout = smtpd.DEBUGSTREAM.getvalue()
469 debugout = smtpd.DEBUGSTREAM.getvalue()
470 self.assertNotIn("X-OPTION", debugout)
471 self.assertNotIn("X-OPTION2", debugout)
492 self.assertRegex(debugout, sender)
545 self.assertRegex(debugout, sender)
575 self.assertRegex(debugout, sender)
604 self.assertRegex(debugout, sender)
610 self.assertRegex(debugout, recip)
636 self.assertRegex(debugout, sender)
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_smtplib.py443 debugout = smtpd.DEBUGSTREAM.getvalue()
465 debugout = smtpd.DEBUGSTREAM.getvalue()
466 self.assertNotIn("X-OPTION", debugout)
467 self.assertNotIn("X-OPTION2", debugout)
488 self.assertRegex(debugout, sender)
541 self.assertRegex(debugout, sender)
571 self.assertRegex(debugout, sender)
600 self.assertRegex(debugout, sender)
606 self.assertRegex(debugout, recip)
632 self.assertRegex(debugout, sender)
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_smtplib.py447 debugout = smtpd.DEBUGSTREAM.getvalue()
469 debugout = smtpd.DEBUGSTREAM.getvalue()
470 self.assertNotIn("X-OPTION", debugout)
471 self.assertNotIn("X-OPTION2", debugout)
492 self.assertRegex(debugout, sender)
545 self.assertRegex(debugout, sender)
575 self.assertRegex(debugout, sender)
604 self.assertRegex(debugout, sender)
610 self.assertRegex(debugout, recip)
636 self.assertRegex(debugout, sender)
[all …]
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6pypy/
H A Dtest_smtplib.py371 debugout = smtpd.DEBUGSTREAM.getvalue()
373 self.assertRegex(debugout, sender)
415 debugout = smtpd.DEBUGSTREAM.getvalue()
417 self.assertRegex(debugout, sender)
422 self.assertRegex(debugout, to_addr)
442 debugout = smtpd.DEBUGSTREAM.getvalue()
444 self.assertRegex(debugout, sender)
470 self.assertRegex(debugout, sender)
476 self.assertRegex(debugout, recip)
499 self.assertRegex(debugout, sender)
[all …]
/dports/net/vde2/vde2-2.3.2/src/kvde_switch/
H A Dconsmgmt.h62 void debugout(struct dbgcl* cl, const char *format, ...);
66 if (__builtin_expect(((CL)->nfds) > 0, 0)) debugout((CL), __VA_ARGS__)
/dports/net/vde2/vde2-2.3.2/src/vde_switch/
H A Dconsmgmt.h64 void debugout(struct dbgcl* cl, const char *format, ...);
68 if (__builtin_expect(((CL)->nfds) > 0, 0)) debugout((CL), (FORMAT), __VA_ARGS__)
/dports/devel/elfutils/elfutils-0.179/tests/
H A Drun-strip-test.sh23 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
30 testrun ${abs_top_builddir}/src/strip -o testfile.temp $debugout $original
/dports/net/vde2/vde2-2.3.2/include/
H A Dvdeplugin.h97 if (__builtin_expect(((CL)->nfds) > 0, 0)) debugout((CL), (FORMAT), __VA_ARGS__)
105 void debugout(struct dbgcl* cl, const char *format, ...);
/dports/security/gnutls/gnutls-3.6.16/doc/examples/tlsproxy/
H A Dcrypto-gnutls.c99 debugout (tlssession_t * s, const char *format, ...) in debugout() function
147 debugout (s, "Could not verfify peer certificate due to an error\n"); in verify_certificate_callback()
158 debugout (s, "verification error: %s\n", txt.data); in verify_certificate_callback()
165 debugout (s, "Peer passed certificate verification\n"); in verify_certificate_callback()

1234