Home
last modified time | relevance | path

Searched refs:VERBOSITY (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Tools/c-analyzer/c_common/
H A Dlogging.py5 VERBOSITY = 3 variable
12 def configure_logger(logger, verbosity=VERBOSITY, *,
57 def __init__(self, verbosity=VERBOSITY):
H A Dscriptutil.py87 VERBOSITY = 3 variable
200 ns[key] = max(0, VERBOSITY + ns.pop('verbose') - ns.pop('quiet'))
321 def add_progress_cli(parser, *, threshold=VERBOSITY, **kwargs):
329 verbosity = ns.get('verbosity', VERBOSITY)
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c125 int VERBOSITY = 0; /* be No-verbose by default */ variable
772 if ( VERBOSITY == false ) in vlog_verbose()
934 /*if (VERBOSITY) { in ctest_libMalloc()
944 /*if (VERBOSITY) { in ctest_libRealloc()
964 VERBOSITY = false; in initArgs()
983 VERBOSITY = true; in initArgs()
1219 return VERBOSITY; in getTestOption()
1245 VERBOSITY = value; in setTestOption()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c124 int VERBOSITY = 0; /* be No-verbose by default */ variable
770 if ( VERBOSITY == FALSE ) in vlog_verbose()
932 /*if (VERBOSITY) { in ctest_libMalloc()
942 /*if (VERBOSITY) { in ctest_libRealloc()
962 VERBOSITY = FALSE; in initArgs()
981 VERBOSITY = TRUE; in initArgs()
1213 return VERBOSITY; in getTestOption()
1237 VERBOSITY = value; in setTestOption()
/third_party/python/Tools/c-analyzer/c_analyzer/
H A D__main__.py9 from c_common.logging import VERBOSITY, Printer namespace
150 def _get_check_handlers(fmt, printer, verbosity=VERBOSITY):
306 verbosity=VERBOSITY,
/third_party/python/Tools/c-analyzer/cpython/
H A D__main__.py6 VERBOSITY,
298 verbosity=VERBOSITY,
321 verbose=verbosity > VERBOSITY,
/third_party/mbedtls/tests/scripts/
H A Drun-test-suites.pl24 run-test-suites.pl [[-v|--verbose] [VERBOSITY]] [--skip=SUITE[...]]
/third_party/python/Lib/unittest/test/
H A Dtest_runner.py1286 VERBOSITY = object()
1287 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
1291 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)

Completed in 8 milliseconds