HomeSort by relevance Sort by last modified time
    Searched refs:quiet (Results 76 - 100 of 383) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/e2fsprogs/misc/
uuidd.c 229 int debug, int timeout, int quiet)
244 if (!quiet)
261 if (!quiet)
268 if (!quiet)
276 if (!quiet)
304 if (!quiet)
313 if (!quiet)
450 int timeout = 0, quiet = 0, drop_privs = 0; local
480 quiet++;
576 if (!quiet)
    [all...]
  /system/core/debuggerd/
utility.h 30 bool quiet; member in struct:__anon60764
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
stepsequence.py 56 steps.Options.quiet,
82 if not options.quiet:
commandtest.py 46 options.quiet = True
  /external/chromium_org/third_party/libxml/src/
check-relaxng-test-suite2.py 13 quiet = 1 variable
344 if quiet == 0:
351 if quiet == 0:
394 if quiet == 0:
398 if quiet == 0:
400 if quiet == 0 or nb_schemas_failed != 0:
403 if quiet == 0 or nb_instances_failed != 0:
414 if quiet == 0:
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/dhcpcd/
config.mk 17 SERVICEEXISTS= /usr/sbin/invoke-rc.d --query --quiet $$1 start >/dev/null 2>\&1 || [ $$? = 104 ]
  /external/chromium_org/third_party/icu/source/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/icu4c/test/threadtest/
threadtest.cpp 157 bool quiet; member in struct:RunInfo
218 gRunInfo.quiet = false; // Set up defaults for run.
229 if (strcmp(argv[argnum], "-quiet") == 0)
230 gRunInfo.quiet = true;
289 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n"
290 " -quiet Suppress periodic status display. \n"
440 if (gRunInfo.quiet == false && gRunInfo.verbose == false)
488 if (gRunInfo.quiet == false && gRunInfo.verbose == false) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
runner_unittest.py 90 def test_run(self, verbose=0, timing=False, child_processes=1, quiet=False):
91 options = MockOptions(verbose=verbose, timing=timing, child_processes=child_processes, quiet=quiet, pass_through=False)
  /external/llvm/utils/lit/lit/
LitConfig.py 28 def __init__(self, progname, path, quiet,
36 self.quiet = bool(quiet)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
regrtest.py 29 -q/--quiet -- no output unless one or more tests fail
229 def main(tests=None, testdir=None, verbose=0, quiet=False,
251 The other default arguments (verbose, quiet, exclude,
261 ['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
283 elif o in ('-q', '--quiet'):
284 quiet = True;
424 if verbose or header or not (quiet or single or tests or args):
494 (test, verbose, quiet),
524 if not quiet:
557 if not quiet
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
regrtest.py 29 -q/--quiet -- no output unless one or more tests fail
229 def main(tests=None, testdir=None, verbose=0, quiet=False,
251 The other default arguments (verbose, quiet, exclude,
261 ['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
283 elif o in ('-q', '--quiet'):
284 quiet = True;
424 if verbose or header or not (quiet or single or tests or args):
494 (test, verbose, quiet),
524 if not quiet:
557 if not quiet
    [all...]
  /external/chromium_org/third_party/JSON/
get_and_build_json_pm.sh 71 if head -1 "$i" | grep --quiet '^#!'
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 71 const char* caller, int line, EGLint error, bool quiet) {
75 if (!quiet) {
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.h 190 UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=FALSE);
191 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE);
203 UBool assertTrue(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
204 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_
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
complete-ant-cmd.pl 64 -logger -projecthelp -quiet -verbose -version);
  /external/elfutils/tests/
run-elflint-self.sh 34 testrun ../src/elflint --quiet --gnu-ld $1 ||
  /external/icu4c/test/intltest/
intltest.h 237 UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=FALSE, const char *file=NULL, int line=0);
238 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE);
251 UBool assertTrue(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
252 UBool assertFalse(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/linux/
sdla.h 116 void sdla(void *cfg_info, char *dev, struct frad_conf *conf, int quiet);

Completed in 699 milliseconds

1 2 34 5 6 7 8 91011>>