HomeSort by relevance Sort by last modified time
    Searched refs:verbosity (Results 126 - 150 of 437) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/
update.py 155 help='Increase output verbosity.')
164 verbosity = args.verbose
165 if verbosity > 2:
166 verbosity = 2
167 logging.basicConfig(level=verbose_map[verbosity])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree_c.py 38 test_support.run_doctest(test_xml_etree_c, verbosity=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree_c.py 38 test_support.run_doctest(test_xml_etree_c, verbosity=True)
  /external/selinux/python/sepolgen/src/sepolgen/
policygen.py 163 rule.comment = str(refpolicy.Comment(explain_access(av, verbosity=self.explain)))
224 def explain_access(av, ml=None, verbosity=SHORT_EXPLANATION):
235 verbosity - the amount of explanation provided. Should
240 string if verbosity=NO_EXPLANATION or there is not sufficient
256 if verbosity == LONG_EXPLANATION:
267 elif verbosity:
334 def gen(self, avs, verbosity):
339 if verbosity:
340 ifcall.comment = refpolicy.Comment(explain_access(ml.av, ml, verbosity))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
policygen.py 163 rule.comment = str(refpolicy.Comment(explain_access(av, verbosity=self.explain)))
224 def explain_access(av, ml=None, verbosity=SHORT_EXPLANATION):
235 verbosity - the amount of explanation provided. Should
240 string if verbosity=NO_EXPLANATION or there is not sufficient
256 if verbosity == LONG_EXPLANATION:
267 elif verbosity:
334 def gen(self, avs, verbosity):
339 if verbosity:
340 ifcall.comment = refpolicy.Comment(explain_access(ml.av, ml, verbosity))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_break.py 186 verbosity = object()
202 self.verbosity = verbosity
213 'verbosity': verbosity,
226 'verbosity': verbosity,
  /external/bzip2/
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/python/cpython2/Lib/unittest/test/
test_break.py 197 verbosity = object()
213 self.verbosity = verbosity
224 'verbosity': verbosity,
237 'verbosity': verbosity,
  /external/python/cpython3/Lib/unittest/test/
test_break.py 195 verbosity = object()
211 self.verbosity = verbosity
223 'verbosity': verbosity,
238 'verbosity': verbosity,
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_break.py 197 verbosity = object()
213 self.verbosity = verbosity
224 'verbosity': verbosity,
237 'verbosity': verbosity,
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_break.py 197 verbosity = object()
213 self.verbosity = verbosity
224 'verbosity': verbosity,
237 'verbosity': verbosity,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_break.py 197 verbosity = object()
213 self.verbosity = verbosity
224 'verbosity': verbosity,
237 'verbosity': verbosity,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_break.py 197 verbosity = object()
213 self.verbosity = verbosity
224 'verbosity': verbosity,
237 'verbosity': verbosity,
  /external/valgrind/callgrind/
callstack.c 122 if (fn->verbosity >=0) {
124 CLG_(clo).verbose = fn->verbosity;
125 fn->verbosity = old;
127 "Entering %s: Verbosity set to %d\n",
167 if (fn->verbosity >=0) {
169 CLG_(clo).verbose = fn->verbosity;
170 fn->verbosity = old;
172 "Leaving %s: Verbosity set back to %d\n",
  /external/libxkbcommon/xkbcommon/src/
context-priv.c 77 xkb_log(struct xkb_context *ctx, enum xkb_log_level level, int verbosity,
82 if (ctx->log_level < level || ctx->log_verbosity < verbosity)
context.h 91 xkb_log(struct xkb_context *ctx, enum xkb_log_level level, int verbosity,
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 146 if (Flags.verbosity >= 2)
152 if (Flags.verbosity >= 2)
157 if (Flags.verbosity >= 2)
206 if (Flags.verbosity)
301 Options.Verbosity = Flags.verbosity;
332 if (Flags.verbosity > 0 && !Dictionary.empty())
346 if (Flags.verbosity)
409 if (Options.Verbosity)
418 if (Flags.verbosity)
    [all...]
  /external/vulkan-validation-layers/
build_windows_targets.bat 115 msbuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Debug /maxcpucount /verbosity:quiet
126 msbuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Release /maxcpucount /verbosity:quiet
149 msbuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Debug /maxcpucount /verbosity:quiet
160 msbuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Release /maxcpucount /verbosity:quiet
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 358 non-NULL declaration in question. VERBOSITY determines what
366 const char *(*decl_printable_name) (tree decl, int verbosity);
368 /* Computes the dwarf-2/3 name for a tree. VERBOSITY determines what
371 const char *(*dwarf_name) (tree, int verbosity);
  /development/python-packages/adb/
test.py 77 unittest.TextTestRunner(verbosity=3).run(suite)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
support.py 28 unittest.TextTestRunner(verbosity=2).run(tests)
  /external/nos/test/system-test-harness/src/
util.h 106 int verbosity; member in class:test_harness::TestHarness
  /external/python/cpython2/Lib/idlelib/idle_test/
test_grep.py 82 unittest.main(verbosity=2, exit=False)
test_helpabout.py 52 unittest.main(verbosity=2)

Completed in 709 milliseconds

1 2 3 4 56 7 8 91011>>