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

/external/lldb/test/unittest2/test/
H A Dtest_runner.py108 VERBOSITY = object()
109 runner = unittest2.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
113 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
/external/netperf/
H A Dnetsh.h17 #define VERBOSITY 0 /* verbosity level */ macro
/external/compiler-rt/lib/msandr/
H A Dmsandr.cc72 #define VERBOSITY 0 macro
253 if (VERBOSITY > 1)
350 if (VERBOSITY > 1)
535 if (VERBOSITY > 1)
537 if (VERBOSITY > 0) {
554 if (VERBOSITY > 1) {
584 if (VERBOSITY > 1) {
609 if (VERBOSITY > 1) {
630 if (VERBOSITY > 0)
637 if (VERBOSITY >
[all...]
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dctest.c122 int VERBOSITY = 0; /* be No-verbose by default */ variable
767 if ( VERBOSITY == FALSE )
920 /*if (VERBOSITY) {
929 /*if (VERBOSITY) {
948 VERBOSITY = FALSE;
967 VERBOSITY = TRUE;
1199 return VERBOSITY;
1223 VERBOSITY = value;
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c122 int VERBOSITY = 0; /* be No-verbose by default */ variable
768 if ( VERBOSITY == FALSE )
921 /*if (VERBOSITY) {
930 /*if (VERBOSITY) {
949 VERBOSITY = FALSE;
968 VERBOSITY = TRUE;
1200 return VERBOSITY;
1224 VERBOSITY = value;

Completed in 1548 milliseconds