Home
last modified time | relevance | path

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

/external/toybox/scripts/
Druntest.sh186 local NAME CASE VERBOSITY LEN A B
191 VERBOSITY=
207 VERBOSITY="$VERBOSITY"$'\n'"$1"
225 VERBOSITY="$VERBOSITY"$'\n'"$A"
265 [ "$VERBOSE" != quiet ] && echo "$VERBOSITY" >&2
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_runner.py115 VERBOSITY = object()
116 runner = unittest2.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
120 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
/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.c149 int VERBOSITY = 0; /* be No-verbose by default */ variable
795 if ( VERBOSITY == FALSE ) in vlog_verbose()
976 VERBOSITY = FALSE; in initArgs()
995 VERBOSITY = TRUE; in initArgs()
1237 return VERBOSITY; in getTestOption()
1261 VERBOSITY = value; in setTestOption()
/external/python/cpython3/Tools/c-analyzer/
Dcheck-c-globals.py11 VERBOSITY = 2 variable
390 args.verbosity = max(0, VERBOSITY + verbose - quiet)
411 verbosity=VERBOSITY, rc=1):
/external/python/cpython3/Lib/unittest/test/
Dtest_runner.py929 VERBOSITY = object()
930 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
934 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
/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
/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/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/
Dtrain_micro_speech_model.ipynb131 "VERBOSITY = 'WARN'\n",
286 "--verbosity={VERBOSITY} \\\n",