Searched defs:quiet (Results 1 - 25 of 50) sorted by relevance

12

/external/openssh/
H A Dsshtty.c57 leave_raw_mode(int quiet) argument
62 if (!quiet)
69 enter_raw_mode(int quiet) argument
74 if (!quiet)
92 if (!quiet)
/external/valgrind/main/helgrind/tests/
H A Dfree_is_write.c22 int quiet; local
26 quiet = argc > 1;
29 if (0 && !quiet)
/external/fsck_msdos/
H A Dcheck.c67 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/
H A Dmbchk.c27 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/
H A Ddebug.c16 bool dump_trace = false, quiet = false; variable
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Doptions.py52 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/i18n/
H A DdecContext.c368 /* quiet is 1 to suppress message; 0 otherwise */
373 /* A message is displayed if the return value is not 0 and quiet==0. */
377 U_CAPI Int U_EXPORT2 uprv_decContextTestEndian(Flag quiet) { argument
384 if (!quiet) {
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.h127 UBool quiet; member in struct:UPKGOptions_
/external/chromium_org/third_party/libxml/src/
H A Dcheck-relaxng-test-suite.py14 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:
H A Dcheck-relaxng-test-suite2.py13 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:
H A Dcheck-xsddata-test-suite.py14 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:
H A DtestSAX.c59 static int quiet = 0; variable
259 if (quiet)
277 if (quiet)
295 if (quiet)
312 if (quiet)
336 if (quiet)
367 if (quiet)
402 if (quiet)
421 if (quiet)
452 if (quiet)
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dtest_optpass.cpp144 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) {
143 do_optimization_passes(struct exec_list *ir, char **optimizations, int num_optimizations, bool quiet) argument
[all...]
/external/mesa3d/src/glsl/
H A Dtest_optpass.cpp144 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) {
143 do_optimization_passes(struct exec_list *ir, char **optimizations, int num_optimizations, bool quiet) argument
[all...]
/external/valgrind/main/drd/tests/
H A Dcircular_buffer.c51 static int quiet = 0; variable
117 if (! quiet)
140 if (! quiet)
172 if (! quiet)
198 quiet = 1;
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp156 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/
H A Dpasswd.c43 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)
417 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, int usecrypt, int use1, int useapr1) argument
[all...]
/external/e2fsprogs/misc/
H A Duuidd.c229 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)
228 server_loop(const char *socket_path, const char *pidfile_path, int debug, int timeout, int quiet) argument
[all...]
/external/icu4c/test/threadtest/
H A Dthreadtest.cpp157 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/
H A Dpkgtypes.h127 UBool quiet; member in struct:UPKGOptions_
/external/libmtp/examples/
H A Dsendtr.c386 uint16_t quiet = 0; local
424 quiet = 1;
/external/libppp/src/
H A Dmain.c197 " [-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/
H A DMakefile13 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),
[all...]
/external/openssl/apps/
H A Dpasswd.c43 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)
417 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, int usecrypt, int use1, int useapr1) argument
[all...]
/external/elfutils/src/
H A Delfcmp.c72 { "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;

Completed in 784 milliseconds

12