HomeSort by relevance Sort by last modified time
    Searched refs:VERBOSITY (Results 1 - 7 of 7) sorted by null

  /external/lldb/test/unittest2/test/
test_runner.py 16 self.assertEqual(runner.verbosity, 1)
108 VERBOSITY = object()
109 runner = unittest2.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
113 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
  /external/netperf/
netsh.h 17 #define VERBOSITY 0 /* verbosity level */
58 verbosity; /* verbosity level */
  /external/compiler-rt/lib/msandr/
msandr.cc 72 #define VERBOSITY 0
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 > 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 147 self.assertEqual(runner.verbosity, 1)
154 def __init__(self, stream, descriptions, verbosity):
155 super(AResult, self).__init__(stream, descriptions, verbosity)
256 VERBOSITY = object()
257 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
261 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 147 self.assertEqual(runner.verbosity, 1)
154 def __init__(self, stream, descriptions, verbosity):
155 super(AResult, self).__init__(stream, descriptions, verbosity)
256 VERBOSITY = object()
257 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
261 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c 122 int VERBOSITY = 0; /* be No-verbose by default */
767 if ( VERBOSITY == FALSE )
920 /*if (VERBOSITY) {
929 /*if (VERBOSITY) {
948 VERBOSITY = FALSE;
967 VERBOSITY = TRUE;
1178 printf(" -verbose To turn ON verbosity\n");
1179 printf(" -v To turn ON verbosity(same as -verbose)\n");
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 122 int VERBOSITY = 0; /* be No-verbose by default */
768 if ( VERBOSITY == FALSE )
921 /*if (VERBOSITY) {
930 /*if (VERBOSITY) {
949 VERBOSITY = FALSE;
968 VERBOSITY = TRUE;
1179 printf(" -verbose To turn ON verbosity\n");
1180 printf(" -v To turn ON verbosity(same as -verbose)\n");
    [all...]

Completed in 608 milliseconds