HomeSort by relevance Sort by last modified time
    Searched refs:quiet (Results 126 - 150 of 499) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
options.h 109 int quiet; /* Don't print any informational messages. */ member in struct:cloogoptions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
sdla.h 116 void sdla(void *cfg_info, char *dev, struct frad_conf *conf, int quiet);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
options.h 109 int quiet; /* Don't print any informational messages. */ member in struct:cloogoptions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sdla.h 116 void sdla(void *cfg_info, char *dev, struct frad_conf *conf, int quiet);
  /external/chromium_org/third_party/libxml/src/
check-xsddata-test-suite.py 14 quiet = 1 variable
342 if quiet == 0:
349 if quiet == 0:
399 if quiet == 0:
403 if quiet == 0 or nb_schemas_failed != 0:
406 if quiet == 0 or nb_instances_failed != 0:
416 if quiet == 0:
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
progress_center_panel.js 86 get quiet() {
87 return this.classList.contains('quiet');
104 this.classList.toggle('quiet', item.quiet);
215 this.quietItemGroup_ = new ProgressCenterItemGroup('quiet', true);
223 normal: 'li:not(.quiet)',
224 quiet: 'li.quiet'
234 quiet: null
329 var targetGroup = event.target.classList.contains('quiet')
    [all...]
  /external/llvm/utils/lit/lit/
main.py 30 elif self.opts.quiet:
46 (self.opts.quiet or self.opts.succinct):
156 group.add_option("-q", "--quiet", dest="quiet",
266 quiet = opts.quiet,
344 if not opts.quiet:
365 if not opts.quiet:
407 if opts.quiet and not code.isFailure:
  /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/chromium_org/tools/gyp/
gyptest.py 169 parser.add_option("-q", "--quiet", action="store_true",
170 help="quiet, don't print test command lines")
202 CommandRunner.verbose = not opts.quiet
207 if not opts.quiet:
232 if not opts.quiet:
238 if gyp_options and not opts.quiet:
252 if not opts.quiet:
  /system/extras/memtrack/
memtrack.cpp 268 printf("Usage: memtrack [--verbose | --quiet] [--scan_delay TIME_SECS]\n");
273 printf(" --quiet\n");
302 bool quiet = false; local
307 } else if (strcmp(argv[i], "--quiet") == 0) {
308 quiet = true;
322 if (quiet && verbose) {
323 printf("Both --quiet and --verbose cannot be specified.\n");
338 if (!quiet) {
364 if (!quiet) {
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 77 boolean quiet = false;
120 legacy, quiet);
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
ftfy.sh 111 if ! git diff --quiet HEAD; then
152 if ! git diff --quiet; then
  /external/libvpx/libvpx/tools/
ftfy.sh 111 if ! git diff --quiet HEAD; then
153 if ! git diff --quiet; then
  /external/markdown/MarkdownTest/
MarkdownTest.pl 73 $t_result = `echo '$t_result' | tidy -quiet --show-warnings n`;
74 $t_output = `echo '$t_output' | tidy -quiet --show-warnings n`;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
ftfy.sh 111 if ! git diff --quiet HEAD; then
153 if ! git diff --quiet; then
  /ndk/build/tools/
dev-platform-compress.sh 96 if cmp --quiet $PFILE $CFILE; then
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_rpm.py 74 # running in quiet mode
75 cmd.quiet = 1
119 cmd.quiet = 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uu.py 90 def decode(in_file, out_file=None, mode=None, quiet=0):
148 if not quiet:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_rpm.py 74 # running in quiet mode
75 cmd.quiet = 1
119 cmd.quiet = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uu.py 90 def decode(in_file, out_file=None, mode=None, quiet=0):
148 if not quiet:
  /external/chromium_org/build/git-hooks/
pre-commit 11 if git rev-parse --verify --quiet --no-revs MERGE_HEAD; then
  /external/chromium_org/chrome/test/mini_installer/
test_installer.py 60 def __init__(self, name, test, config, variable_expander, quiet):
75 self._quiet = quiet
302 parser.add_argument('-q', '--quiet', action='store_true', default=False,
336 variable_expander, args.quiet))
338 verbosity = 2 if not args.quiet else 1
  /external/chromium_org/third_party/cython/src/Cython/Build/Tests/
TestInline.py 12 test_kwds = dict(force=True, quiet=True)
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.h 256 UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=FALSE, const char *file=NULL, int line=0);
257 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE);
277 UBool assertTrue(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
278 UBool assertFalse(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.h 127 UBool quiet; member in struct:UPKGOptions_

Completed in 1539 milliseconds

1 2 3 4 56 7 8 91011>>