Searched +full:if +full:- +full:no +full:- +full:files +full:- +full:found (Results 1 – 25 of 1141) sorted by relevance
12345678910>>...46
| /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/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/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/catch2/CMake/ |
| D | FindLcov.cmake | 1 # This file is part of CMake-codecov. 4 # 2015-2017 RWTH Aachen University, Federal Republic of Germany 8 # Written by Alexander Haase, alexander.haase@rwth-aachen.de 28 # this target will be evaluated and no dependencies will be added. It will call 32 # Note: This function is only a wrapper to define this function always, even if 34 # be defined here, because the module will be exited, if there is no coverage 37 if (LCOV_FOUND) 60 # enable genhtml C++ demangeling, if c++filt is found. 63 if (NOT CPPFILT_BIN STREQUAL "") 64 set(GENHTML_CPPFILT_FLAG "--demangle-cpp") [all …]
|
| /external/snakeyaml/src/test/java/org/pyyaml/ |
| D | PyErrorsTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 40 failures.add("unacceptable-key.loader-error"); in skip() 42 if (name.equals(filename)) { in skip() 50 File[] files = getStreamsByExtension(".loader-error"); in testLoaderErrors() local 51 assertTrue("No test files found.", files.length > 0); in testLoaderErrors() 52 for (int i = 0; i < files.length; i++) { in testLoaderErrors() 53 if (skip(files[i].getName())) { in testLoaderErrors() 57 InputStream input = new FileInputStream(files[i]); in testLoaderErrors() 59 assertNotNull("File " + files[i], document); in testLoaderErrors() 62 fail("Loading must fail for " + files[i].getAbsolutePath()); in testLoaderErrors() [all …]
|
| /external/pcre/doc/ |
| 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. Each line that matches a 47 pattern is copied to the standard output, and if there is more than one file, [all …]
|
| D | pcre2grep.txt | 6 pcre2grep - a grep with Perl-compatible regular expressions. 14 pcre2grep searches files for character patterns, in the same way as 15 other grep commands do, but it uses the PCRE2 regular expression li- 16 brary to support patterns that are compatible with the regular expres- 17 sions of Perl 5. See pcre2syntax(3) for a quick-reference summary of 26 If you attempt to use delimiters (for example, by surrounding a pattern 29 on the command line because they are interpreted by the shell, and in- 30 deed quotes are required if a pattern contains white space or shell 34 single pattern to be matched when neither -e nor -f is present. Con- 35 versely, when one or both of these options are used to specify pat- [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/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/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/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/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/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/elfutils/doc/ |
| D | debuginfod.8 | 1 '\"! tbl | nroff \-man 17 debuginfod \- debuginfo-related http file-server daemon 24 \fBdebuginfod\fP serves debuginfo-related artifacts over HTTP. It 25 periodically scans a set of directories for ELF/DWARF files and their 26 associated source code, as well as archive files containing the above, to 28 clients use the HTTP webapi, to fetch these files by the same buildid. 33 \fBdebuginfod-find\fP would. If successful, it locally caches then 38 (see the \fB\-L\fP option). Duplicate PATHs are ignored. You may use 41 thread enumerates all matching files (see the \fB\-I\fP and \fB\-X\fP 43 \fB\-c\fP option) wait at the work queue to analyze files in parallel. [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/libvpx/ |
| D | libs.doxy_template | 4 ## Use of this source code is governed by a BSD-style license 5 ## that can be found in the LICENSE file in the root of the source 6 ## tree. An additional intellectual property rights grant can be found 8 ## be found in the AUTHORS file in the root of the source tree. 24 #--------------------------------------------------------------------------- 26 #--------------------------------------------------------------------------- 29 # follow. The default is UTF-8 which is also the encoding used for all text before 34 DOXYFILE_ENCODING = UTF-8 43 # If a relative path is entered, it will be relative to the location 44 # where doxygen was started. If left blank the current directory will be used. [all …]
|
| /external/autotest/client/common_lib/cros/manual/ |
| D | cfm_helper.py | 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 28 logging.info('---Get the latest chrome log file') 29 cmd = 'ls -latr /var/log/chrome/chrome' 35 logging.info('---cmd: %s', cmd) 36 logging.info('---output: %s', output.lower().strip()) 46 cmd = 'tail -1 /var/log/eventlog.txt' 47 logging.info('---Get the latest reboot log') 53 logging.info('---cmd: %s', cmd) 54 logging.info('---output: %s', output.lower().strip()) [all …]
|
| /external/spdx-tools/rdfloader/parser2v2/ |
| 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_2" 24 Files: []*v2_2.File{}, 30 files: map[common.ElementID]*v2_2.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 …]
|
| /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 …]
|
| /external/python/cpython2/Doc/library/ |
| D | gettext.rst | 1 :mod:`gettext` --- Multilingual internationalization services 11 -------------- 15 GNU ``gettext`` message catalog API and a higher level, class-based API that may 16 be more appropriate for Python files. The interface described below allows you 25 -------------------------- 28 the GNU :program:`gettext` API. If you use this API you will affect the 29 translation of your entire application globally. Often this is what you want if 31 locale of your user. If you are localizing a Python module, or if your 33 class-based API instead. 39 :mod:`gettext` will look for binary :file:`.mo` files for the given domain using [all …]
|
12345678910>>...46