/build/tools/apriori/ |
main.c | 29 /* Flag set by --quiet. This variable is global as it is accessed by the
|
/external/blktrace/ |
README | 83 -q Quiet. Don't display any stats at the end of the trace.
|
/external/bluetooth/bluez/input/ |
sixpair.c | 34 { "quiet", 'q', 0, G_OPTION_ARG_NONE, &option_quiet, "Quieten the output", NULL },
|
/external/kernel-headers/original/linux/mtd/ |
mtd.h | 252 #define MTD_DEBUG_LEVEL0 (0) /* Quiet */
|
/external/qemu/distrib/libpng-1.2.19/ |
pngpread.c | 1065 info_ptr = info_ptr; /* to quiet some compiler warnings */ [all...] |
/external/webkit/WebKitTools/pywebsocket/example/ |
echo_client.py | 178 parser.add_option('-q', '--quiet', dest='verbose', action='store_false',
|
/sdk/files/ |
ant_lib_rules_r2.xml | 66 <condition property="verbosity" value="verbose" else="quiet">
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/ |
802_11Defs.h | 666 /* Quiet Information Element */ [all...] |
/external/icu4c/tools/pkgdata/ |
pkgdata.cpp | 140 QUIET 180 /*19*/ UOPTION_DEF( "quiet", 'q', UOPT_NO_ARG) 375 if(options[QUIET].doesOccur) { 376 o.quiet = TRUE; 378 o.quiet = FALSE; [all...] |
/build/tools/soslim/ |
main.c | 33 /* Flag set by --quiet. This variable is global as it is accessed by the
|
/cts/tools/utils/ |
buildCts.py | 104 cmd = ('javadoc -o %s -J-Xmx512m -quiet -doclet DescriptionGenerator -docletpath %s'
|
/dalvik/tests/ |
run-test | 46 run_args="--quiet"
|
/dalvik/vm/alloc/ |
HeapDebug.c | 124 /* Enough to quiet down gcc for unitialized variable check */
|
/development/testrunner/ |
coverage.py | 296 os.system("tidy -m -errors -quiet %s" % html_file_path)
|
/external/elfutils/ |
INSTALL | 167 `--quiet'
|
/external/emma/core/java12/com/vladium/emma/ |
Command.java | 113 else if ("quiet".equals (on))
|
/external/icu4c/config/ |
mh-cygwin-msvc | 47 # -D_CRT_SECURE_NO_DEPRECATE is needed to quiet warnings about using standard C functions.
|
/external/libpng/ |
pngpread.c | [all...] |
/external/openssl/crypto/evp/ |
evp_test.c | 133 return(0); /* To keep some compilers quiet */
|
/external/qemu/fpu/ |
softfloat-specialize.h | 75 | Returns 1 if the single-precision floating-point value `a' is a quiet 203 | Returns 1 if the double-precision floating-point value `a' is a quiet 339 | quiet NaN; otherwise returns 0. 472 | Returns 1 if the quadruple-precision floating-point value `a' is a quiet
|
/external/srec/srec/Recognizer/include/ |
SR_RecognizerImpl.h | 313 * True if signal is too quiet.
|
/external/strace/ |
INSTALL | 167 `--quiet'
|
/external/webkit/WebCore/bindings/scripts/ |
CodeGenerator.pm | 267 # Step #2: Parse the found IDL file (in quiet mode).
|
/external/webkit/WebKitTools/Scripts/ |
run-webkit-tests | 134 my $quiet = ''; 245 -q|--quiet Less verbose output 264 -v|--verbose More verbose output (overrides --quiet) 290 'quiet|q' => \$quiet, 346 if ($quiet) { 351 # When not quiet, let the child use our stdout/stderr. 364 close DEVNULL if ($quiet); 587 } elsif (!$quiet) { [all...] |
/external/clearsilver/ruby/ |
install.rb | 859 when '-q', '--quiet' 947 out.printf fmt, '-q,--quiet', 'suppress message outputs'
|