Searched defs:quiet (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Doptions.py35 quiet = make_option("--quiet", action="store_true", dest="quiet", default=False, help="Produce less console output.") variable in class:Options
/external/valgrind/main/helgrind/tests/
H A Dfree_is_write.c22 int quiet; local
26 quiet = argc > 1;
29 if (0 && !quiet)
/external/deqp/scripts/
H A Dcheck_redundant_include_guards.py56 parser.add_option("-q", "--quiet", action="store_true", dest="quiet", default=False, help="only print files with errors")
59 quiet = options.quiet variable
68 if not quiet:
73 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/libnl/src/
H A Dnl-qdisc-list.c16 static int quiet = 0; variable
60 { "quiet", 0, 0, 'q' },
77 case 'q': quiet = 1; break;
H A Dnl-cls-add.c13 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) {
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) {
H A Dnl-addr-add.c15 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) {
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-cls-delete.c14 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)
H A Dnl-link-set.c16 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;
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 Dnl-qdisc-delete.c16 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)
H A Dnl-route-add.c16 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) {
H A Dnl-route-delete.c16 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/perf-3.12.0/tools/perf/util/
H A Ddebug.c17 bool dump_trace = false, quiet = false; variable
/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommonFlags.h20 DECLARE_bool(quiet); variable
/external/libvpx/libvpx/
H A Dvpxenc.h35 int quiet; member in struct:VpxEncoderConfig
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.h42 int quiet; member in struct:VpxEncoderConfig
/external/chromium_org/third_party/libxml/src/
H A Dcheck-relaxng-test-suite.py14 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:
H A Dcheck-relaxng-test-suite2.py13 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:
H A Dcheck-xsddata-test-suite.py14 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/third_party/mesa/src/src/glsl/
H A Dtest_optpass.cpp144 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) {
143 do_optimization_passes(struct exec_list *ir, char **optimizations, int num_optimizations, bool quiet) argument
[all...]
/external/fonttools/Lib/fontTools/
H A Dttx.py107 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/fonttools/Tools/fontTools/
H A Dttx.py107 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...]

Completed in 291 milliseconds

123