HomeSort by relevance Sort by last modified time
    Searched full:quiet (Results 26 - 50 of 394) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/opencore/tools_v2/build/make/platforms/
android.mk 7 SHARED_PRELINK_FLAGS := --quiet --prelinkmap $(ANDROID_BASE)/config/prelink-linux-arm.map --locals-only
9 STRIP_FLAGS := --strip --shady --quiet
67 $(quiet) $(SHARED_PRELINK) $(SHARED_PRELINK_FLAGS) $1
72 $(quiet) $(SHARED_LINK) $(SHARED_PRE_LDFLAGS) $(SONAME_ARG)$(notdir $1) -o $1 $2 $(SHARED_POST_LDFLAGS)
74 $(quiet) $(STRIP) $(STRIP_FLAGS) $1
80 $(quiet) $(LINK) $(BINDING) $(OUTLINKFLAG)$1 $(filter $(LIBCOMPFLAG)%,$($2_LDFLAGS)) \
83 $(quiet) $(STRIP) $(STRIP_FLAGS) $1
  /external/grub/docs/
mbchk.1 11 \fB\-q\fR, \fB\-\-quiet\fR suppress all normal output
  /external/jsr305/ri/
build.xml 20 <delete quiet="true">
  /external/bluetooth/bluez/tools/
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)
  /build/tools/apriori/
cmdline.c 16 {"quiet", no_argument, 0, 'Q'},
68 int *quiet,
81 ASSERT(quiet); *quiet = 0;
146 case 'Q': *quiet = 1; break;
  /dalvik/tests/etc/
local-run-test-jar 7 # --quiet -- don't chatter
17 if [ "$QUIET" = "n" ]; then
29 QUIET="n"
33 if [ "x$1" = "x--quiet" ]; then
34 QUIET="y"
  /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/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...]
  /dalvik/libdex/
CmdUtils.h 58 MemMapping* pMap, bool quiet);
65 const char* outFileName, bool quiet);
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
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)
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)
  /external/libpng/scripts/
smakefile.ppc 19 RM = delete 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/openssl/apps/
passwd.c 43 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)
    [all...]
  /external/clearsilver/scripts/
document.py 23 QUIET = 0
184 global QUIET
188 if not QUIET:
192 if not QUIET:
225 global QUIET
234 if not QUIET:
238 if not QUIET:
278 global QUIET
279 QUIET = 1
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 77 boolean quiet = false;
120 legacy, quiet);
  /external/bison/tests/
c++.at 54 # The QUIET tag can be used to turn on/off the messages that are
57 QUIET = YES
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 30 int WARNING = 1; // "-quiet"
58 String QUIET_STRING = "quiet";
  /bionic/libc/stdio/
wcio.h 29 /* this file is only used to quiet the BSD stdio implementation
  /build/tools/lsd/
main.c 28 /* Flag set by --quiet. This variable is global as it is accessed by the
  /development/pdk/doxygen_config/
overrideconfig.conf 38 QUIET = NO
  /external/icu4c/test/intltest/
intltest.h 158 UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=FALSE);
159 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE);
171 UBool assertTrue(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
172 UBool assertFalse(const UnicodeString& message, UBool condition, UBool quiet=FALSE);

Completed in 112 milliseconds

12 3 4 5 6 7 8 91011>>