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

12 3 4 5

  /external/expat/amiga/
Makefile 62 -delete lib/#?.o quiet
63 -delete libs/#?.o quiet
66 copy libs/xmlwf $(tooldir) quiet
67 copy /lib/expat.h /lib/expat_external.h $(staticincludedir) quiet
68 copy lib/libexpat.a $(staticlibdir) quiet
69 copy libs/expat.library $(sharedlibdir) quiet
70 copy include $(sharedincludedir) quiet all
  /external/icu4c/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) {
  /external/chromium/third_party/icu/source/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);
  /external/chromium/third_party/icu/source/tools/pkgdata/
pkgtypes.h 127 UBool quiet; member in struct:UPKGOptions_
  /external/icu4c/test/intltest/
intltest.h 160 UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=FALSE);
161 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE);
173 UBool assertTrue(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
174 UBool assertFalse(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
  /external/icu4c/tools/pkgdata/
pkgtypes.h 127 UBool quiet; member in struct:UPKGOptions_
  /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/elfutils/config/
depcomp 258 *" --mode=compile "*) # this is libtool, let us make it quiet
263 # insert --quiet before "--mode=compile"
264 set fnord "$@" --quiet
346 # insert --quiet before "--mode=compile"
347 set fnord "$@" --quiet
384 # insert --quiet before "--mode=compile"
385 set fnord "$@" --quiet
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 77 boolean quiet = false;
120 legacy, quiet);
  /external/e2fsprogs/misc/
mke2fs.c 74 int quiet; variable
196 quiet ? "" : "-s ", (cflag > 1) ? "-w " : "",
305 if (quiet)
413 if (quiet)
638 if (quiet)
1137 quiet = 1;
1204 if (!quiet || show_version_only)
    [all...]
  /build/tools/droiddoc/test/stubs/
func.sh 42 -quiet \
  /external/webkit/WebKitTools/BuildSlaveSupport/
build-launcher-dmg 80 system("hdiutil", "convert", "-quiet", "$nightlyLauncherDiskImagePath.uncompressed.dmg", "-format", "UDBZ", "-imagekey", "zlib-level=9", "-o", "$nightlyLauncherDiskImagePath");
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download_unittest.py 39 options.quiet = False
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
options.py 51 quiet = make_option("--quiet", action="store_true", dest="quiet", default=False, help="Produce less console output.") variable in class:Options
  /build/core/
droiddoc.mk 169 -quiet \
212 -quiet \
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 136 boolean quiet = false;
178 legacy, quiet);
  /external/icu4c/i18n/
decContext.c 368 /* 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) {
384 if (!quiet) {
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeApi.h 132 dot11_QUIET_t *quiet; member in struct:__anon11020
221 dot11_QUIET_t quiet; member in struct:__anon11027
mlmeParser.c     [all...]
mlmeParser.h 173 dot11_QUIET_t *quiet);
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 227 final boolean quiet = transformer.getQuietConflictWarnings();
278 -1, quiet, dtm);
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
mlmeApi.h 132 dot11_QUIET_t *quiet; member in struct:__anon17735
219 dot11_QUIET_t quiet; member in struct:__anon17742
mlmeParser.c     [all...]
  /external/libvpx/
ivfdec.c 72 static const arg_def_t quietarg = ARG_DEF("q", "quiet", 0,
338 int stop_after = 0, postproc = 0, summary = 0, quiet = 0; local
406 quiet = 1;
521 if (!quiet)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
mlmeApi.h 119 dot11_QUIET_t quiet; member in struct:__anon16564

Completed in 506 milliseconds

12 3 4 5