/external/u-boot/scripts/dtc/pylibfdt/ |
D | libfdt.i_shipped | 1 /* 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/ |
D | compileall.py | 1 """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/ |
D | libfdt.i | 2 * 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/llvm/tools/opt/ |
D | PassPrinters.cpp | 1 //===- 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 …]
|
D | PassPrinters.h | 1 //===- 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/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | PassPrinters.cpp | 1 //===- 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 …]
|
D | PassPrinters.h | 1 //=- 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/python/cpython2/Lib/ |
D | compileall.py | 1 """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/ |
D | common.mk | 2 # 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/ |
D | common.mk | 2 # 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/ |
D | testSAX.c | 59 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/ |
D | common.mk | 2 # 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/ |
D | Makefile | 4 ## 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/u-boot/fs/ubifs/ |
D | scan.c | 1 // 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | verify.test | 2 …-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/harfbuzz_ng/util/ |
D | hb-fc-list.c | 28 #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/ImageMagick/Magick++/lib/Magick++/ |
D | STL.h | 1 // 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/instr/ |
D | instr_usage.res | 10 "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/fonttools/Tests/varLib/ |
D | featureVars_test.py | 11 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/emma/core/res/com/vladium/emma/data/ |
D | merge_usage.res | 28 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/python/cpython3/Lib/test/ |
D | test_compileall.py | 74 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/emma/core/res/com/vladium/emma/report/ |
D | report_usage.res | 33 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/python/setuptools/setuptools/tests/ |
D | test_sdist.py | 1 # -*- 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/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 3 * Copyright (c) 1998-2001 Apple Computer, Inc. All rights reserved. 17 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the 28 * Rewrite and enhancements 1998-2001 Conrad Minshall -- conrad@mac.com 32 * Small changes to work under Linux -- davej@suse.de 37 * Add multi-file testing feature -- Zach Brown <zab@clusterfs.com> 106 unsigned long simulatedopcount = 0; /* -b flag */ 107 int closeprob = 0; /* -c flag */ 108 int debug = 0; /* -d flag */ 109 unsigned long debugstart = 0; /* -D flag */ 110 unsigned long maxfilelen = 256 * 1024; /* -l flag */ [all …]
|
/external/libmtp/examples/ |
D | sendtr.c | 8 * Copyright (C) 2003-2010 Linus Walleij <triad@df.lth.se> 9 * Copyright (C) 2003-2005 Shaun Jackman 10 * Copyright (C) 2003-2005 Enrique Jorrete Ledesma 27 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 28 * Boston, MA 02111-1307, USA. 55 fprintf(stderr, "usage: sendtr [ -D debuglvl ] [ -q ]\n"); in sendtrack_usage() 56 fprintf(stderr, "-t <title> -a <artist> -A <Album artist> -w <writer or composer>\n"); in sendtrack_usage() 57 fprintf(stderr, " -l <album> -c <codec> -g <genre> -n <track number> -y <year>\n"); in sendtrack_usage() 58 fprintf(stderr, " -d <duration in seconds> -s <storage_id> <local path> <remote path>\n"); in sendtrack_usage() 59 fprintf(stderr, "(-q means the program will not ask for missing information.)\n"); in sendtrack_usage() [all …]
|