Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/external/dtc/pylibfdt/
Dlibfdt.i80 def check_err(val, quiet=()):
96 if -val not in quiet:
100 def check_err_null(val, quiet=()):
120 if -val not in quiet:
152 def next_node(self, nodeoffset, depth, quiet=()):
169 return check_err(fdt_next_node(self._fdt, nodeoffset, depth), quiet)
171 def first_subnode(self, nodeoffset, quiet=()):
184 return check_err(fdt_first_subnode(self._fdt, nodeoffset), quiet)
186 def next_subnode(self, nodeoffset, quiet=()):
199 return check_err(fdt_next_subnode(self._fdt, nodeoffset), quiet)
[all …]
/external/llvm-project/flang/test/Semantics/
Dstop01.f9033 if (i .eq. 0) stop 1, quiet = .true.
34 if (i .eq. 0) stop 2, quiet = .false.
35 if (i .eq. 0) stop 3, quiet = l
36 if (i .eq. 0) stop 3, quiet = .not. l
37 if (i .eq. 0) stop 3, quiet = larray(1)
38 if (i .eq. 0) stop , quiet = .false.
54 if (i .eq. 0) error stop 1, quiet = .true.
55 if (i .eq. 0) error stop 2, quiet = .false.
56 if (i .eq. 0) error stop 3, quiet = l
57 if (i .eq. 0) error stop 3, quiet = .not. l
[all …]
/external/python/cpython3/Lib/
Dcompileall.py25 def _walk_dir(dir, maxlevels, quiet=0): argument
26 if quiet < 2 and isinstance(dir, os.PathLike):
28 if not quiet:
33 if quiet < 2:
46 quiet=quiet)
49 rx=None, quiet=0, legacy=False, optimize=-1, workers=1, argument
95 files = _walk_dir(dir, quiet=quiet, maxlevels=maxlevels)
103 rx=rx, quiet=quiet,
115 if not compile_file(file, ddir, force, rx, quiet,
123 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, argument
[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 …]
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:
/external/python/cpython2/Lib/
Dcompileall.py22 force=0, rx=None, quiet=0): argument
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
96 if not quiet:
101 if quiet:
113 def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): argument
129 force, quiet=quiet)
185 quiet = 0
[all …]
/external/libiio/src/tests/
Diio_attr.c148 const char *attr, const char *wbuf, bool quiet) in dump_device_attributes() argument
153 if (!wbuf || !quiet) { in dump_device_attributes()
154 if (!quiet) in dump_device_attributes()
159 if (quiet) in dump_device_attributes()
171 if (!quiet) in dump_device_attributes()
178 dump_device_attributes(dev, attr, NULL, quiet); in dump_device_attributes()
183 const char *attr, const char *wbuf, bool quiet) in dump_buffer_attributes() argument
188 if (!wbuf || !quiet) { in dump_buffer_attributes()
191 if (!quiet) in dump_buffer_attributes()
196 if (quiet) in dump_buffer_attributes()
[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/fonttools/Tests/varLib/
DfeatureVars_test.py93 def run(test, n, quiet): argument
98 if quiet:
112 quiet = False variable
115 quiet = True variable
120 run(test_linear, n=n, quiet=quiet)
121 run(test_quadratic, n=n, quiet=quiet)
/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/openssh/
Dsshtty.c57 leave_raw_mode(int quiet) in leave_raw_mode() argument
62 if (!quiet) in leave_raw_mode()
69 enter_raw_mode(int quiet) in enter_raw_mode() argument
74 if (!quiet) in enter_raw_mode()
92 if (!quiet) in enter_raw_mode()
/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/mesa3d/src/compiler/glsl/
Dtest_optpass.cpp139 int num_optimizations, bool quiet, in do_optimization_passes() argument
146 if (!quiet) { in do_optimization_passes()
150 if (!quiet) { in do_optimization_passes()
166 int quiet = 0; in test_optpass() local
175 { "quiet", no_argument, &quiet, 1 }, in test_optpass()
232 if (!state->error && !quiet) { in test_optpass()
245 argc - optind, quiet != 0, options); in test_optpass()
251 if (!quiet) { in test_optpass()
255 if (!quiet) { in test_optpass()
/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/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());
[all …]
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c113 int quiet = 0; /* -q flag */ variable
452 if (quiet || fd_policy == FD_SINGLE) in open_test_files()
566 if (!(!quiet && ((progressinterval && in output_line()
595 if (!quiet && testcalls > simulatedopcount) in doread()
601 if (!quiet && testcalls > simulatedopcount) in doread()
620 if (!quiet && (debug > 1 && in doread()
650 if (!quiet && testcalls > simulatedopcount) in domapread()
656 if (!quiet && testcalls > simulatedopcount) in domapread()
677 if (!quiet && (debug > 1 && in domapread()
685 if (!quiet && (debug > 1 && in domapread()
[all …]
/external/libcap/progs/old/
Dsetpcaps.c32 static int read_caps(int quiet, const char *filename, char *buffer) in read_caps() argument
36 if (!quiet) { in read_caps()
67 int retval, quiet=0; in main() local
79 quiet = 1; in main()
83 retval = read_caps(quiet, *argv, buffer); in main()
/external/libcap/progs/
Dsetcap.c36 static int read_caps(int quiet, const char *filename, char *buffer) in read_caps() argument
40 if (!quiet) { in read_caps()
72 int retval, quiet = 0, verify = 0; in main() local
92 quiet = 1; in main()
127 retval = read_caps(quiet, *argv, buffer); in main()
179 if (!quiet) { in main()
190 if (!quiet) { in main()
/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/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/llvm-project/llvm/test/tools/llvm-exegesis/X86/
Dlit.local.cfg22 with open(os.devnull, 'w') as quiet:
24 … [llvm_exegesis_exe, '-mode', 'uops', '-snippets-file', '/dev/null'], stdout=quiet, stderr=quiet)
26 …[llvm_exegesis_exe, '-mode', 'latency', '-snippets-file', '/dev/null'], stdout=quiet, stderr=quiet)
/external/selinux/policycoreutils/load_policy/
Dload_policy.c28 int ret, opt, quiet = 0, nargs, init=0, enforce=0; in main() local
43 quiet = 1; in main()
57 if (nargs >= 1 && !quiet) { in main()
62 if (nargs == 2 && ! quiet) { in main()
/external/libjpeg-turbo/
Dtjbench.c81 quiet = 0, doTile = 0, pf = TJPF_BGR, yuvPad = 1, doWrite = 1; variable
236 if (quiet) { in decomp()
240 quiet == 2 ? "\n" : " "); in decomp()
245 else if (quiet != 2) fprintf(stderr, "\n"); in decomp()
279 if (!quiet) fprintf(stderr, "Compression error written to %s.\n", tempStr); in decomp()
340 if (!quiet) in fullTest()
371 if (quiet == 1) in fullTest()
438 if (quiet == 1) fprintf(stderr, "%-5d %-5d ", tilew, tileh); in fullTest()
439 if (quiet) { in fullTest()
444 quiet == 2 ? "\n" : " "); in fullTest()
[all …]
/external/e2fsprogs/misc/
Duuidd.c231 int debug, int timeout, int quiet) in server_loop() argument
246 if (!quiet) in server_loop()
263 if (!quiet) in server_loop()
270 if (!quiet) in server_loop()
278 if (!quiet) in server_loop()
306 if (!quiet) in server_loop()
315 if (!quiet) in server_loop()
455 int timeout = 0, quiet = 0, drop_privs = 0; in main() local
486 quiet++; in main()
584 if (!quiet) in main()
[all …]
/external/elfutils/src/
Delfcmp.c108 static bool quiet; variable
146 if (quiet) in main()
202 if (! quiet) in main()
217 if (! quiet) in main()
232 if (! quiet) in main()
248 if (! quiet) in main()
389 if (! quiet) in main()
442 if (! quiet) in main()
461 if (! quiet) in main()
469 if (! quiet) in main()
[all …]

12345678910>>...30