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

1 2 3 4

  /external/valgrind/main/helgrind/tests/
free_is_write.c 22 int quiet; local
26 quiet = argc > 1;
29 if (0 && !quiet)
  /system/core/debuggerd/
utility.h 28 bool quiet; member in struct:__anon44006
  /external/valgrind/main/drd/tests/
read_after_free.c 24 int quiet; local
27 quiet = argc > 1;
30 if (!quiet)
40 if (!quiet)
circular_buffer.c 51 static int quiet = 0; variable
117 if (! quiet)
140 if (! quiet)
172 if (! quiet)
198 quiet = 1;
  /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
  /external/webkit/Tools/CygwinDownloader/
cygwin-downloader.py 10 quiet = len(sys.argv) > 1 and "--quiet" in set(sys.argv[1:]) variable
17 if quiet or random.random() > 0.5:
23 if not quiet:
30 if not quiet:
  /external/icu4c/tools/pkgdata/
pkgtypes.h 127 UBool quiet; member in struct:UPKGOptions_
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
options.py 53 quiet = make_option("--quiet", action="store_true", dest="quiet", default=False, help="Produce less console output.") variable in class:Options
  /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...]
mke2fs.c 85 int quiet; variable
211 quiet ? "" : "-s ", (cflag > 1) ? "-w " : "",
320 if (quiet)
365 if (quiet)
562 if (quiet)
    [all...]
  /external/icu4c/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/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/build/make/
Makefile 13 quiet?=true macro
74 quiet:=$(if $(verbose),,yes) macro
75 qexec=$(if $(quiet),@)
99 $(if $(quiet),@echo " [DEP] $@")
104 $(if $(quiet),@echo " [CC] $@")
108 $(if $(quiet),@echo " [DEP] $@")
114 $(if $(quiet),@echo " [AS] $@")
118 $(if $(quiet),@echo " [DEP] $@")
124 $(if $(quiet),@echo " [AS] $@")
129 $(if $(quiet),@echo " [ASM CONVERSION] $@"
    [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...]
  /external/elfutils/src/
elfcmp.c 72 { "quiet", 'q', NULL, 0, N_("Output nothing; yield exit status only"), 0 },
112 static bool quiet; variable
188 if (! quiet)
320 if (! quiet)
372 if (! quiet)
393 if (! quiet)
464 if (! quiet)
489 if (!quiet)
538 quiet = true;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeApi.h 132 dot11_QUIET_t *quiet; member in struct:__anon21025
221 dot11_QUIET_t quiet; member in struct:__anon21032
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/ui/model/
KeyStoreNode.java 83 private boolean quiet; field in class:KeyStoreNode
386 quiet = true;
388 quiet = false;
553 if (!quiet && !(newChild instanceof EntryDummyNode))
  /external/libvpx/
vpxdec.c 704 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local
781 quiet = 0;
974 if (!quiet)
    [all...]
  /external/kernel-headers/original/linux/
msdos_fs.h 210 unsigned quiet:1, /* set = fake successful chmods and chowns */ member in struct:fat_mount_options
  /external/openssh/
ssh-keygen.c 72 int quiet = 0; variable
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 728 Bool quiet = VG_(strstr)(filename, "/var/run/nscd/") != NULL; local
730 quiet |= VG_(strstr)(filename, "/dev/__properties__") != NULL;
732 if (!quiet && VG_(clo_verbosity) > 1) {
    [all...]
  /bionic/libc/kernel/common/linux/
cdrom.h 206 int quiet; member in struct:cdrom_generic_command

Completed in 2400 milliseconds

1 2 3 4