Searched refs:quiet (Results 1 - 25 of 338) sorted by relevance

1234567891011>>

/external/elfutils/tests/
H A Drun-elflint-self.sh21 testrun_on_self ${abs_top_builddir}/src/elflint --quiet --gnu-ld
/external/curl/docs/cmdline-opts/
H A Dsilent.d6 Silent or quiet mode. Don't show progress meter or error messages. Makes Curl
/external/kmod/testsuite/rootfs-pristine/test-modprobe/install-cmd-loop/etc/modprobe.d/
H A Ddumb-instal-loop.conf1 install mod-loop-b $MODPROBE --ignore-install mod-loop-b && { $MODPROBE --quiet mod-loop-a ; }
/external/valgrind/helgrind/tests/
H A Dfree_is_write.c22 int quiet; local
26 quiet = argc > 1;
29 if (0 && !quiet)
/external/dtc/pylibfdt/
H A Dlibfdt.i82 # QUIET_ALL can be passed as the 'quiet' parameter to avoid exceptions
86 # Pass this as the 'quiet' parameter to return -ENOTFOUND on NOTFOUND errors,
110 def check_err(val, quiet=()):
117 quiet: Errors to ignore (empty to raise on all errors)
126 if -val not in quiet:
130 def check_err_null(val, quiet=()):
138 quiet: Errors to ignore (empty to raise on all errors)
145 is not in @quiet.
150 if -val not in quiet:
166 behaviour a 'quiet' paramete
[all...]
/external/python/cpython3/Lib/
H A Dcompileall.py27 def _walk_dir(dir, ddir=None, maxlevels=10, quiet=0):
28 if quiet < 2 and isinstance(dir, os.PathLike):
30 if not quiet:
35 if quiet < 2:
52 maxlevels=maxlevels - 1, quiet=quiet)
55 quiet=0, legacy=False, optimize=-1, workers=1):
65 quiet: full output with False or 0, errors only with 1,
74 files = _walk_dir(dir, quiet=quiet, maxlevel
[all...]
/external/python/cpython2/Lib/
H A Dcompileall.py22 force=0, rx=None, quiet=0):
32 quiet: if 1, be quiet during compilation
34 if not quiet:
50 if not compile_file(fullname, ddir, force, rx, quiet):
57 quiet):
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
70 quiet: if 1, be quiet during compilation
96 if not quiet
[all...]
/external/libcap/progs/old/
H A Dsetpcaps.c32 static int read_caps(int quiet, const char *filename, char *buffer) argument
36 if (!quiet) {
67 int retval, quiet=0; local
79 quiet = 1;
83 retval = read_caps(quiet, *argv, buffer);
/external/syslinux/com32/lib/
H A Dmakeerrlist.pl22 print STDERR "opening $file\n" unless ( $quiet );
48 print STDERR "$error ($errno) => \"$msg\"\n" unless ( $quiet );
60 print STDERR "closing $file\n" unless ( $quiet );
64 $quiet = defined($v) ? !$v : 0;
68 $quiet = 1;
/external/e2fsprogs/misc/
H A Dmke2fs.h15 extern int quiet;
/external/iproute2/include/
H A Dxt-internal.h50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
51 extern int load_xtables_ko(const char *modprobe, int quiet);
/external/libnl/src/
H A Dnl-neigh-delete.c16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
27 " -q, --quiet Do not print informal notifications\n"
58 if (!quiet) {
87 { "quiet", 0, 0, 'q' },
105 case 'q': quiet = 1; break;
118 if (!quiet)
H A Dnf-ct-add.c17 static int quiet = 0; variable
25 " -q, --quiet Do not print informal notifications.\n"
77 { "quiet", 0, 0, 'q' },
103 case 'q': quiet = 1; break;
125 if (!quiet) {
136 if (!quiet) {
H A Dnl-addr-delete.c16 static int interactive = 0, default_yes = 0, quiet = 0; variable
27 " -q, --quiet Do not print informal notifications.\n"
63 if (!quiet) {
97 { "quiet", 0, 0, 'q' },
119 case 'q': quiet = 1; break;
136 if (!quiet)
H A Dnl-class-delete.c16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
27 " -q, --quiet Do not print informal notifications.\n"
60 if (!quiet) {
89 { "quiet", 0, 0, 'q' },
107 case 'q': quiet = 1; break;
124 if (!quiet)
H A Dnl-qdisc-delete.c17 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
28 " -q, --quiet Do not print informal notifications.\n"
60 if (!quiet) {
91 { "quiet", 0, 0, 'q' },
109 case 'q': quiet = 1; break;
140 if (!quiet)
H A Dnl-neigh-add.c16 static int quiet = 0; variable
26 " -q, --quiet Do not print informal notifications\n"
70 { "quiet", 0, 0, 'q' },
87 case 'q': quiet = 1; break;
104 if (!quiet) {
/external/selinux/policycoreutils/load_policy/
H A Dload_policy.c28 int ret, opt, quiet = 0, nargs, init=0, enforce=0; local
43 quiet = 1;
57 if (nargs >= 1 && !quiet) {
62 if (nargs == 2 && ! quiet) {
/external/libcap/progs/
H A Dsetcap.c27 static int read_caps(int quiet, const char *filename, char *buffer) argument
31 if (!quiet) {
63 int retval, quiet=0, verify=0; local
82 quiet = 1;
94 retval = read_caps(quiet, *argv, buffer);
141 if (!quiet) {
149 if (!quiet) {
/external/libxml2/
H A DtestSAX.c59 static int quiet = 0; variable
259 if (quiet)
277 if (quiet)
295 if (quiet)
312 if (quiet)
336 if (quiet)
367 if (quiet)
402 if (quiet)
421 if (quiet)
452 if (quiet)
[all...]
/external/eigen/bench/btl/generic_bench/utils/
H A Dxy_file.hh29 std::vector<double> & tab_mflops, bool quiet = false)
35 if (!quiet) {
/external/fsck_msdos/
H A Dcheck.c67 int quiet = 0; local
71 if (!quiet)
79 else if (!quiet)
82 } else if (!quiet)
106 if (!quiet) {
141 if (!quiet)
151 if (!quiet)
166 if (!quiet)
/external/guice/util/
H A Dpublish-snapshot-on-commit.sh11 git clone --quiet --branch=travis https://github.com/google/guice travis > /dev/null
/external/libvpx/libvpx/
H A Dvpxenc.h43 int quiet; member in struct:VpxEncoderConfig
/external/toybox/toys/other/
H A Dmountpoint.c14 -q Be quiet, return zero if directory is a mountpoint
34 int quiet = toys.optflags & FLAG_q; local
40 if (!quiet)
62 else if (!quiet)

Completed in 1707 milliseconds

1234567891011>>