Home
last modified time | relevance | path

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

12345678910>>...53

/external/u-boot/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped39 # QUIET_ALL can be passed as the 'quiet' parameter to avoid exceptions
43 # Pass this as the 'quiet' parameter to return -ENOTFOUND on NOTFOUND errors,
67 def check_err(val, quiet=()):
74 quiet: Errors to ignore (empty to raise on all errors)
83 if -val not in quiet:
87 def check_err_null(val, quiet=()):
95 quiet: Errors to ignore (empty to raise on all errors)
102 is not in @quiet.
107 if -val not in quiet:
123 behaviour a 'quiet' parameter is provided for some functions. This
[all …]
/external/dtc/pylibfdt/
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' parameter is provided for some functions. This
[all …]
/external/python/cpython3/Lib/
Dcompileall.py23 def _walk_dir(dir, ddir=None, maxlevels=10, quiet=0): argument
24 if quiet < 2 and isinstance(dir, os.PathLike):
26 if not quiet:
31 if quiet < 2:
48 maxlevels=maxlevels - 1, quiet=quiet)
51 quiet=0, legacy=False, optimize=-1, workers=1, argument
62 quiet: full output with False or 0, errors only with 1,
80 files = _walk_dir(dir, quiet=quiet, maxlevels=maxlevels,
88 rx=rx, quiet=quiet,
96 if not compile_file(file, ddir, force, rx, quiet,
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DPassPrinters.cpp39 FunctionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in FunctionPassPrinter()
40 : FunctionPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in FunctionPassPrinter()
72 CallGraphSCCPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in CallGraphSCCPassPrinter()
73 : CallGraphSCCPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in CallGraphSCCPassPrinter()
109 ModulePassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in ModulePassPrinter()
110 : ModulePass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in ModulePassPrinter()
141 LoopPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in LoopPassPrinter()
142 : LoopPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in LoopPassPrinter()
174 RegionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in RegionPassPrinter()
175 : RegionPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in RegionPassPrinter()
[all …]
DPassPrinters.h33 bool Quiet);
36 raw_ostream &out, bool Quiet);
39 bool Quiet);
42 bool Quiet);
45 bool Quiet);
48 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/minigbm/
Dcommon.mk149 QUIET = @
151 QUIET=
187 $(if $(wildcard $(dir $1)),$2,$(QUIET)mkdir -p "$(dir $1)")
194 $(QUIET)# Create the archive in one step to avoid parallel use accessing it
195 $(QUIET)# before all the symbols are present.
199 $(QUIET)$(AR) rcs $(TARGET_OR_MEMBER) \
226 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANFILE$(COLOR_RESET) ' && \
233 $(QUIET)# $(1) not empty [$(wildcard $(1)/*)]. Not deleting.,
234 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANDIR$(COLOR_RESET) ' && \
354 QUIET = @
[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/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/minijail/
Dcommon.mk157 QUIET = @
159 QUIET=
195 $(if $(wildcard $(dir $1)),$2,$(QUIET)mkdir -p "$(dir $1)")
202 $(QUIET)# Create the archive in one step to avoid parallel use accessing it
203 $(QUIET)# before all the symbols are present.
207 $(QUIET)$(AR) rcs $(TARGET_OR_MEMBER) \
234 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANFILE$(COLOR_RESET) ' && \
241 $(QUIET)# $(1) not empty [$(wildcard $(1)/*)]. Not deleting.,
242 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANDIR$(COLOR_RESET) ' && \
366 QUIET = @
[all …]
/external/libvpx/libvpx/build/make/
DMakefile13 quiet?=true macro
76 quiet:=$(if $(or $(verbose), $(V)),, yes) macro
77 qexec=$(if $(quiet),@)
151 $(if $(quiet),@echo " [DEP] $@")
156 $(if $(quiet),@echo " [CC] $@")
161 $(if $(quiet),@echo " [DEP] $@")
166 $(if $(quiet),@echo " [CXX] $@")
171 $(if $(quiet),@echo " [DEP] $@")
176 $(if $(quiet),@echo " [CXX] $@")
181 $(if $(quiet),@echo " [DEP] $@")
[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/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/u-boot/fs/ubifs/
Dscan.c57 * @quiet: print no messages
62 int offs, int quiet) in ubifs_scan_a_node() argument
83 if (ubifs_check_node(c, buf, lnum, offs, quiet, 1)) in ubifs_scan_a_node()
94 if (!quiet) { in ubifs_scan_a_node()
104 if (!quiet) in ubifs_scan_a_node()
249 * @quiet: print no messages
256 * If @quiet is non-zero, this function does not print large and scary
260 int offs, void *sbuf, int quiet) in ubifs_scan() argument
279 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet); in ubifs_scan()
319 if (!quiet) in ubifs_scan()
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Dverify.test2 …uts/basic-lto-dw4.macho.x86_64 -o %t 2>&1 | FileCheck %s --allow-empty --check-prefix=QUIET-SUCCESS
3 …nputs/basic-lto-dw4.macho.x86_64 -o %t 2>&1 | FileCheck %s --check-prefix=QUIET-SUCCESS --check-pr…
6 # QUIET-SUCCESS-NOT: error: verification failed
10 …il -verify -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s --check-prefix=QUIET-FAIL
11 …-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s --check-prefix=QUIET-FAIL --check-prefi…
13 # QUIET-FAIL: error: verification failed
/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/fonttools/Tests/varLib/
DfeatureVars_test.py95 def run(test, n, quiet): argument
100 if quiet:
114 quiet = False variable
117 quiet = True variable
122 run(test_linear, n=n, quiet=quiet)
123 run(test_quadratic, n=n, quiet=quiet)
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h881 void quiet(const bool quiet_);
882 bool quiet(void) const;
1983 ThrowPPException(first_->quiet()); in animateImages()
2001 ThrowPPException(appendedImage_->quiet());
2053 ThrowPPException(averagedImage_->quiet()); in averageImages()
2066 quiet; in coalesceImages() local
2075 quiet=first_->quiet(); in coalesceImages()
2088 ThrowPPException(quiet); in coalesceImages()
2215 ThrowPPException(image.quiet()); in colorHistogram()
2255 ThrowPPException(combinedImage_->quiet()); in combineImages()
[all …]
/external/python/cpython3/Lib/test/
Dtest_compileall.py74 compileall.compile_dir(self.directory, force=False, quiet=True)
94 force=False, quiet=True))
99 quiet=True))
107 force=False, quiet=2))
109 force=False, quiet=2))
123 quiet=2))
128 self.assertTrue(compileall.compile_path(quiet=2))
133 force=True, quiet=2))
151 compileall.compile_dir(self.directory, quiet=True, optimize=optimize)
172 compileall.compile_dir(self.directory, quiet=True, workers=5)
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_sdist.py42 def quiet(): function
129 with quiet():
155 with quiet():
182 with quiet():
215 with quiet():
251 with quiet():
278 with quiet():
293 with quiet():
311 with quiet():
326 with quiet():
[all …]
/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()

12345678910>>...53