/external/chromium_org/third_party/skia/platform_tools/android/tests/ |
gyp_to_android_tests.py | 48 unittest.TextTestRunner(verbosity=2).run(suite)
|
/external/chromium_org/tools/gyp/test/small/ |
gyptest-small.py | 51 result = unittest.TextTestRunner(verbosity=2).run(all_tests)
|
/external/chromium_org/v8/tools/push-to-trunk/ |
script_test.py | 48 unittest.TextTestRunner(verbosity=2).run(unittest.TestSuite(alltests))
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_flags.h | 40 int verbosity; member in struct:__sanitizer::CommonFlags
|
/external/libnfc-nxp/src/ |
phOsalNfc.h | 170 int verbosity);
|
/external/emma/ant/ant14/com/vladium/emma/ant/ |
SuppressableTask.java | 51 // verbosity attribute: 53 public void setVerbosity (final VerbosityCfg.VerbosityAttribute verbosity) 55 m_verbosityCfg.setVerbosity (verbosity); 58 // verbosity class filter attribute: 110 // (2) verbosity settings use dedicated attributes and hence are more specific
|
/external/bzip2/ |
bzlib.c | 151 int verbosity, 195 s->verbosity = verbosity; 494 int verbosity, 503 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR; 525 s->verbosity = verbosity; 826 if (s->verbosity >= 3) 829 if (s->verbosity >= 2) VPrintf0 ( "]" ) 1396 int verbosity = 0; local [all...] |
bzip2.c | 183 Int32 verbosity; variable 345 blockSize100k, verbosity, workFactor ); 348 if (verbosity >= 2) fprintf ( stderr, "\n" ); 381 if (verbosity >= 1) { 455 &bzerr, zStream, verbosity, 501 if (verbosity >= 2) fprintf ( stderr, "\n " ); 573 &bzerr, zStream, verbosity, 601 if (verbosity >= 2) fprintf ( stderr, "\n " ); 606 if (verbosity == 0) [all...] |
compress.c | 261 if (s->verbosity >= 3) 302 if (s->verbosity >= 3) 436 if (s->verbosity >= 3) { 513 if (s->verbosity >= 3) 525 if (s->verbosity >= 3) 541 if (s->verbosity >= 3) 596 if (s->verbosity >= 3) 611 if (s->verbosity >= 2) 663 if (s->verbosity >= 2)
|
/external/chromium_org/third_party/cython/src/Cython/Debugger/ |
Cygdb.py | 92 dest="verbosity", action="count", default=0, 93 help="Verbose mode. Multiple -v options increase the verbosity") 109 if options.verbosity == 1: 111 if options.verbosity == 2: 115 logger.info("verbosity = %r", options.verbosity)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
util.rb | 33 verbosity, $VERBOSE = $VERBOSE, nil 36 $VERBOSE = verbosity
|
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/ |
ps_instance.h | 42 // Verbosity levels, ecplicitly numbered since we pass these 44 enum Verbosity { 67 void SetVerbosity(Verbosity verbosity); 129 // Output log message to stderr if the current verbosity is set 130 // at or above the given verbosity. 131 void VALog(Verbosity verbosity, const char *fmt, va_list args); 194 Verbosity verbosity_;
|
/external/libnfc-nxp/Linux_x86/ |
phOsalNfc.c | 164 int verbosity) 179 if (verbosity >= 2) {
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
testdottreegen.py | 74 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
|
testexceptions.py | 96 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
|
testrecognizers.py | 67 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
|
/external/chromium_org/build/android/pylib/gtest/ |
test_package_test.py | 87 unittest.main(verbosity=2)
|
/external/chromium_org/chrome/tools/ |
webforms_aggregator_tests.py | 56 unittest.TextTestRunner(verbosity=2).run(suite)
|
/external/chromium_org/native_client_sdk/src/ |
test_all.py | 71 result = unittest.TextTestRunner(verbosity=2).run(suite)
|
/external/chromium_org/third_party/skia/gm/rebaseline_server/ |
imagediffdb_test.py | 97 unittest.TextTestRunner(verbosity=2).run(suite)
|
imagepair_test.py | 210 unittest.TextTestRunner(verbosity=2).run(suite)
|
/external/expat/tests/ |
minicheck.h | 84 void srunner_run_all(SRunner *runner, int verbosity);
|
/external/netperf/ |
netsh.h | 17 #define VERBOSITY 0 /* verbosity level */ 58 verbosity; /* verbosity level */
|
/external/lldb/test/unittest2/test/ |
test_break.py | 184 verbosity = object() 200 self.verbosity = verbosity 210 self.assertEqual(FakeRunner.initArgs, [((), {'verbosity': verbosity, 223 self.assertEqual(FakeRunner.initArgs, [((), {'verbosity': verbosity,
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
description_util.js | 97 * @param {number} verbosity The verbosity setting. 101 ancestorsArray, recursive, verbosity) { 130 var roleText = cvox.DomUtil.getRole(node, verbosity); 184 * @param {number} verbosity The verbosity setting. 189 function(prevNode, node, recursive, verbosity) { 212 ancestors, recursive, verbosity); 216 prevAncestors, recursive, verbosity); 285 ancestors, true, cvox.ChromeVox.verbosity); [all...] |