Home
last modified time | relevance | path

Searched +full:- +full:- +full:quiet (Results 1 – 25 of 1029) sorted by relevance

12345678910>>...42

/external/u-boot/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped1 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause */
3 * pylibfdt - Flat Device Tree manipulation in Python
39 # 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,
60 fdt_err: Error number (-ve)
67 def check_err(val, quiet=()):
68 """Raise an error if the return value is -ve
74 quiet: Errors to ignore (empty to raise on all errors)
83 if -val not in quiet:
87 def check_err_null(val, quiet=()):
[all …]
/external/python/cpython3/Lib/
Dcompileall.py1 """Module/script to byte-compile all .py files to .pyc files.
4 given as arguments recursively; the -l option prevents it from
9 packages -- for now, you'll have to deal with packages separately.)
11 See module py_compile for details of the actual byte-compilation.
23 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
[all …]
/external/dtc/pylibfdt/
Dlibfdt.i2 * pylibfdt - Flat Device Tree manipulation in Python
22 * MA 02110-1301 USA
82 # 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,
103 fdt_err: Error number (-ve)
110 def check_err(val, quiet=()):
111 """Raise an error if the return value is -ve
117 quiet: Errors to ignore (empty to raise on all errors)
126 if -val not in quiet:
130 def check_err_null(val, quiet=()):
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DPassPrinters.cpp1 //===- PassPrinters.cpp - Utilities to print analysis info for passes -----===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
39 FunctionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in FunctionPassPrinter()
40 : FunctionPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in FunctionPassPrinter()
41 std::string PassToPrintName = PassToPrint->getPassName(); in FunctionPassPrinter()
47 Out << "Printing analysis '" << PassToPrint->getPassName() in runOnFunction()
51 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, F.getParent()); in runOnFunction()
58 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage()
72 CallGraphSCCPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in CallGraphSCCPassPrinter()
[all …]
DPassPrinters.h1 //=- PassPrinters.h - Utilities to print analysis info for passes -*- C++ -*-=//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
33 bool Quiet);
36 raw_ostream &out, bool Quiet);
39 bool Quiet);
42 bool Quiet);
45 bool Quiet);
48 raw_ostream &out, bool Quiet);
/external/llvm/tools/opt/
DPassPrinters.cpp1 //===- PassPrinters.cpp - Utilities to print analysis info for passes -----===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
33 FunctionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in FunctionPassPrinter()
34 : FunctionPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in FunctionPassPrinter()
35 std::string PassToPrintName = PassToPrint->getPassName(); in FunctionPassPrinter()
41 Out << "Printing analysis '" << PassToPrint->getPassName() in runOnFunction()
45 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, F.getParent()); in runOnFunction()
52 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage()
66 CallGraphSCCPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) in CallGraphSCCPassPrinter()
[all …]
DPassPrinters.h1 //===- PassPrinters.h - Utilities to print analysis info for passes -------===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
29 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.py1 """Module/script to byte-compile all .py files to .pyc (or .pyo) files.
4 given as arguments recursively; the -l option prevents it from
9 packages -- for now, you'll have to deal with packages separately.)
11 See module py_compile for details of the actual byte-compilation.
22 force=0, rx=None, quiet=0): argument
23 """Byte-compile all modules in the given directory tree.
27 dir: the directory to byte-compile
30 file as it is compiled into each byte-code file.
31 force: if 1, force compilation, even if timestamps are up-to-date
32 quiet: if 1, be quiet during compilation
[all …]
/external/modp_b64/
Dcommon.mk2 # use of this source code is governed by a bsd-style license that can be
10 # https://chromium.googlesource.com/chromiumos/platform2/+/master/common-mk
22 # 2. In your top-level Makefile, place "include common.mk" at the top
32 # - cc_binary, cxx_binary provide standard compilation steps for binaries
33 # - cxx_library, cc_library provide standard compilation steps for
36 # - update_archive creates/updates a given .a target
39 # - CXX_BINARY, CC_BINARY, CC_STATIC_BINARY, CXX_STATIC_BINARY
40 # - CXX_LIBRARY, CC_LIBRARY, CC_STATIC_LIBRARY, CXX_STATIC_LIBRARY
41 # - E.g., CXX_BINARY(mahbinary): foo.o
42 # - object.depends targets may be used when a prerequisite is required for an
[all …]
/external/minigbm/
Dcommon.mk2 # Use of this source code is governed by a BSD-style license that can be
10 # https://chromium.googlesource.com/chromiumos/platform2/+/master/common-mk
22 # 2. In your top-level Makefile, place "include common.mk" at the top
32 # - cc_binary, cxx_binary provide standard compilation steps for binaries
33 # - cxx_library, cc_library provide standard compilation steps for
36 # - update_archive creates/updates a given .a target
39 # - CXX_BINARY, CC_BINARY, CC_STATIC_BINARY, CXX_STATIC_BINARY
40 # - CXX_LIBRARY, CC_LIBRARY, CC_STATIC_LIBRARY, CXX_STATIC_LIBRARY
41 # - E.g., CXX_BINARY(mahbinary): foo.o
42 # - object.depends targets may be used when a prerequisite is required for an
[all …]
/external/libxml2/
DtestSAX.c59 static int quiet = 0; variable
70 * Internal timing routines to remove the necessity to have unix-specific
86 tvp->tv_sec = timebuffer.time; in my_gettimeofday()
87 tvp->tv_usec = timebuffer.millitm * 1000L; in my_gettimeofday()
123 msec = end.tv_sec - begin.tv_sec; in endTimer()
125 msec += (end.tv_usec - begin.tv_usec) / 1000; in endTimer()
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC; in endTimer()
259 if (quiet) in isStandaloneDebug()
277 if (quiet) in hasInternalSubsetDebug()
295 if (quiet) in hasExternalSubsetDebug()
[all …]
/external/minijail/
Dcommon.mk2 # Use of this source code is governed by a BSD-style license that can be
10 # https://chromium.googlesource.com/chromiumos/platform2/+/master/common-mk
22 # 2. In your top-level Makefile, place "include common.mk" at the top
32 # - cc_binary, cxx_binary provide standard compilation steps for binaries
33 # - cxx_library, cc_library provide standard compilation steps for
36 # - update_archive creates/updates a given .a target
39 # - CXX_BINARY, CC_BINARY, CC_STATIC_BINARY, CXX_STATIC_BINARY
40 # - CXX_LIBRARY, CC_LIBRARY, CC_STATIC_LIBRARY, CXX_STATIC_LIBRARY
41 # - E.g., CXX_BINARY(mahbinary): foo.o
42 # - object.depends targets may be used when a prerequisite is required for an
[all …]
/external/libvpx/libvpx/build/make/
DMakefile4 ## Use of this source code is governed by a BSD-style license
13 quiet?=true macro
18 $(MAKE) --no-print-directory target=$$t $(MAKECMDGOALS) || exit $$?;\
25 test-no-data-check:: .DEFAULT
28 exampletest-no-data-check utiltest-no-data-check: .DEFAULT
37 md5sum := $(if $(filter %openssl,$(md5sum)),$(md5sum) dgst -md5,$(md5sum))
39 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
42 $(MAKE) --no-print-directory target=$$t $(MAKECMDGOALS) || exit $$?;\
45 @if [ -d "$(DIST_DIR)/src" ]; then \
46 mkdir -p "$(DIST_DIR)/build"; \
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Dverify.test2-verify -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 %p/../Inputs/basic-archive.macho.x…
3-verify -verbose -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 %p/../Inputs/basic-archiv…
6 # QUIET-SUCCESS-NOT: error: verification failed
10 # RUN: not dsymutil -verify -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s --check-
11 … RUN: not dsymutil -verify -verbose -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s…
13 # QUIET-FAIL: error: verification failed
15 ---
16 triple: 'x86_64-apple-darwin'
18 - filename: invalid.o
21 - { sym: _main, objAddr: 0x0000000000000010, binAddr: 0x0000000100000FB0, size: 0x00000008 }
[all …]
/external/u-boot/fs/ubifs/
Dscan.c1 // SPDX-License-Identifier: GPL-2.0+
5 * Copyright (C) 2006-2008 Nokia Corporation
12 * This file implements the scan which is a general-purpose function for
14 * journal, to do garbage collection. for the TNC in-the-gaps method, and by
25 * scan_padding_bytes - scan for padding bytes.
51 * ubifs_scan_a_node - scan for a node or padding.
52 * @c: UBIFS file-system description object
57 * @quiet: print no messages
62 int offs, int quiet) in ubifs_scan_a_node() argument
67 magic = le32_to_cpu(ch->magic); in ubifs_scan_a_node()
[all …]
/external/harfbuzz_ng/util/
Dhb-fc-list.c28 #include "hb-fc.h"
58 {"quiet", 0, 0, 'q'},
75 …fprintf (file, "usage: %s [-vqVh] [-f FORMAT] [--verbose] [--format=FORMAT] [--quiet] [--version] … in usage()
78 fprintf (file, "usage: %s [-vqVh] [-f FORMAT] text [pattern] {element ...} \n", in usage()
84 fprintf (file, " -v, --verbose display entire font pattern verbosely\n"); in usage()
85 fprintf (file, " -f, --format=FORMAT use the given output format\n"); in usage()
86 … fprintf (file, " -q, --quiet suppress all normal output, exit 1 if no fonts matched\n"); in usage()
87 fprintf (file, " -V, --version display font config version and exit\n"); in usage()
88 fprintf (file, " -h, --help display this help and exit\n"); in usage()
90 fprintf (file, " -v (verbose) display entire font pattern verbosely\n"); in usage()
[all …]
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res10 "instrumentation output directory (required for non-overwrite output modes)";
48 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/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/ImageMagick/Magick++/lib/Magick++/
DSTL.h1 // This may look like C code, but it is really -*- C++ -*-
4 // Copyright Dirk Lemstra 2013-2017
32 // or more image objects in an STL-compatable container. The
46 // Adaptive-blur image with specified blur factor
475 // Flood-fill image with color
480 // Flood-fill color across pixels starting at target-pixel and
488 // Flood-fill color across pixels starting at target-pixel and
507 // Flood-fill image with texture
512 // Flood-fill texture across pixels that match the color of the
520 // Flood-fill texture across pixels starting at target-pixel and
[all …]
/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/fonttools/Tests/varLib/
DfeatureVars_test.py11 start = end - 1.
16 assert len(overlaps) == 2 * n - 1, overlaps
23 'Y': (0, (n + 1 - i) / n)}]
24 subst = {str(i): str(n + 1 - i)}
95 def run(test, n, quiet): argument
100 if quiet:
114 quiet = False variable
116 if len(sys.argv) > 1 and sys.argv[1] == '-q':
117 quiet = True variable
122 run(test_linear, n=n, quiet=quiet)
[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))
137 # compile_file() for non-.py files.
151 compileall.compile_dir(self.directory, quiet=True, optimize=optimize)
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_sdist.py1 # -*- coding: utf-8 -*-
42 def quiet(): function
59 # HFS Plus uses decomposed UTF-8
64 path = path.decode('utf-8')
66 path = path.encode('utf-8')
68 pass # Not UTF-8
88 reason="System does not support latin-1 filenames",
129 with quiet():
140 Make sure default files (README.*, etc.) are added in a case-sensitive
155 with quiet():
[all …]
/external/libcap/progs/
Dsetcap.c2 * Copyright (c) 1997,2007-8 Andrew G. Morgan <morgan@kernel.org>
17 "usage: setcap [-q] [-v] (-r|-|<caps>) <filename> " in usage()
18 "[ ... (-r|-|<capsN>) <filenameN> ]\n" in usage()
20 " Note <filename> must be a regular (non-symlink) file.\n" in usage()
27 static int read_caps(int quiet, const char *filename, char *buffer) in read_caps() argument
31 if (!quiet) { in read_caps()
38 fprintf(stderr, "\n[Error - aborting]\n"); in read_caps()
49 i -= j; in read_caps()
56 return (i < MAXCAP ? 0:-1); in read_caps()
63 int retval, quiet=0, verify=0; in main() local
[all …]
/external/libnl/src/
Dnl-neigh-delete.c2 * src/nl-neigh-delete.c Delete a neighbour
9 * Copyright (c) 2003-2009 Thomas Graf <tgraf@suug.ch>
16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
22 "Usage: nl-neigh-delete [OPTION]... [NEIGHBOUR]\n" in print_usage()
25 " -i, --interactive Run interactively\n" in print_usage()
26 " --yes Set default answer to yes\n" in print_usage()
27 " -q, --quiet Do not print informal notifications\n" in print_usage()
28 " -h, --help Show this help\n" in print_usage()
29 " -v, --version Show versioning information\n" in print_usage()
32 " -a, --addr=ADDR Destination address of neighbour\n" in print_usage()
[all …]

12345678910>>...42