Home
last modified time | relevance | path

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

/external/icu4c/tools/ctestfw/
Dctest.c118 int VERBOSITY = 0; /* be No-verbose by default */ variable
725 if ( VERBOSITY == FALSE ) in vlog_verbose()
907 VERBOSITY = FALSE; in initArgs()
926 VERBOSITY = TRUE; in initArgs()
1149 return VERBOSITY; in getTestOption()
1173 VERBOSITY = value; in setTestOption()
/external/netperf/
Dnetsh.h17 #define VERBOSITY 0 /* verbosity level */ macro
/external/valgrind/tsan/
Dts_events.h90 VERBOSITY, // Used for debugging. enumerator
Dthread_sanitizer.cc6474 case VERBOSITY : e->Print(); G_flags->verbosity = e->info(); break; in HandleOneEvent()