Searched refs:quiet (Results 1 - 25 of 143) sorted by relevance

123456

/external/valgrind/main/helgrind/tests/
H A Dfree_is_write.c22 int quiet; local
26 quiet = argc > 1;
29 if (0 && !quiet)
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dupdate.py39 Options.quiet,
46 self._tool.executive.run_and_throw_if_fail(self._tool.port().update_webkit_command(), quiet=self._options.quiet)
H A Dbuild.py39 Options.quiet,
44 self._tool.executive.run_and_throw_if_fail(self._tool.port().build_webkit_command(build_style=build_style), self._options.quiet)
H A Druntests.py42 Options.quiet,
58 self._tool.executive.run_and_throw_if_fail(javascriptcore_tests_command, quiet=True)
68 if self._options.quiet:
69 args.append("--quiet")
H A Dpreparechangelog.py42 Options.quiet,
77 self._tool.executive.run_and_throw_if_fail(args, self._options.quiet)
/external/valgrind/main/drd/tests/
H A Dread_after_free.c24 int quiet; local
27 quiet = argc > 1;
30 if (!quiet)
40 if (!quiet)
H A Dcircular_buffer.c51 static int quiet = 0; variable
117 if (! quiet)
140 if (! quiet)
172 if (! quiet)
198 quiet = 1;
/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/iproute2/include/
H A Dxt-internal.h50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
51 extern int load_xtables_ko(const char *modprobe, int quiet);
/external/webkit/Tools/Scripts/
H A Dupdate-webkit47 my $quiet = '';
59 'q|quiet' => \$quiet,
68 -q|--quiet pass -q to svn update for quiet updates
78 push @svnOptions, '-q' if $quiet;
83 print "Updating OpenSource\n" unless $quiet;
89 print "Updating Internal\n" unless $quiet;
/external/dropbear/debian/
H A Ddropbear.init34 start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \
41 start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/"$NAME".pid
47 start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/"$NAME".pid
49 start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \
/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/libvpx/build/make/
H A DMakefile13 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),
[all...]
/external/linux-tools-perf/util/
H A Ddebug.h9 extern bool quiet, dump_trace;
/external/webkit/Tools/CygwinDownloader/
H A Dcygwin-downloader.py10 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/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/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dcommandtest.py45 options.quiet = True
H A Dstepsequence.py54 steps.Options.quiet,
78 if not options.quiet:
/external/dhcpcd/
H A Dconfig.mk17 SERVICEEXISTS= /usr/sbin/invoke-rc.d --query --quiet $$1 start >/dev/null 2>\&1 || [ $$? = 104 ]
/external/icu4c/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/llvm/utils/lit/lit/
H A DLitConfig.py20 def __init__(self, progname, path, quiet,
29 self.quiet = bool(quiet)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dcomplete-ant-cmd.pl64 -logger -projecthelp -quiet -verbose -version);
/external/elfutils/tests/
H A Drun-elflint-self.sh34 testrun ../src/elflint --quiet --gnu-ld $1 ||
/external/icu4c/test/intltest/
H A Dintltest.h190 UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=FALSE);
191 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE);
203 UBool assertTrue(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
204 UBool assertFalse(const UnicodeString& message, UBool condition, UBool quiet=FALSE);

Completed in 955 milliseconds

123456