/build/tools/soslim/ |
cmdline.h | 11 int *quiet,
|
cmdline.c | 15 {"quiet", no_argument, 0, 'Q'}, 66 int *quiet, 81 ASSERT(quiet); 82 *quiet = 0; 123 case 'Q': *quiet = 1; break;
|
/dalvik/libdex/ |
CmdUtils.h | 59 * If "quiet" is set, don't report common errors. 64 MemMapping* pMap, bool quiet); 71 const char* outFileName, bool quiet);
|
CmdUtils.c | 32 * If "quiet" is set, don't report common errors. 35 const char* outFileName, bool quiet) 45 if (!quiet) { 65 if (!quiet) { 103 * If "quiet" is set, don't report common errors. 108 MemMapping* pMap, bool quiet) 117 if (!quiet) { 140 result = dexUnzipToFile(fileName, tempFileName, quiet); 147 if (!quiet) { 151 if (!quiet && result == kUTFRNoClassesDex) [all...] |
/build/tools/apriori/ |
cmdline.h | 10 int *quiet,
|
cmdline.c | 16 {"quiet", no_argument, 0, 'Q'}, 68 int *quiet, 81 ASSERT(quiet); *quiet = 0; 146 case 'Q': *quiet = 1; break;
|
/external/webkit/WebKitTools/Scripts/ |
update-webkit | 45 my $quiet = ''; 57 'q|quiet' => \$quiet, 65 -q|--quiet pass -q to svn update for quiet updates 71 push @svnOptions, '-q' if $quiet; 76 print "Updating OpenSource\n" unless $quiet; 82 print "Updating Internal\n" unless $quiet;
|
/external/iproute2/include/ |
xt-internal.h | 50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet); 51 extern int load_xtables_ko(const char *modprobe, int quiet);
|
/external/dropbear/debian/ |
dropbear.init | 34 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/ |
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/webkit/WebKitTools/Scripts/webkitpy/steps/ |
build.py | 39 Options.quiet, 44 self._tool.executive.run_and_throw_if_fail(self.port().build_webkit_command(build_style=build_style), self._options.quiet)
|
preparechangelog.py | 42 Options.quiet, 56 self._tool.executive.run_and_throw_if_fail(args, self._options.quiet)
|
runtests.py | 40 Options.quiet, 56 self._tool.executive.run_and_throw_if_fail(self.port().run_javascriptcore_tests_command(), quiet=True) 63 if self._options.quiet: 64 args.append("--quiet")
|
update.py | 46 self._tool.executive.run_and_throw_if_fail(self.port().update_webkit_command(), quiet=True)
|
abstractstep.py | 39 def _run_script(self, script_name, quiet=False, port=WebKitPort): 42 self._tool.executive.run_and_throw_if_fail(port.script_path(script_name), 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/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/bluetooth/bluez/tools/ |
avctrl.c | 177 "\t-q, --quiet Don't display any messages\n" 188 { "quiet", 0, 0, 'q' }, 195 int i, opt, num, quiet = 0; local 200 quiet = 1; 223 if (!quiet) 232 if (!quiet) 239 if (!quiet) 242 if (!quiet)
|
dfubabel.c | 150 "\t-q, --quiet Don't display any messages\n" 156 { "quiet", 0, 0, 'q' }, 163 int i, opt, num, quiet = 0; local 168 quiet = 1; 186 if (!quiet) 195 if (!quiet) 202 if (!quiet) 205 if (!quiet)
|
hid2hci.c | 286 "\t-q, --quiet Don't display any messages\n" 298 { "quiet", no_argument, 0, 'q' }, 309 int opt, quiet = 0; local 339 quiet = 1; 348 if (!quiet && (!dev.vendor || !dev.product || !method)) 358 if (!quiet) 364 if (!quiet) 369 if (method(&dev) < 0 && !quiet) 371 else if (!quiet)
|
/external/e2fsprogs/misc/ |
uuidd.c | 198 int debug, int timeout, int quiet) 213 if (!quiet) 230 if (!quiet) 237 if (!quiet) 245 if (!quiet) 260 if (!quiet) 269 if (!quiet) 405 int timeout = 0, quiet = 0, drop_privs = 0; local 435 quiet++; 526 if (!quiet) [all...] |
/external/webkit/WebKitTools/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/webkit/WebKitTools/Scripts/webkitpy/ |
executive.py | 96 def run_and_throw_if_fail(self, args, quiet=False): 99 if quiet: 101 child_stdout = tee(child_out_file, dev_null if quiet else sys.stdout) 103 if quiet:
|
stepsequence.py | 50 steps.Options.quiet, 72 if not options.quiet:
|
/external/chromium/third_party/icu/source/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) {
|