HomeSort by relevance Sort by last modified time
    Searched refs:quiet (Results 51 - 75 of 216) sorted by null

1 23 4 5 6 7 8 9

  /external/openssh/
sftp-client.c 247 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet)
265 if (quiet)
283 u_int expected_id, int quiet)
300 if (quiet)
639 do_stat(struct sftp_conn *conn, char *path, int quiet)
649 return(get_decode_stat(conn, id, quiet));
653 do_lstat(struct sftp_conn *conn, char *path, int quiet)
658 if (quiet)
662 return(do_stat(conn, path, quiet));
669 return(get_decode_stat(conn, id, quiet));
    [all...]
ssh-keygen.c 72 int quiet = 0; variable
    [all...]
  /external/webkit/Tools/BuildSlaveSupport/
build-launcher-dmg 80 system("hdiutil", "convert", "-quiet", "$nightlyLauncherDiskImagePath.uncompressed.dmg", "-format", "UDBZ", "-imagekey", "zlib-level=9", "-o", "$nightlyLauncherDiskImagePath");
  /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
  /system/core/debuggerd/
utility.c 62 want_log_write = IS_AT_FAULT(scopeFlags) && (!log || !log->quiet);
backtrace.c 121 log.quiet = true;
tombstone.c 811 bool dump_sibling_threads, bool quiet, bool* detach_failed,
831 log.quiet = quiet;
  /build/core/
droiddoc.mk 168 -quiet \
205 -quiet \
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 136 boolean quiet = false;
178 legacy, quiet);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 227 final boolean quiet = transformer.getQuietConflictWarnings();
278 -1, quiet, dtm);
  /external/icu4c/i18n/
decContext.c 361 /* quiet is 1 to suppress message; 0 otherwise */
366 /* A message is displayed if the return value is not 0 and quiet==0. */
371 U_CAPI Int U_EXPORT2 uprv_decContextTestEndian(Flag quiet) {
378 if (!quiet) {
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py 141 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)
executive.py 142 def run_and_throw_if_fail(self, args, quiet=False, decode_output=True):
146 if quiet:
151 if quiet:
  /external/e2fsprogs/misc/
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/intltest/
intltest.cpp     [all...]
  /external/libxml2/
xmlcatalog.c 277 } else if (!strcmp(command, "quiet")) {
279 printf("quiet has no arguments\n");
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 5 sed [-V] [--version] [--help] [-n] [--quiet] [--silent]
  /external/libmtp/examples/
sendtr.c 386 uint16_t quiet = 0; local
424 quiet = 1;
  /external/llvm/test/
Makefile 41 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
  /external/llvm/utils/lit/lit/
discovery.py 220 quiet = False,
  /external/srec/tools/cmd/
srecres2utd.pl 10 "quiet" => \$quiet,
41 # print "processing $resfile to $utdfile\n" unless($quiet);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
download_unittest.py 82 options.quiet = False
  /ndk/tests/standalone/
run.sh 76 --quiet|-q)
131 echo " --quiet|-q Decrease verbosity."
  /external/regex-re2/lib/codereview/
codereview.py 309 def Upload(self, ui, repo, send_mail=False, gofmt=True, gofmt_just_warn=False, creating=False, quiet=False):
361 if response_body.startswith("Issue updated.") and quiet:
1072 self.oldQuiet = ui.quiet
1073 ui.quiet = True
1078 ui.quiet = self.oldQuiet
    [all...]
  /external/linux-tools-perf/
builtin-record.c 719 if (quiet || signr == SIGUSR1)
787 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any message"),

Completed in 3151 milliseconds

1 23 4 5 6 7 8 9