/dalvik/tests/etc/ |
reference-run-test-classes | 7 # --quiet -- don't chatter 13 if [ "$QUIET" = "n" ]; then 19 QUIET="n" 23 if [ "x$1" = "x--quiet" ]; then 24 QUIET="y"
|
push-and-run-test-jar | 7 # --quiet -- don't chatter 19 if [ "$QUIET" = "n" ]; then 29 QUIET="n" 33 if [ "x$1" = "x--quiet" ]; then 34 QUIET="y" 107 if [ "$QUIET" = "n" ]; then
|
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"
|
/development/pdk/doxygen_config/ |
overrideconfig.conf | 38 QUIET = NO
|
pdk_config.conf | 87 QUIET = NO
|
/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/tests/tests/media/src/android/media/cts/ |
SoundPoolTest.java | 49 private static final int QUIET = LOUD / 2; 285 int streamID1 = mSoundPool.play(sampleID1, LOUD, QUIET, PRIORITY, -1, 1); 289 int streamID2 = mSoundPool.play(sampleID2, QUIET, LOUD, PRIORITY, -1, 1); 295 streamID1 = mSoundPool.play(sampleID1, LOUD, QUIET, PRIORITY, 1, 1); 296 streamID2 = mSoundPool.play(sampleID2, QUIET, LOUD, PRIORITY, 0, 1);
|
/external/chromium/third_party/icu/source/tools/genrb/ |
genrb.c | 42 QUIET, 132 "\t-q or --quiet do not display warnings\n" 172 if(options[QUIET].doesOccur) {
|
/external/libvpx/ |
libs.doxy_template | 438 # The QUIET tag can be used to turn on/off the messages that are generated 441 QUIET = YES [all...] |
/external/icu4c/tools/genrb/ |
genrb.c | 44 QUIET, 172 "\t-q or --quiet do not display warnings\n" 220 if(options[QUIET].doesOccur) {
|
/external/chromium/third_party/icu/source/tools/gennames/ |
gennames.c | 330 QUIET, 404 "\t-q or --quiet no output\n" 417 beQuiet=options[QUIET].doesOccur; [all...] |
/external/chromium/third_party/icu/source/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...] |
/external/icu4c/tools/gennames/ |
gennames.c | 348 QUIET, 424 "\t-q or --quiet no output\n" 437 beQuiet=options[QUIET].doesOccur; [all...] |
/external/icu4c/tools/pkgdata/ |
pkgdata.cpp | 144 QUIET 184 /*19*/ UOPTION_DEF( "quiet", 'q', UOPT_NO_ARG) 380 if(options[QUIET].doesOccur) { 381 o.quiet = TRUE; 383 o.quiet = FALSE; [all...] |
/external/bison/tests/ |
testsuite | 925 # the standard output; in quiet mode only write to the log [all...] |