| /external/python/setuptools/setuptools/_distutils/ |
| D | filelist.py | 4 and building lists of files. 18 """A list of files built by on exploring the filesystem and filtered by 23 directory from which files will be taken -- only used if 25 files 28 complete list of files under consideration (ie. without any 36 self.files = [] 45 """Print 'msg' to stdout if the global DEBUG (taken from the 49 if DEBUG: 55 self.files.append(item) 58 self.files.extend(items) [all …]
|
| /external/python/cpython3/Lib/distutils/ |
| D | filelist.py | 4 and building lists of files. 15 """A list of files built by on exploring the filesystem and filtered by 20 directory from which files will be taken -- only used if 22 files 25 complete list of files under consideration (ie. without any 33 self.files = [] 42 """Print 'msg' to stdout if the global DEBUG (taken from the 46 if DEBUG: 49 # -- List-like methods --------------------------------------------- 52 self.files.append(item) [all …]
|
| /external/python/cpython2/Lib/distutils/ |
| D | filelist.py | 4 and building lists of files. 16 """A list of files built by on exploring the filesystem and filtered by 21 directory from which files will be taken -- only used if 23 files 26 complete list of files under consideration (ie. without any 34 self.files = [] 43 """Print 'msg' to stdout if the global DEBUG (taken from the 47 if DEBUG: 50 # -- List-like methods --------------------------------------------- 53 self.files.append(item) [all …]
|
| /external/python/setuptools/setuptools/command/ |
| D | egg_info.py | 3 Create a distribution's .egg-info directory and contents""" 55 last_chunk = c == len(chunks) - 1 58 if chunk == '**': 59 if last_chunk: 60 # Match anything if this is the last component 72 if char == '*': 82 if inner_i < chunk_len and chunk[inner_i] == '!': 84 if inner_i < chunk_len and chunk[inner_i] == ']': 87 # Loop till the closing ] is found 91 if inner_i >= chunk_len: [all …]
|
| /external/sdv/vsomeip/third_party/boost/regex/doc/ |
| D | old_regex.qbk | 2 Copyright 2006-2007 John Maddock. 20 regular expressions always follow the "normal" syntax - that is the 60 unsigned int GrepFiles(GrepFileCallback cb, const char* files, bool recurse = false, 62 unsigned int GrepFiles(GrepFileCallback cb, const std::string& files, 65 unsigned int FindFiles(FindFilesCallback cb, const char* files, 68 unsigned int FindFiles(FindFilesCallback cb, const std::string& files, 100 setting the expression to /c/, if /icase/ is true then matching is 104 RegEx, setting the expression to /s/, if /icase/ is true then matching 113 current expression to /p/, if /icase/ is true then matching is 117 [Sets the current expression to /s/, if /icase/ is true then matching is [all …]
|
| /external/toolchain-utils/toolchain_utils_githooks/ |
| D | check-presubmit | 4 # Use of this source code is governed by a BSD-style license that can be 5 # found in the LICENSE file. 7 """Runs presubmit checks against a bundle of files.""" 37 # but due to changes in how scipy is built, we can no longer install 41 # listed here because (1) only very few files are actually type checked, 50 # - never write to stdout/stderr or read from stdin directly 51 # - return either a CheckResult, or a list of [(subcheck_name, CheckResult)] 52 # - ideally use thread_pool to check things concurrently 53 # - though it's important to note that these *also* live on the threadpool 72 # The files and directories on which we run the mypy typechecker. The paths are [all …]
|
| D | check-presubmit.py | 4 # Use of this source code is governed by a BSD-style license that can be 5 # found in the LICENSE file. 7 """Runs presubmit checks against a bundle of files.""" 37 # but due to changes in how scipy is built, we can no longer install 41 # listed here because (1) only very few files are actually type checked, 50 # - never write to stdout/stderr or read from stdin directly 51 # - return either a CheckResult, or a list of [(subcheck_name, CheckResult)] 52 # - ideally use thread_pool to check things concurrently 53 # - though it's important to note that these *also* live on the threadpool 72 # The files and directories on which we run the mypy typechecker. The paths are [all …]
|
| /external/freetype/ |
| D | meson.build | 5 # Copyright (C) 2020-2023 by 23 # meson setup -Ddefault_library=shared 41 files('builds/meson/extract_libtool_version.py'), 42 '--soversion', 43 files('builds/unix/configure.raw'), 47 files('builds/meson/extract_libtool_version.py'), 48 files('builds/unix/configure.raw'), 63 command: [python_exe, files('builds/meson/parse_modules_cfg.py'), 64 '--format=ftmodule.h', '@INPUT@', '--output', '@OUTPUT@'], 69 ft2_defines += ['-DFT_CONFIG_MODULES_H=<ftmodule.h>'] [all …]
|
| /external/webrtc/tools_webrtc/mb/docs/ |
| D | design_spec.md | 1 # The MB (Meta-Build wrapper) design spec 7 MB is intended to address two major aspects of the GYP -> GN transition 10 1. "bot toggling" - make it so that we can easily flip a given bot 13 2. "bot configuration" - provide a single source of truth for all of 19 Ninja files, and the `analyze` step that takes a list of modified files 21 the files. 36 * `mb gen -c linux_rel_bot //out/Release` 37 * `mb analyze -m tryserver.chromium.linux -b linux_rel /tmp/input.json /tmp/output.json` 42 (initially just in //ios/build/bots). Bot config files are JSON files that 46 'mb_type' field that says whether to use GN or GYP. Bot config files [all …]
|
| /external/snakeyaml/src/test/java/org/pyyaml/ |
| D | PyErrorsTest.java | 7 * http://www.apache.org/licenses/LICENSE-2.0 38 failures.add("unacceptable-key.loader-error"); in skip() 40 if (name.equals(filename)) { in skip() 48 File[] files = getStreamsByExtension(".loader-error"); in testLoaderErrors() local 49 assertTrue("No test files found.", files.length > 0); in testLoaderErrors() 50 for (int i = 0; i < files.length; i++) { in testLoaderErrors() 51 if (skip(files[i].getName())) { in testLoaderErrors() 55 InputStream input = new FileInputStream(files[i]); in testLoaderErrors() 57 assertNotNull("File " + files[i], document); in testLoaderErrors() 60 fail("Loading must fail for " + files[i].getAbsolutePath()); in testLoaderErrors() [all …]
|
| /external/vixl/tools/ |
| D | lint.py | 21 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 27 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 54 '''This tool lints C++ files and produces a summary of the errors found. 55 If no files are provided on the command-line, all C++ source files are 61 parser.add_argument('files', nargs = '*') 62 parser.add_argument('--jobs', '-j', metavar='N', type=int, nargs='?', 65 help='''Runs the tests using N jobs. If the option is set 66 but no value is provided, the script will use as many jobs 68 parser.add_argument('--no-cache', 84 if process.returncode == 0: [all …]
|
| /external/autotest/site_utils/ |
| D | perf_csv_uploader.py | 4 # Use of this source code is governed by a BSD-style license that can be 5 # found in the LICENSE file. 8 This module is used to upload csv files generated by performance related tests 9 to cns. More details about the implementation can be found in crbug.com/598504. 13 contains a path to csv files need to be uploaded to cns. 16 3. Locate the csv files in GS, and upload them to desired cns location. 50 """Exception raised when csv files not found in GS.""" 54 """A class contains the information of a folder storing csv files to be 55 uploaded, and logic to upload the csv files. 62 # A class variable whose value is the cns path to upload the csv files to. [all …]
|
| /external/python/cpython2/Tools/scripts/ |
| D | fixcid.py | 3 # Perform massive identifier substitution on C source files. 4 # This actually tokenizes the files (to some extent) so it can 9 # The substitutions are read from one or more files whose lines, 14 # The option -r reverses the sense of the substitutions (this may be 17 # If the old identifier is prefixed with a '*' (with no intervening 20 # Command line arguments are files or directories to be processed. 21 # Directories are searched recursively for files whose name looks 22 # like a C file (ends in .h or .c). The special filename '-' means 28 # The original files are kept as back-up with a "~" suffix. 30 # Changes made are reported to stdout in a diff-like format. [all …]
|
| /external/python/cpython3/Tools/scripts/ |
| D | fixcid.py | 3 # Perform massive identifier substitution on C source files. 4 # This actually tokenizes the files (to some extent) so it can 9 # The substitutions are read from one or more files whose lines, 14 # The option -r reverses the sense of the substitutions (this may be 17 # If the old identifier is prefixed with a '*' (with no intervening 20 # Command line arguments are files or directories to be processed. 21 # Directories are searched recursively for files whose name looks 22 # like a C file (ends in .h or .c). The special filename '-' means 28 # The original files are kept as back-up with a "~" suffix. 30 # Changes made are reported to stdout in a diff-like format. [all …]
|
| /external/pigweed/pw_stm32cube_build/py/pw_stm32cube_build/ |
| D | find_files.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 14 """Finds files for a given product.""" 22 def parse_product_str(product_str: str) -> tuple[str, Set[str], str]: 42 ValueError if the product string does not start with 'stm32' or specify 46 if not product_name.startswith('stm32'): 49 if len(product_name) < 9: 63 # So if the user specifies `stm32f207zgt6u`, this should generate the 67 if name[9] != 'x': 69 if name[10] != 'x': 71 if name[9] != 'x' and name[10] != 'x': [all …]
|
| /external/zstd/programs/ |
| D | README.md | 6 - `zstd` : default CLI supporting gzip-like arguments; includes dictionary builder, benchmark, and … 7 - `zstd_nolegacy` : Same as `zstd` but without support for legacy zstd formats 8 - `zstd-small` : CLI optimized for minimal size; no dictionary builder, no benchmark, and no suppor… 9 - `zstd-compress` : version of CLI which can only compress into zstd format 10 - `zstd-decompress` : version of CLI which can only decompress zstd format 16 - __HAVE_THREAD__ : multithreading is automatically enabled when `pthread` is detected. 20 In which case, linking stage will fail if neither `pthread` nor `windows.h` library can be found. 23 - __ZSTD_LEGACY_SUPPORT__ : `zstd` can decompress files compressed by older versions of `zstd`. 31 if `ZSTD_LEGACY_SUPPORT >= 8`, it's the same as `0`, since there is no legacy format after `7`. 34 - __HAVE_ZLIB__ : `zstd` can compress and decompress files in `.gz` format. [all …]
|
| /external/pcre/doc/ |
| D | pcre2grep.txt | 6 pcre2grep - a grep with Perl-compatible regular expressions. 15 pcre2grep searches files for character patterns, in the same way as 16 other grep commands do, but it uses the PCRE2 regular expression li- 17 brary to support patterns that are compatible with the regular expres- 18 sions of Perl 5. See pcre2syntax(3) for a quick-reference summary of 27 If you attempt to use delimiters (for example, by surrounding a pattern 30 on the command line because they are interpreted by the shell, and in- 31 deed quotes are required if a pattern contains white space or shell 35 single pattern to be matched when neither -e nor -f is present. Con- 36 versely, when one or both of these options are used to specify pat- [all …]
|
| D | pcre2grep.1 | 3 pcre2grep - a grep with Perl-compatible regular expressions. 10 \fBpcre2grep\fP searches files for character patterns, in the same way as other 16 for a quick-reference summary of pattern syntax, or 31 because they are interpreted by the shell, and indeed quotes are required if a 35 pattern to be matched when neither \fB-e\fP nor \fB-f\fP is present. 37 arguments are treated as path names. At least one of \fB-e\fP, \fB-f\fP, or an 40 If no files are specified, \fBpcre2grep\fP reads the standard input. The 44 pcre2grep some-pattern file1 - file3 46 By default, input files are searched line by line, so pattern assertions about 49 to the standard output, and if there is more than one file, the file name is [all …]
|
| /external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
| D | reflow.py | 3 # Copyright 2016-2023 The Khronos Group Inc. 5 # SPDX-License-Identifier: Apache-2.0 11 Usage: `reflow.py [-noflow] [-tagvu] [-nextvu #] [-overwrite] [-out dir] [-suffix str] files` 13 - `-noflow` acts as a passthrough, instead of reflowing text. Other 15 - `-tagvu` generates explicit VUID tag for Valid Usage statements which 17 - `-nextvu #` starts VUID tag generation at the specified # instead of 19 - `-overwrite` updates in place (can be risky, make sure there are backups) 20 - `-check FAIL|WARN` runs some consistency checks on markup. If the checks 22 message. If the checks fail and the FAIL option is given, the script will 25 - `-out` specifies directory to create output file in, default 'out' [all …]
|
| D | antora-prep.py | 3 # Copyright 2022-2023 The Khronos Group Inc. 4 # SPDX-License-Identifier: Apache-2.0 6 """Used to convert files from the asciidoctor spec tree to Antora module 10 Usage: `antora-prep.py [-root path] -component path files` 12 - `-root` is the root path (repository root, usually) relative to which spec 13 files are processed. Defaults to current directory if not specified. 14 - `-component` is the path to the module and component in which converted 15 files are written (e.g. the component directory under which pages/, 17 - `files` are asciidoc source files from the spec to convert. 19 Image files are linked from the component 'images' directory [all …]
|
| /external/llvm/docs/CommandGuide/ |
| D | llvm-ar.rst | 1 llvm-ar - LLVM archiver 6 -------- 9 **llvm-ar** [-]{dmpqrtx}[Rabfikou] [relpos] [count] <archive> [files...] 13 ----------- 16 The **llvm-ar** command is similar to the common Unix utility, ``ar``. It 17 archives several files together into a single file. The intent for this is 20 **llvm-ar** generates a symbol table that makes linking faster because 24 The **llvm-ar** command can be used to *read* SVR4, GNU and BSD style archive 25 files. However, right now it can only write in the GNU format. If an 29 Here's where **llvm-ar** departs from previous ``ar`` implementations: [all …]
|
| /external/jazzer-api/.github/workflows/ |
| D | release.yml | 8 runs-on: ${{ matrix.os }} 12 - os: ubuntu-20.04 14 - os: macos-11 16 - os: windows-2019 20 - uses: actions/checkout@v3 22 - name: Set up JDK 23 uses: actions/setup-java@v3 26 java-version: 8 28 - name: Set Build Buddy config 32 - name: Append build settings to .bazelrc [all …]
|
| /external/autotest/server/cros/dynamic_suite/ |
| D | control_file_getter.py | 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE file. 27 Interface for classes that can list and fetch known control files. 34 Gather a list of paths to control files. 36 @param suite_name: The name of a suite we would like control files for. 38 @throws NoControlFileList if there is an error while listing. 50 @throws ControlFileNotFound if the file cannot be retrieved. 62 @throws ControlFileNotFound if the file cannot be retrieved. 74 Gather the control paths and contents of all the control files. 76 @param suite_name: The name of a suite we would like control files for. [all …]
|
| /external/autotest/server/ |
| D | site_crashcollect.py | 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 31 @raise client_utils.error.CmdError if minidump_stackwalk return code != 0. 44 @raises DevServerException if no server with capacity could be found. 45 @returns Hostname of resolved server, if found. 49 if not crashserver_name: 53 'No crash server has the capacity to symbolicate the dump.') 72 # First, look up what build we tested. If we can't find this, we can't 75 if JOB_BUILD_KEY not in keyvals: 87 if not trace_text: [all …]
|
| /external/spdx-tools/rdfloader/parser2v3/ |
| D | parser.go | 1 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 11 "github.com/spdx/tools-golang/spdx/common" 12 "github.com/spdx/tools-golang/spdx/v2_3" 24 Files: []*v2_3.File{}, 30 files: map[common.ElementID]*v2_3.File{}, 47 if err != nil { 52 if err != nil { 59 if len(typeTriples) != 1 { 60 …return nil, fmt.Errorf("every node must be associated with exactly 1 type Triple. found %d type tr… 67 if err != nil { [all …]
|