Home
last modified time | relevance | path

Searched refs:verbosity (Results 1 – 25 of 172) sorted by path

1234567

/freebsd/contrib/bmake/
H A DChangeLog1150 reduce verbosity of the -dv debug logging for standard cases
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4476 virtual Verbosity verbosity() const = 0;
5236 Verbosity verbosity = Verbosity::Normal; member
5295 Verbosity verbosity() const override;
9702 auto const setVerbosity = [&]( std::string const& verbosity ) { in makeCommandLineParser() argument
9703 auto lcVerbosity = toLower( verbosity ); in makeCommandLineParser()
9705 config.verbosity = Verbosity::Quiet; in makeCommandLineParser()
9707 config.verbosity = Verbosity::Normal; in makeCommandLineParser()
9709 config.verbosity = Verbosity::High; in makeCommandLineParser()
9919 Verbosity Config::verbosity() const { return m_data.verbosity; } in verbosity() function in Catch::Config
11100 if( config.verbosity() >= Verbosity::High ) { in listTests()
[all …]
/freebsd/contrib/bzip2/
H A Dblocksort.c1037 Int32 verb = s->verbosity; in BZ2_blockSort()
H A Dbzip2.c183 Int32 verbosity; variable
381 if (verbosity >= 1) { in compressStream()
455 &bzerr, zStream, verbosity, in uncompressStream()
606 if (verbosity == 0) in testStream()
1286 if (verbosity >= 1) { in compress()
1463 if (verbosity >= 1) { in uncompress()
1496 if (verbosity >= 1) in uncompress()
1500 if (verbosity >= 1) in uncompress()
1584 if (verbosity >= 1) { in testf()
1796 verbosity = 0; in main()
[all …]
H A Dbzlib.c198 s->verbosity = verbosity; in BZ_API()
507 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR; in BZ_API()
529 s->verbosity = verbosity; in BZ_API()
830 if (s->verbosity >= 3) in BZ_API()
848 if (s->verbosity >= 3) in BZ_API()
936 (verbosity < 0 || verbosity > 4)) in BZ_API()
1095 int verbosity, in BZ_API()
1107 (verbosity < 0 || verbosity > 4) || in BZ_API()
1267 verbosity < 0 || verbosity > 4 || in BZ_API()
1318 verbosity < 0 || verbosity > 4) in BZ_API()
[all …]
H A Dbzlib.h103 int verbosity,
118 int verbosity,
142 int verbosity,
171 int verbosity,
210 int verbosity,
220 int verbosity
H A Dbzlib_private.h249 Int32 verbosity; member
369 Int32 verbosity; member
H A Dcompress.c261 if (s->verbosity >= 3) in sendMTFValues()
302 if (s->verbosity >= 3) in sendMTFValues()
436 if (s->verbosity >= 3) { in sendMTFValues()
513 if (s->verbosity >= 3) in sendMTFValues()
525 if (s->verbosity >= 3) in sendMTFValues()
541 if (s->verbosity >= 3) in sendMTFValues()
596 if (s->verbosity >= 3) in sendMTFValues()
611 if (s->verbosity >= 2) in BZ2_compressBlock()
663 if (s->verbosity >= 2) in BZ2_compressBlock()
H A Ddecompress.c238 if (s->verbosity >= 2) in BZ2_decompress()
528 if (s->verbosity >= 2) VPrintf0 ( "rt+rld" ); in BZ2_decompress()
/freebsd/contrib/diff/doc/
H A Ddiff.texi3062 * More or Fewer Messages:: Controlling the verbosity of @command{patch}.
/freebsd/contrib/expat/tests/
H A Dminicheck.c172 handle_success(int verbosity) { in handle_success() argument
173 if (verbosity >= CK_VERBOSE) { in handle_success()
179 handle_failure(SRunner *runner, int verbosity, const char *context, in handle_failure() argument
182 if (verbosity != CK_SILENT) { in handle_failure()
192 srunner_run_all(SRunner *runner, const char *context, int verbosity) { in srunner_run_all() argument
207 handle_failure(runner, verbosity, context, "during setup"); in srunner_run_all()
214 handle_failure(runner, verbosity, context, "during actual test"); in srunner_run_all()
223 handle_failure(runner, verbosity, context, "during teardown"); in srunner_run_all()
229 handle_success(verbosity); in srunner_run_all()
236 srunner_summarize(SRunner *runner, int verbosity) { in srunner_summarize() argument
[all …]
H A Dminicheck.h144 void srunner_run_all(SRunner *runner, const char *context, int verbosity);
145 void srunner_summarize(SRunner *runner, int verbosity);
H A Druntests.c83 int verbosity = CK_NORMAL; in main() local
90 verbosity = CK_VERBOSE; in main()
92 verbosity = CK_SILENT; in main()
98 if (verbosity != CK_SILENT) in main()
108 srunner_run_all(sr, context, verbosity); in main()
111 srunner_summarize(sr, verbosity); in main()
/freebsd/contrib/file/magic/Magdir/
H A Dwindows25 # and partly verified by `undbx --verbosity 4 Posteingang.dbx`
/freebsd/contrib/googletest/docs/
H A Dgmock_cheat_sheet.md241 | `--gmock_verbose=LEVEL` | Sets the default verbosity level (`info`, `warning`, or `error`) of Goo…
H A Dgmock_faq.md268 Also, you can control the verbosity by specifying `--gmock_verbose=error`. Other
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc401 void TestLogWithSeverity(const std::string& verbosity, LogSeverity severity, in TestLogWithSeverity() argument
404 GMOCK_FLAG_SET(verbose, verbosity); in TestLogWithSeverity()
507 std::string GrabOutput(void (*logger)(), const char* verbosity) { in GrabOutput() argument
509 GMOCK_FLAG_SET(verbose, verbosity); in GrabOutput()
/freebsd/contrib/ldns/drill/
H A Dchasetrace.c36 if (ldns_rr_get_type(rr) == LDNS_RR_TYPE_NS && verbosity != -1) in add_rr_list_to_referrals()
305 if (verbosity != -1) { in do_trace()
369 if (verbosity != -1) { in do_chase()
416 if (verbosity >= 0) { in do_chase()
430 if (verbosity >= 0) { in do_chase()
436 if (verbosity >= 5) { in do_chase()
461 if (verbosity >= 4) { in do_chase()
470 if (verbosity >= 2) { in do_chase()
479 if (verbosity >= 1) { in do_chase()
484 if (verbosity >= 1) { in do_chase()
[all …]
H A Ddnssec.c39 if (verbosity < 5) { in drill_pkt_print()
75 if (verbosity < 5) { in drill_pkt_print_footer()
197 if (verbosity >= 5) { in ldns_verify_denial()
318 if (verbosity >= 4) { in ldns_nsec3_exact_match()
331 if (verbosity >= 4) { in ldns_nsec3_exact_match()
350 if (verbosity >= 4) { in ldns_nsec3_exact_match()
365 if (verbosity >= 4) { in ldns_nsec3_exact_match()
389 if (verbosity >= 4) { in ldns_nsec3_exact_match()
426 if (verbosity >= 4) { in ldns_nsec3_closest_encloser()
458 if (verbosity >= 3) { in ldns_nsec3_closest_encloser()
[all …]
H A Ddrill.c18 int verbosity; variable
197 verbosity = 2; in main()
250 verbosity = atoi(optarg); in main()
254 verbosity = -1; in main()
665 if (verbosity >= 5) { in main()
781 if (verbosity >= 3) { in main()
794 if (verbosity != -1) { in main()
811 if (verbosity != -1) { in main()
926 if (verbosity != -1) { in main()
935 if (verbosity != -1) { in main()
[all …]
H A Ddrill.h32 extern int verbosity;
H A Derror.c63 if (verbosity == -1) { in mesg()
78 if (verbosity < 1) {
H A Dsecuretrace.c73 if (verbosity >= 5) { in get_dnssec_pkt()
267 if (verbosity >= 5) { in do_secure_trace()
326 if (verbosity >= 4) { in do_secure_trace()
476 if (verbosity >= 2) { in do_secure_trace()
547 if (verbosity >= 4) { in do_secure_trace()
564 if (verbosity >= 2) { in do_secure_trace()
568 if (verbosity >= 2) { in do_secure_trace()
573 if (verbosity >= 2) { in do_secure_trace()
610 if (verbosity >= 4) { in do_secure_trace()
652 if (verbosity >= 2) { in do_secure_trace()
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c241 static int verbosity = 0; variable
364 switch (verbosity) { in failure_start()
389 if (verbosity == VERBOSITY_LIGHT_REPORT) in failure_start()
2232 if (verbosity > VERBOSITY_FULL) in systemf()
2591 switch (verbosity) { in test_summarize()
2625 switch (verbosity) { in test_run()
2958 verbosity = atoi(vlevel); in main()
2959 if (verbosity < VERBOSITY_SUMMARY_ONLY || verbosity > VERBOSITY_FULL) in main()
2963 verbosity = VERBOSITY_PASSFAIL; in main()
3015 verbosity--; in main()
[all …]
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c369 static int verbosity = 0; variable
492 switch (verbosity) { in failure_start()
517 if (verbosity == VERBOSITY_LIGHT_REPORT) in failure_start()
3089 if (verbosity > VERBOSITY_FULL) in systemf()
3510 switch (verbosity) { in test_summarize()
3548 switch (verbosity) { in test_run()
3989 verbosity = atoi(vlevel); in main()
3990 if (verbosity < VERBOSITY_SUMMARY_ONLY || verbosity > VERBOSITY_FULL) in main()
3994 verbosity = VERBOSITY_PASSFAIL; in main()
4046 verbosity--; in main()
[all …]

1234567