Home
last modified time | relevance | path

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

/external/lldb/test/unittest2/test/
Dtest_runner.py108 VERBOSITY = object()
109 runner = unittest2.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
113 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c122 int VERBOSITY = 0; /* be No-verbose by default */ variable
768 if ( VERBOSITY == FALSE ) in vlog_verbose()
949 VERBOSITY = FALSE; in initArgs()
968 VERBOSITY = TRUE; in initArgs()
1200 return VERBOSITY; in getTestOption()
1224 VERBOSITY = value; in setTestOption()
/external/netperf/
Dnetsh.h17 #define VERBOSITY 0 /* verbosity level */ macro