HomeSort by relevance Sort by last modified time
    Searched defs:quiet (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/valgrind/main/helgrind/tests/
free_is_write.c 22 int quiet; local
26 quiet = argc > 1;
29 if (0 && !quiet)
  /external/fsck_msdos/
check.c 67 int quiet = 0; local
71 if (!quiet)
79 else if (!quiet)
82 } else if (!quiet)
106 if (!quiet) {
141 if (!quiet)
151 if (!quiet)
166 if (!quiet)
  /external/grub/util/
mbchk.c 27 static int quiet = 0; variable
33 {"quiet", no_argument, 0, 'q'},
46 "-q, --quiet suppress all normal output\n"
85 if (! quiet)
107 if (! quiet)
178 if (! quiet)
207 quiet = 1;
  /external/linux-tools-perf/util/
debug.c 16 bool dump_trace = false, quiet = false; variable
  /system/core/debuggerd/
utility.h 30 bool quiet; member in struct:__anon62566
  /external/chromium_org/third_party/mesa/src/src/glsl/
test_optpass.cpp 144 int num_optimizations, bool quiet)
150 if (!quiet) {
154 if (!quiet) {
170 int quiet = 0; local
178 { "quiet", no_argument, &quiet, 1 },
234 if (!state->error && !quiet) {
245 argc - optind, quiet != 0);
251 if (!quiet) {
255 if (!quiet) {
    [all...]
  /external/mesa3d/src/glsl/
test_optpass.cpp 144 int num_optimizations, bool quiet)
150 if (!quiet) {
154 if (!quiet) {
170 int quiet = 0; local
178 { "quiet", no_argument, &quiet, 1 },
234 if (!state->error && !quiet) {
245 argc - optind, quiet != 0);
251 if (!quiet) {
255 if (!quiet) {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 52 quiet = make_option("--quiet", action="store_true", dest="quiet", default=False, help="Produce less console output.") variable in class:Options
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.h 127 UBool quiet; member in struct:UPKGOptions_
  /external/chromium_org/third_party/libxml/src/
check-relaxng-test-suite.py 14 quiet = 1 variable
312 global quiet
331 if quiet == 0:
338 if quiet == 0:
371 if quiet == 0:
375 if quiet == 0:
377 if quiet == 0 or nb_schemas_failed != 0:
380 if quiet == 0 or nb_instances_failed != 0:
390 if quiet == 0:
check-relaxng-test-suite2.py 13 quiet = 1 variable
344 if quiet == 0:
351 if quiet == 0:
394 if quiet == 0:
398 if quiet == 0:
400 if quiet == 0 or nb_schemas_failed != 0:
403 if quiet == 0 or nb_instances_failed != 0:
414 if quiet == 0:
check-xsddata-test-suite.py 14 quiet = 1 variable
342 if quiet == 0:
349 if quiet == 0:
399 if quiet == 0:
403 if quiet == 0 or nb_schemas_failed != 0:
406 if quiet == 0 or nb_instances_failed != 0:
416 if quiet == 0:
  /external/valgrind/main/drd/tests/
circular_buffer.c 51 static int quiet = 0; variable
117 if (! quiet)
140 if (! quiet)
172 if (! quiet)
198 quiet = 1;
  /system/extras/memtrack/
memtrack.cpp 268 printf("Usage: memtrack [--verbose | --quiet] [--scan_delay TIME_SECS]\n");
273 printf(" --quiet\n");
302 bool quiet = false; local
307 } else if (strcmp(argv[i], "--quiet") == 0) {
308 quiet = true;
322 if (quiet && verbose) {
323 printf("Both --quiet and --verbose cannot be specified.\n");
338 if (!quiet) {
364 if (!quiet) {
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 156 bool quiet; member in struct:RunInfo
217 gRunInfo.quiet = false; // Set up defaults for run.
228 if (strcmp(argv[argnum], "-quiet") == 0)
229 gRunInfo.quiet = true;
288 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n"
289 " -quiet Suppress periodic status display. \n"
439 if (gRunInfo.quiet == false && gRunInfo.verbose == false)
487 if (gRunInfo.quiet == false && gRunInfo.verbose == false) {
  /external/chromium_org/third_party/openssl/openssl/apps/
passwd.c 43 char *passwd, BIO *out, int quiet, int table, int reverse,
53 * -quiet - no warnings
72 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; local
137 else if (strcmp(argv[i], "-quiet") == 0)
138 quiet = 1;
184 BIO_printf(bio_err, "-quiet no warnings\n");
246 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
275 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
418 char *passwd, BIO *out, int quiet, int table, int reverse,
476 if (!quiet)
    [all...]
  /external/e2fsprogs/misc/
uuidd.c 229 int debug, int timeout, int quiet)
244 if (!quiet)
261 if (!quiet)
268 if (!quiet)
276 if (!quiet)
304 if (!quiet)
313 if (!quiet)
450 int timeout = 0, quiet = 0, drop_privs = 0; local
480 quiet++;
576 if (!quiet)
    [all...]
  /external/icu4c/test/threadtest/
threadtest.cpp 157 bool quiet; member in struct:RunInfo
218 gRunInfo.quiet = false; // Set up defaults for run.
229 if (strcmp(argv[argnum], "-quiet") == 0)
230 gRunInfo.quiet = true;
289 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n"
290 " -quiet Suppress periodic status display. \n"
440 if (gRunInfo.quiet == false && gRunInfo.verbose == false)
488 if (gRunInfo.quiet == false && gRunInfo.verbose == false) {
  /external/icu4c/tools/pkgdata/
pkgtypes.h 127 UBool quiet; member in struct:UPKGOptions_
  /external/libmtp/examples/
sendtr.c 386 uint16_t quiet = 0; local
424 quiet = 1;
  /external/libppp/src/
main.c 197 " [-quiet] [-unit N] [system ...]\n");
204 unsigned quiet : 1; member in struct:switches
253 } else if (strcmp(cp, "quiet") == 0) {
254 sw->quiet = 1;
380 if (!sw.quiet)
390 if (!sw.quiet)
466 if (!sw.quiet) {
472 if (!sw.quiet)
476 if (!sw.quiet)
  /external/libvpx/libvpx/build/make/
Makefile 13 quiet?=true macro
77 quiet:=$(if $(or $(verbose), $(V)),, yes) macro
78 qexec=$(if $(quiet),@)
123 $(if $(quiet),@echo " [DEP] $@")
128 $(if $(quiet),@echo " [CC] $@")
132 $(if $(quiet),@echo " [DEP] $@")
137 $(if $(quiet),@echo " [CXX] $@")
141 $(if $(quiet),@echo " [DEP] $@")
147 $(if $(quiet),@echo " [AS] $@")
151 $(if $(quiet),@echo " [DEP] $@"
    [all...]
  /external/openssl/apps/
passwd.c 43 char *passwd, BIO *out, int quiet, int table, int reverse,
53 * -quiet - no warnings
72 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; local
137 else if (strcmp(argv[i], "-quiet") == 0)
138 quiet = 1;
184 BIO_printf(bio_err, "-quiet no warnings\n");
246 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
275 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
418 char *passwd, BIO *out, int quiet, int table, int reverse,
476 if (!quiet)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_coercion.py 227 quiet=True): variable
344 quiet=True):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_coercion.py 227 quiet=True): variable
344 quiet=True):

Completed in 7420 milliseconds

1 2 3 4 5