Searched refs:quiet (Results 26 - 50 of 143) sorted by relevance

123456

/external/icu4c/tools/pkgdata/
H A Dpkgtypes.h127 UBool quiet; member in struct:UPKGOptions_
/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)
H A Droute.c741 const struct ncpaddr *gw, int bang, int quiet)
796 if (!quiet)
840 if (!quiet || errno != ENETUNREACH)
740 rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst, const struct ncpaddr *gw, int bang, int quiet) argument
/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;
/external/llvm/utils/lit/lit/
H A Dmain.py38 # Avoid locking overhead in quiet mode
39 if self.opts.quiet and not test.result.isFailure:
53 elif self.opts.quiet:
325 quiet = False,
387 group.add_option("-q", "--quiet", dest="quiet",
488 quiet = opts.quiet,
584 if not opts.quiet:
601 if not opts.quiet
[all...]
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl73 $t_result = `echo '$t_result' | tidy -quiet --show-warnings n`;
74 $t_output = `echo '$t_output' | tidy -quiet --show-warnings n`;
/external/linux-tools-perf/util/
H A Ddebug.c16 bool dump_trace = false, quiet = false; variable
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dsteps_unittest.py44 options.quiet = True
85 MOCK run_and_throw_if_fail: ['Tools/Scripts/run-webkit-tests', '--no-new-test-results', '--no-launch-safari', '--exit-after-n-failures=10', '--wait-for-httpd', '--quiet']
H A Doptions.py53 quiet = make_option("--quiet", action="store_true", dest="quiet", default=False, help="Produce less console output.") variable in class:Options
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py142 def run_and_throw_if_fail(self, args, quiet=False, decode_output=True):
146 if quiet:
151 if quiet:
H A Dexecutive_unittest.py141 output = executive.run_and_throw_if_fail(echo.command_arguments("-n", unicode_tor_input), quiet=True)
144 output = executive.run_and_throw_if_fail(echo.command_arguments("-n", unicode_tor_input), quiet=True, decode_output=False)
/external/openssh/
H A Dsftp-client.c247 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet) argument
265 if (quiet)
283 u_int expected_id, int quiet)
300 if (quiet)
639 do_stat(struct sftp_conn *conn, char *path, int quiet) argument
649 return(get_decode_stat(conn, id, quiet));
653 do_lstat(struct sftp_conn *conn, char *path, int quiet) argument
658 if (quiet)
662 return(do_stat(conn, path, quiet));
669 return(get_decode_stat(conn, id, quiet));
282 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st, u_int expected_id, int quiet) argument
674 do_fstat(struct sftp_conn *conn, char *handle, u_int handle_len, int quiet) argument
916 do_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, int quiet) argument
943 do_fstatvfs(struct sftp_conn *conn, const char *handle, u_int handle_len, struct sftp_statvfs *st, int quiet) argument
[all...]
/external/webkit/Tools/BuildSlaveSupport/
H A Dbuild-launcher-dmg80 system("hdiutil", "convert", "-quiet", "$nightlyLauncherDiskImagePath.uncompressed.dmg", "-format", "UDBZ", "-imagekey", "zlib-level=9", "-o", "$nightlyLauncherDiskImagePath");
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemApplyTemplates.java227 final boolean quiet = transformer.getQuietConflictWarnings();
278 -1, quiet, dtm);
/external/icu4c/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/e2fsprogs/misc/
H A Dmke2fs.c85 int quiet; variable
211 quiet ? "" : "-s ", (cflag > 1) ? "-w " : "",
320 if (quiet)
365 if (quiet)
562 if (quiet)
1388 quiet = 1;
1461 if (!quiet || show_version_only)
2225 if (!quiet || noaction)
2313 if (!quiet) {
2325 if (!quiet)
[all...]
/external/icu4c/test/intltest/
H A Dintltest.cpp1622 UBool IntlTest::assertTrue(const char* message, UBool condition, UBool quiet, UBool possibleDataError) { argument
1629 } else if (!quiet) {
1635 UBool IntlTest::assertFalse(const char* message, UBool condition, UBool quiet) { argument
1638 } else if (!quiet) {
1727 UBool IntlTest::assertTrue(const UnicodeString& message, UBool condition, UBool quiet) { argument
1728 return assertTrue(extractToAssertBuf(message), condition, quiet);
1731 UBool IntlTest::assertFalse(const UnicodeString& message, UBool condition, UBool quiet) { argument
1732 return assertFalse(extractToAssertBuf(message), condition, quiet);
/external/libxml2/
H A Dxmlcatalog.c277 } else if (!strcmp(command, "quiet")) {
279 printf("quiet has no arguments\n");
/external/libmtp/examples/
H A Dsendtr.c386 uint16_t quiet = 0; local
424 quiet = 1;
/external/llvm/test/
H A DMakefile46 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
/external/srec/tools/cmd/
H A Dsrecres2utd.pl10 "quiet" => \$quiet,
41 # print "processing $resfile to $utdfile\n" unless($quiet);
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Ddownload_unittest.py82 options.quiet = False
/external/linux-tools-perf/
H A Dbuiltin-record.c719 if (quiet || signr == SIGUSR1)
787 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any message"),
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp10 -q --quiet run silently; only print error msgs

Completed in 438 milliseconds

123456