/external/emma/ant/ant14/com/vladium/emma/ant/ |
H A D | VerbosityCfg.java | 53 // verbosity attribute: 55 public void setVerbosity (final VerbosityAttribute verbosity) argument 57 m_verbosity = verbosity.getValue (); 60 // verbosity class filter attribute:
|
H A D | SuppressableTask.java | 51 // verbosity attribute: 53 public void setVerbosity (final VerbosityCfg.VerbosityAttribute verbosity) argument 55 m_verbosityCfg.setVerbosity (verbosity); 58 // verbosity class filter attribute: 110 // (2) verbosity settings use dedicated attributes and hence are more specific
|
/external/mesa3d/src/gallium/tests/unit/ |
H A D | pipe_barrier_test.c | 47 static int verbosity = 0; variable 58 if (verbosity > 0) { \ 99 ++verbosity;
|
/external/nos/test/system-test-harness/src/ |
H A D | aes-cmac-tests.cc | 74 const int verbosity = harness->getVerbosity(); local 75 harness->setVerbosity(verbosity - 1); 108 harness->setVerbosity(verbosity);
|
H A D | cavptests.cc | 80 const int verbosity = harness->getVerbosity(); local 81 harness->setVerbosity(verbosity - 1); 165 harness->setVerbosity(verbosity);
|
H A D | util.h | 106 int verbosity; member in class:test_harness::TestHarness
|
H A D | runtests.cc | 292 int verbosity = harness->getVerbosity(); local 316 harness->setVerbosity(verbosity);
|
/external/libgsm/tst/ |
H A D | cod2lin.c | 18 int verbosity = 0; variable 44 gsm_option(r, GSM_OPT_VERBOSE, &verbosity); 85 case 'v': verbosity++; break;
|
H A D | cod2txt.c | 18 int verbosity = 0; variable 43 gsm_option(r, GSM_OPT_VERBOSE, &verbosity);
|
H A D | gsm2cod.c | 18 int verbosity = 0; variable 43 gsm_option(r, GSM_OPT_VERBOSE, &verbosity);
|
H A D | lin2cod.c | 17 int verbosity = 0; variable 40 gsm_option(r, GSM_OPT_VERBOSE, &verbosity); 86 case 'v': verbosity++; break;
|
H A D | lin2txt.c | 17 int verbosity = 0; variable 37 gsm_option(r, GSM_OPT_VERBOSE, &verbosity); 77 case 'v': verbosity++; break;
|
/external/lmfit/lib/ |
H A D | lmstruct.h | 57 int verbosity; /* OR'ed: 1: print some messages; 2: print Jacobian. */ member in struct:__anon15154
|
/external/stressapptest/src/ |
H A D | logger.h | 65 virtual void SetVerbosity(int verbosity) { argument 66 verbosity_ = verbosity; 97 // priority: If this is numerically greater than the verbosity, the line
|
/external/python/cpython3/Lib/unittest/ |
H A D | main.py | 54 verbosity = 1 variable in class:TestProgram 60 exit=True, verbosity=1, failfast=None, catchbreak=None, 74 self.verbosity = verbosity 157 parser.add_argument('-v', '--verbose', dest='verbosity', 160 parser.add_argument('-q', '--quiet', dest='verbosity', 238 testRunner = self.testRunner(verbosity=self.verbosity, 245 testRunner = self.testRunner(verbosity=self.verbosity, [all...] |
/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | analytical_cost_estimator.cc | 121 bool verbosity = VLOG_IS_ON(2); local 122 VLOG(1) << GetStatsStringFromRunMetadata(run_metadata, verbosity);
|
/external/expat/tests/ |
H A D | minicheck.c | 155 add_failure(SRunner *runner, int verbosity) argument 158 if (verbosity >= CK_VERBOSE) { 165 srunner_run_all(SRunner *runner, int verbosity) argument 180 add_failure(runner, verbosity); 187 add_failure(runner, verbosity); 195 add_failure(runner, verbosity); 203 if (verbosity) {
|
/external/google-breakpad/src/testing/test/ |
H A D | gmock-internal-utils_test.cc | 382 // Verifies that Log() behaves correctly for the given verbosity level 384 void TestLogWithSeverity(const string& verbosity, LogSeverity severity, argument 387 GMOCK_FLAG(verbose) = verbosity; 503 // Verifies that Log() behaves correctly for the given verbosity level 505 String GrabOutput(void(*logger)(), const char* verbosity) { argument 507 GMOCK_FLAG(verbose) = verbosity;
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | SwatDeprecated.java | 34 private int verbosity; field in class:SwatDeprecated 97 public SwatDeprecated(String src, String dst, boolean dep, boolean overwrite, int verbosity) { argument 101 this.verbosity = verbosity; 124 if (verbosity >= 1) { 131 pw.println(" verbosity: " + verbosity); 141 if (verbosity >= 1) { 149 if (verbosity >= 5) { 168 if (verbosity > [all...] |
/external/libxkbcommon/xkbcommon/src/ |
H A D | context-priv.c | 77 xkb_log(struct xkb_context *ctx, enum xkb_log_level level, int verbosity, argument 82 if (ctx->log_level < level || ctx->log_verbosity < verbosity)
|
H A D | context.c | 225 log_verbosity(const char *verbosity) { argument 230 v = strtol(verbosity, &endptr, 10); 310 xkb_context_set_log_verbosity(struct xkb_context *ctx, int verbosity) argument 312 ctx->log_verbosity = verbosity;
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 58 INLINE void SetVerbosity(int verbosity) { argument 59 atomic_store(¤t_verbosity, verbosity, memory_order_relaxed);
|
/external/google-breakpad/src/testing/gtest/scripts/ |
H A D | upload.py | 54 # The logging verbosity: 59 verbosity = 1 variable 100 If 'verbosity' is greater than 0, print the message. 105 if verbosity > 0: 1267 global verbosity 1268 verbosity = options.verbose 1269 if verbosity >= 3: 1271 elif verbosity >= 2: 1288 if verbosity >= 1:
|
/external/google-breakpad/src/testing/scripts/ |
H A D | upload.py | 54 # The logging verbosity: 59 verbosity = 1 variable 100 If 'verbosity' is greater than 0, print the message. 105 if verbosity > 0: 1267 global verbosity 1268 verbosity = options.verbose 1269 if verbosity >= 3: 1271 elif verbosity >= 2: 1288 if verbosity >= 1:
|
/external/googletest/googlemock/scripts/ |
H A D | upload.py | 54 # The logging verbosity: 59 verbosity = 1 variable 100 If 'verbosity' is greater than 0, print the message. 105 if verbosity > 0: 1267 global verbosity 1268 verbosity = options.verbose 1269 if verbosity >= 3: 1271 elif verbosity >= 2: 1288 if verbosity >= 1:
|