Home
last modified time | relevance | path

Searched full:quiet (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/external/llvm/tools/opt/
DPassPrinters.cpp33 FunctionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in FunctionPassPrinter()
34 : FunctionPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in FunctionPassPrinter()
66 CallGraphSCCPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in CallGraphSCCPassPrinter()
67 : CallGraphSCCPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in CallGraphSCCPassPrinter()
103 ModulePassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in ModulePassPrinter()
104 : ModulePass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in ModulePassPrinter()
135 LoopPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in LoopPassPrinter()
136 : LoopPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in LoopPassPrinter()
168 RegionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in RegionPassPrinter()
169 : RegionPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in RegionPassPrinter()
[all …]
DPassPrinters.h29 bool Quiet);
32 raw_ostream &out, bool Quiet);
35 bool Quiet);
38 bool Quiet);
41 bool Quiet);
44 raw_ostream &out, bool Quiet);
/external/python/cpython2/Lib/
Dcompileall.py22 force=0, rx=None, quiet=0): argument
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): argument
70 quiet: if 1, be quiet during compilation
96 if not quiet:
101 if quiet:
113 def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): argument
[all …]
/external/modp_b64/
Dcommon.mk156 QUIET = @
158 QUIET=
194 $(if $(wildcard $(dir $1)),$2,$(QUIET)mkdir -p "$(dir $1)")
201 $(QUIET)# Create the archive in one step to avoid parallel use accessing it
202 $(QUIET)# before all the symbols are present.
206 $(QUIET)$(AR) rcs $(TARGET_OR_MEMBER) \
233 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANFILE$(COLOR_RESET) ' && \
240 $(QUIET)# $(1) not empty [$(wildcard $(1)/*)]. Not deleting.,
241 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANDIR$(COLOR_RESET) ' && \
364 QUIET = @
[all …]
/external/minijail/
Dcommon.mk156 QUIET = @
158 QUIET=
194 $(if $(wildcard $(dir $1)),$2,$(QUIET)mkdir -p "$(dir $1)")
201 $(QUIET)# Create the archive in one step to avoid parallel use accessing it
202 $(QUIET)# before all the symbols are present.
206 $(QUIET)$(AR) rcs $(TARGET_OR_MEMBER) \
233 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANFILE$(COLOR_RESET) ' && \
240 $(QUIET)# $(1) not empty [$(wildcard $(1)/*)]. Not deleting.,
241 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANDIR$(COLOR_RESET) ' && \
364 QUIET = @
[all …]
/external/libxml2/
DtestSAX.c59 static int quiet = 0; variable
259 if (quiet) in isStandaloneDebug()
277 if (quiet) in hasInternalSubsetDebug()
295 if (quiet) in hasExternalSubsetDebug()
312 if (quiet) in internalSubsetDebug()
336 if (quiet) in externalSubsetDebug()
367 if (quiet) in resolveEntityDebug()
402 if (quiet) in getEntityDebug()
421 if (quiet) in getParameterEntityDebug()
452 if (quiet) in entityDeclDebug()
[all …]
/external/emma/core/res/com/vladium/emma/data/
Dmerge_usage.res28 excludes {'silent', 'quiet', 'debug'},
31 'quiet':
34 "quiet operation (ignore all but warnings and severe errors)";
38 excludes {'quiet', 'verbose', 'debug'},
39 "extra-quiet operation (ignore all but severe errors)";
44 excludes {'verbose', 'quiet', 'silent'},
/external/emma/core/res/com/vladium/emma/report/
Dreport_usage.res33 excludes {'silent', 'quiet', 'debug'},
36 'quiet':
39 "quiet operation (ignore all but warnings and severe errors)";
43 excludes {'quiet', 'verbose', 'debug'},
44 "extra-quiet operation (ignore all but severe errors)";
49 excludes {'verbose', 'quiet', 'silent'},
/external/libvpx/libvpx/build/make/
DMakefile13 quiet?=true macro
76 quiet:=$(if $(or $(verbose), $(V)),, yes) macro
77 qexec=$(if $(quiet),@)
148 $(if $(quiet),@echo " [DEP] $@")
153 $(if $(quiet),@echo " [CC] $@")
158 $(if $(quiet),@echo " [DEP] $@")
163 $(if $(quiet),@echo " [CXX] $@")
168 $(if $(quiet),@echo " [DEP] $@")
173 $(if $(quiet),@echo " [CXX] $@")
178 $(if $(quiet),@echo " [DEP] $@")
[all …]
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res48 excludes {'silent', 'quiet', 'debug'},
51 'quiet':
54 "quiet operation (ignore all but warnings and severe errors)";
58 excludes {'quiet', 'verbose', 'debug'},
59 "extra-quiet operation (ignore all but severe errors)";
64 excludes {'verbose', 'quiet', 'silent'},
/external/emma/core/res/com/vladium/emma/
Drun_usage.res64 excludes {'silent', 'quiet', 'debug'},
67 'quiet':
70 "quiet operation (ignore all but warnings and severe errors)";
74 excludes {'quiet', 'verbose', 'debug'},
75 "extra-quiet operation (ignore all but severe errors)";
80 excludes {'verbose', 'quiet', 'silent'},
/external/harfbuzz_ng/util/
Dhb-fc-list.c58 {"quiet", 0, 0, 'q'},
75 …fprintf (file, "usage: %s [-vqVh] [-f FORMAT] [--verbose] [--format=FORMAT] [--quiet] [--version] … in usage()
86 … fprintf (file, " -q, --quiet suppress all normal output, exit 1 if no fonts matched\n"); in usage()
92 … fprintf (file, " -q, (quiet) suppress all normal output, exit 1 if no fonts matched\n"); in usage()
103 int quiet = 0; in main() local
128 quiet = 1; in main()
168 if (quiet && !os) in main()
181 if (!quiet && fs) in main()
221 return quiet ? (nfont == 0 ? 1 : 0) : 0; in main()
/external/syslinux/com32/hdt/floppy/
Dhdt.cfg33 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet
42 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu vesa
51 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu
60 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a…
87 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a…
96 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a…
/external/fonttools/Lib/fontTools/
Dttx.py21 -q Quiet: No messages will be written to stdout about what
107 quiet = False variable in 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)
/external/libcap/progs/
Dsetcap.c27 static int read_caps(int quiet, const char *filename, char *buffer) in read_caps() argument
31 if (!quiet) { in read_caps()
63 int retval, quiet=0, verify=0; in main() local
82 quiet = 1; in main()
94 retval = read_caps(quiet, *argv, buffer); in main()
141 if (!quiet) { in main()
149 if (!quiet) { in main()
/external/libnl/src/
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" in print_usage()
58 if (!quiet) { in delete_cb()
87 { "quiet", 0, 0, 'q' }, in main()
105 case 'q': quiet = 1; break; in main()
118 if (!quiet) in main()
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" in print_usage()
60 if (!quiet) { in delete_cb()
91 { "quiet", 0, 0, 'q' }, in main()
109 case 'q': quiet = 1; break; in main()
140 if (!quiet) in main()
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" in print_usage()
60 if (!quiet) { in delete_cb()
89 { "quiet", 0, 0, 'q' }, in main()
107 case 'q': quiet = 1; break; in main()
124 if (!quiet) in main()
/external/fsck_msdos/
Dcheck.c67 int quiet = 0; in checkfilesys() local
71 if (!quiet) in checkfilesys()
79 else if (!quiet) in checkfilesys()
82 } else if (!quiet) in checkfilesys()
106 if (!quiet) { in checkfilesys()
141 if (!quiet) in checkfilesys()
151 if (!quiet) in checkfilesys()
166 if (!quiet) in checkfilesys()
/external/mesa3d/src/compiler/glsl/
Dtest_optpass.cpp144 int num_optimizations, bool quiet, in do_optimization_passes() argument
151 if (!quiet) { in do_optimization_passes()
155 if (!quiet) { in do_optimization_passes()
171 int quiet = 0; in test_optpass() local
179 { "quiet", no_argument, &quiet, 1 }, in test_optpass()
236 if (!state->error && !quiet) { in test_optpass()
249 argc - optind, quiet != 0, options); in test_optpass()
255 if (!quiet) { in test_optpass()
259 if (!quiet) { in test_optpass()
/external/libmtp/examples/
Dsendtr.c185 … *pcomposer, uint16_t tracknum, uint16_t length, uint16_t year, uint32_t storageid, uint16_t quiet) in sendtrack_function() argument
234 if ((ptitle == NULL) && (quiet == 0)) { in sendtrack_function()
239 if ((palbum == NULL) && (quiet == 0)) { in sendtrack_function()
244 if ((palbumartist == NULL) && (quiet == 0)) { in sendtrack_function()
249 if ((partist == NULL) && (quiet == 0)) { in sendtrack_function()
254 if ((pcomposer == NULL) && (quiet == 0)) { in sendtrack_function()
259 if ((pgenre == NULL) && (quiet == 0)) { in sendtrack_function()
264 if ((tracknum == 0) && (quiet == 0)) { in sendtrack_function()
272 if ((year == 0) && (quiet == 0)) { in sendtrack_function()
280 if ((length == 0) && (quiet == 0)) { in sendtrack_function()
[all …]
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
DSimpleWebServer.java104 boolean quiet = false; in main()
114 } else if (args[i].equalsIgnoreCase("-q") || args[i].equalsIgnoreCase("--quiet")) { in main()
115 quiet = true; in main()
141 options.put("quiet", String.valueOf(quiet)); in main()
158 if (!quiet) { in main()
171 ServerRunner.executeInstance(new SimpleWebServer(host, port, rootDirs, quiet, cors)); in main()
193 private final boolean quiet; field in SimpleWebServer
199 public SimpleWebServer(String host, int port, File wwwroot, boolean quiet, String cors) { in SimpleWebServer() argument
200 this(host, port, Collections.singletonList(wwwroot), quiet, cors); in SimpleWebServer()
203 public SimpleWebServer(String host, int port, File wwwroot, boolean quiet) { in SimpleWebServer() argument
[all …]
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c113 int quiet = 0; /* -q flag */ variable
455 if (quiet || fd_policy == FD_SINGLE) in open_test_files()
569 if (!(!quiet && ((progressinterval && in output_line()
598 if (!quiet && testcalls > simulatedopcount) in doread()
604 if (!quiet && testcalls > simulatedopcount) in doread()
623 if (!quiet && (debug > 1 && in doread()
653 if (!quiet && testcalls > simulatedopcount) in domapread()
659 if (!quiet && testcalls > simulatedopcount) in domapread()
680 if (!quiet && (debug > 1 && in domapread()
688 if (!quiet && (debug > 1 && in domapread()
[all …]
/external/libjpeg-turbo/java/
DTJBench.java37 static int flags = 0, quiet = 0, pf = TJ.PF_BGR, yuvpad = 1, warmup = 1; field in TJBench
208 if (quiet != 0) { in decomp()
211 quiet == 2 ? "\n" : " "); in decomp()
215 else if (quiet != 2) in decomp()
249 if (quiet == 0) in decomp()
296 if (quiet == 0) in fullTest()
316 if (quiet == 1) in fullTest()
366 if (quiet == 1) in fullTest()
368 if (quiet != 0) { in fullTest()
372 quiet == 2 ? "\n" : " "); in fullTest()
[all …]
/external/python/cpython2/Lib/test/
Dregrtest.py29 -q/--quiet -- no output unless one or more tests fail
239 def main(tests=None, testdir=None, verbose=0, quiet=False, argument
261 The other default arguments (verbose, quiet, exclude,
271 ['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
293 elif o in ('-q', '--quiet'):
294 quiet = True;
436 if verbose or header or not (quiet or single or tests or args):
510 (test, verbose, quiet),
569 if not quiet:
582 if not quiet:
[all …]

12345678910>>...43