HomeSort by relevance Sort by last modified time
    Searched refs:verbosity (Results 76 - 100 of 169) sorted by null

1 2 34 5 6 7

  /external/valgrind/main/VEX/switchback/
test_bzip2.c 218 int verbosity,
233 int verbosity,
257 int verbosity,
286 int verbosity,
325 int verbosity,
335 int verbosity
615 Int32 verbosity; member in struct:__anon29460
735 Int32 verbosity; member in struct:__anon29461
5732 int verbosity = 0; local
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 241 int verbosity,
256 int verbosity,
280 int verbosity,
309 int verbosity,
348 int verbosity,
358 int verbosity
638 Int32 verbosity; member in struct:__anon29927
758 Int32 verbosity; member in struct:__anon29928
5756 int verbosity = 0; local
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 234 int verbosity,
249 int verbosity,
273 int verbosity,
302 int verbosity,
341 int verbosity,
351 int verbosity
631 Int32 verbosity; member in struct:__anon30133
751 Int32 verbosity; member in struct:__anon30134
5748 int verbosity = 0; local
    [all...]
varinfo6.c 272 int verbosity,
287 int verbosity,
311 int verbosity,
340 int verbosity,
379 int verbosity,
389 int verbosity
669 Int32 verbosity; member in struct:__anon30149
789 Int32 verbosity; member in struct:__anon30150
5785 int verbosity = 0; local
    [all...]
  /external/valgrind/main/perf/
bz2.c 234 int verbosity,
249 int verbosity,
273 int verbosity,
302 int verbosity,
341 int verbosity,
351 int verbosity
631 Int32 verbosity; member in struct:__anon30288
751 Int32 verbosity; member in struct:__anon30289
5747 int verbosity = 0; local
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_common.cc 49 f->verbosity = 0;
65 ParseFlag(options, &f->verbosity, "verbosity");
381 if (have_unsuppressed || (flags()->verbosity >= 1)) {
522 if (res == kIgnoreObjectInvalid && flags()->verbosity >= 2)
524 if (res == kIgnoreObjectAlreadyIgnored && flags()->verbosity >= 2)
527 if (res == kIgnoreObjectSuccess && flags()->verbosity >= 3)
  /external/valgrind/main/callgrind/
clo.c 60 Int verbosity; /* Change debug verbosity level while in function */ member in struct:_fn_config
115 fnc->verbosity = CONFIG_DEFAULT;
348 if (fnc->verbosity != CONFIG_DEFAULT)
349 fn->verbosity = fnc->verbosity;
476 fnc->verbosity = n;
615 " --ct-verbose=<level> Verbosity of standard debug output [0]\n"
617 " --ct-verbose<level>=<func> Verbosity while in <func>\n"
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 248 // A verbosity of minimum 2 is needed to show the errors.
249 VG_(show_all_errors)(/* verbosity */ 2, /* xml */ False);
305 SizeT verbosity = 0x20; local
309 VG_(strtok_get_address_and_size) (&address, &verbosity, &ssaveptr);
310 if (address != (Addr) 0 || verbosity != 0) {
316 int vex_verbosity = verbosity & 0xff;
318 if ((verbosity & 0x100) && !single_stepping_on_entry) {
334 if ((verbosity & 0x100) && !single_stepping_on_entry) {
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 48 self.verbosity = 0
159 '-v', '--verbose', action='count', dest='verbosity',
160 help='Increase verbosity level (repeat as needed)')
187 if self.verbosity >= 2:
189 elif self.verbosity:
  /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/compiler-rt/lib/msan/
msan_report.cc 55 if (flags()->verbosity)
  /external/netperf/
netsh.c 137 verbosity; /* verbosity level */ variable
236 -v verbosity Specify the verbosity level\n\
274 -v verbosity Specify the verbosity level\n\
276 -v level Set the verbosity level (default 1, min 0)\n\
404 verbosity = 1;/* verbosity level */
706 verbosity = convert(optarg)
    [all...]
netserver.c 676 if (verbosity > 1) {
677 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -v %d", verbosity);
891 verbosity = atoi(optarg);
  /frameworks/av/include/camera/
CameraMetadata.h 169 * Dump contents into FD for debugging. The verbosity levels are
177 void dump(int fd, int verbosity = 1, int indentation = 0) const;
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 33 of GL calls including parameters as readable text. The verbosity
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 264 void AdjustStackSizeLinux(void *attr_, int verbosity) {
276 if (verbosity && stacksize != 0)
  /external/mesa3d/docs/OLD/
MESA_trace.spec 33 of GL calls including parameters as readable text. The verbosity
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 415 non-NULL declaration in question. VERBOSITY determines what
423 const char *(*decl_printable_name) (tree decl, int verbosity);
425 /* Computes the dwarf-2/3 name for a tree. VERBOSITY determines what
428 const char *(*dwarf_name) (tree, int verbosity);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 415 non-NULL declaration in question. VERBOSITY determines what
423 const char *(*decl_printable_name) (tree decl, int verbosity);
425 /* Computes the dwarf-2/3 name for a tree. VERBOSITY determines what
428 const char *(*dwarf_name) (tree, int verbosity);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 415 non-NULL declaration in question. VERBOSITY determines what
423 const char *(*decl_printable_name) (tree decl, int verbosity);
425 /* Computes the dwarf-2/3 name for a tree. VERBOSITY determines what
428 const char *(*dwarf_name) (tree, int verbosity);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 415 non-NULL declaration in question. VERBOSITY determines what
423 const char *(*decl_printable_name) (tree decl, int verbosity);
425 /* Computes the dwarf-2/3 name for a tree. VERBOSITY determines what
428 const char *(*dwarf_name) (tree, int verbosity);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.py 829 In the remaining examples, the test runner's verbosity will be
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest.py 829 In the remaining examples, the test runner's verbosity will be
    [all...]
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 382 // Verifies that Log() behaves correctly for the given verbosity level
384 void TestLogWithSeverity(const string& verbosity, LogSeverity severity,
387 GMOCK_FLAG(verbose) = verbosity;
503 // Verifies that Log() behaves correctly for the given verbosity level
505 String GrabOutput(void(*logger)(), const char* verbosity) {
507 GMOCK_FLAG(verbose) = verbosity;

Completed in 2965 milliseconds

1 2 34 5 6 7