Home
last modified time | relevance | path

Searched refs:VERBOSITY (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/unittest/test/
Dtest_runner.py257 VERBOSITY = object()
258 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
262 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c124 int VERBOSITY = 0; /* be No-verbose by default */ variable
770 if ( VERBOSITY == FALSE ) in vlog_verbose()
951 VERBOSITY = FALSE; in initArgs()
970 VERBOSITY = TRUE; in initArgs()
1202 return VERBOSITY; in getTestOption()
1226 VERBOSITY = value; in setTestOption()
/external/python/cpython3/Lib/unittest/test/
Dtest_runner.py269 VERBOSITY = object()
270 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
274 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
/external/python/cpython3/Tools/c-globals/
Dcheck-c-globals.py11 VERBOSITY = 2 variable
388 args.verbosity = max(0, VERBOSITY + verbose - quiet)
409 verbosity=VERBOSITY, rc=1):
/external/python/cpython3/Doc/howto/
Dargparse.rst242 usage: prog.py [-h] [--verbosity VERBOSITY]
246 --verbosity VERBOSITY
249 usage: prog.py [-h] [--verbosity VERBOSITY]
403 usage: prog.py [-h] [-v VERBOSITY] square
/external/python/cpython2/Doc/howto/
Dargparse.rst244 usage: prog.py [-h] [--verbosity VERBOSITY]
248 --verbosity VERBOSITY
251 usage: prog.py [-h] [--verbosity VERBOSITY]
405 usage: prog.py [-h] [-v VERBOSITY] square