HomeSort by relevance Sort by last modified time
    Searched defs:quiet (Results 1 - 25 of 267) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/toybox/toys/other/
mountpoint.c 14 -q Be quiet, return zero if directory is a mountpoint
34 int quiet = toys.optflags & FLAG_q; local
40 if (!quiet) printf("%u:%u\n", major(st1.st_rdev), minor(st1.st_rdev));
61 else if (!quiet)
  /external/valgrind/helgrind/tests/
free_is_write.c 22 int quiet; local
26 quiet = argc > 1;
29 if (0 && !quiet)
  /external/selinux/policycoreutils/load_policy/
load_policy.c 28 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/fsck_msdos/
check.c 67 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/libnl/src/
nl-neigh-add.c 16 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) {
nl-qdisc-list.c 16 static int quiet = 0; variable
60 { "quiet", 0, 0, 'q' },
77 case 'q': quiet = 1; break;
nl-addr-add.c 15 static int quiet = 0; variable
24 " -q, --quiet Do not print informal notifications.\n"
73 { "quiet", 0, 0, 'q' },
95 case 'q': quiet = 1; break;
114 if (!quiet) {
nl-cls-add.c 13 static int quiet = 0; variable
21 " -q, --quiet Do not print informal notifications.\n"
62 { "quiet", 0, 0, 'q' },
79 case 'q': quiet = 1; break;
111 if (!quiet) {
nl-link-set.c 16 static int quiet = 0; variable
32 " -q, --quiet Do not print informal notifications\n"
62 if (!quiet) {
89 { "quiet", 0, 0, 'q' },
106 case 'q': quiet = 1; break;
nl-neigh-delete.c 16 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)
nl-qdisc-delete.c 16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
27 " -q, --quiet Do not print informal notifications\n"
56 if (!quiet) {
83 { "quiet", 0, 0, 'q' },
100 case 'q': quiet = 1; break;
112 if (!quiet)
nl-addr-delete.c 16 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)
nl-cls-delete.c 14 static int interactive = 0, default_yes = 0, quiet = 0; variable
26 " -q, --quiet Do not print informal notifications\n"
56 if (!quiet) {
86 { "quiet", 0, 0, 'q' },
104 case 'q': quiet = 1; break;
129 if (!quiet)
nl-route-add.c 16 static int quiet = 0; variable
25 " -q, --quiet Do not print informal notifications\n"
82 { "quiet", 0, 0, 'q' },
105 case 'q': quiet = 1; break;
126 if (!quiet) {
nl-route-delete.c 16 static int interactive = 0, default_yes = 0, quiet = 0; variable
34 " -q, --quiet Do not print informal notifications\n"
76 if (!quiet) {
113 { "quiet", 0, 0, 'q' },
138 case 'q': quiet = 1; break;
164 if (!quiet)
  /external/linux-tools-perf/src/tools/perf/util/
debug.c 17 bool dump_trace = false, quiet = false; variable
  /external/selinux/libselinux/utils/
matchpathcon.c 75 int quiet = 0; local
141 quiet = 1;
163 if (quiet) {
  /external/mesa3d/src/glsl/
test_optpass.cpp 144 int num_optimizations, bool quiet)
150 if (!quiet) {
154 if (!quiet) {
170 int quiet = 0; local
178 { "quiet", no_argument, &quiet, 1 },
234 if (!state->error && !quiet) {
245 argc - optind, quiet != 0);
251 if (!quiet) {
255 if (!quiet) {
    [all...]
  /external/selinux/policycoreutils/setfiles/
restore.h 41 int quiet; member in struct:restore_opts
  /external/skia/tools/flags/
SkCommonFlags.h 21 DECLARE_bool(quiet); variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.h 35 int quiet; member in struct:VpxEncoderConfig
  /external/fonttools/Lib/fontTools/
ttx.py 21 -q Quiet: No messages will be written to stdout about what
107 quiet = False variable in class:Options
136 self.quiet = True
193 if not options.quiet:
196 quiet=options.quiet,
200 quiet=options.quiet,
210 if not options.quiet:
215 ttf.importXML(input, quiet=options.quiet
    [all...]
  /external/libvpx/libvpx/
vpxenc.h 42 int quiet; member in struct:VpxEncoderConfig
  /external/libxml2/
check-relaxng-test-suite.py 14 quiet = 1 variable
312 global quiet
331 if quiet == 0:
338 if quiet == 0:
371 if quiet == 0:
375 if quiet == 0:
377 if quiet == 0 or nb_schemas_failed != 0:
380 if quiet == 0 or nb_instances_failed != 0:
390 if quiet == 0:
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:

Completed in 1254 milliseconds

1 2 3 4 5 6 7 8 91011