Searched refs:VERBOSITY (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/unittest/test/ |
D | test_runner.py | 257 VERBOSITY = object() 258 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY, 262 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 124 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/ |
D | test_runner.py | 269 VERBOSITY = object() 270 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY, 274 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
|
/external/python/cpython3/Tools/c-globals/ |
D | check-c-globals.py | 11 VERBOSITY = 2 variable 388 args.verbosity = max(0, VERBOSITY + verbose - quiet) 409 verbosity=VERBOSITY, rc=1):
|
/external/python/cpython3/Doc/howto/ |
D | argparse.rst | 242 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/ |
D | argparse.rst | 244 usage: prog.py [-h] [--verbosity VERBOSITY] 248 --verbosity VERBOSITY 251 usage: prog.py [-h] [--verbosity VERBOSITY] 405 usage: prog.py [-h] [-v VERBOSITY] square
|