Home
last modified time | relevance | path

Searched +full:- +full:- +full:exclude +full:- +full:subdir (Results 1 – 25 of 63) sorted by relevance

123

/external/pigweed/pw_software_update/py/
Dupdate_bundle_test.py7 # https://www.apache.org/licenses/LICENSE-2.0
39 temp_root, exclude=(Path('foo.bin'), Path('baz.bin'))
64 temp_root, exclude=(Path('qux.exe'),), remap_paths=remap_paths
85 exclude=(Path('qux.exe'),),
120 qux_path = temp_root / 'subdir' / 'qux.exe'
128 (temp_root / 'subdir').mkdir()
166 qux_path = temp_root / 'subdir' / 'qux.exe'
174 (temp_root / 'subdir').mkdir()
180 qux_path: 'subdir/qux',
192 qux_bytes, (persist_path / 'subdir' / 'qux').read_bytes()
/external/bazel-skylib/tests/directory/
Dglob_test.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
20 # buildifier: disable=bzl-visibility
50 data = ["testdata/subdir/f2"],
63 exclude = ["testdata/f1"],
83 subdir = testdata.entries["subdir"]
88 subdir,
98 [f1, subdir],
134 _expect_glob(env, root, ["testdata/subdir/f2"]).contains_exactly([f2])
152 # target.runfiles().contains_exactly() doesn't do what we want - it converts
176 # buildifier: disable=function-docstring
/external/autotest/tko/
Dmodels.py64 # Pull in and merge all the keyval files, with higher-level
65 # overriding values in the lower-level ones.
70 # HACK: exclude hostname from the override - this is a special
112 def __init__(self, subdir, testname, status, reason, test_kernel, argument
115 self.subdir = subdir
142 def parse_test(cls, job, subdir, testname, status, reason, test_kernel, argument
153 @param subdir: The string subdirectory name for the given test.
165 tko_utils.dprint("parsing test %s %s" % (subdir, testname))
171 elif subdir:
173 iteration_keyval = os.path.join(job.dir, subdir,
[all …]
/external/mesa3d/python-build/
Dmeson_fuchsia.py34 # Exclude what is currently not working.
45 # Exclude what is currently not working.
51 # Exclude what is currently not working.
65 # This line tells Bazel to use -isystem for targets that depend on this one,
89 impl.load_config_file('python-build/generate_fuchsia_build.config')
109 for subdir in subdirs:
110 subdir = os.path.join(dir, subdir)
111 if os.path.isdir(subdir):
112 dir_set.add(subdir)
426 cflags = ['-Wno-error'] + impl.get_linear_list(
[all …]
/external/zstd/contrib/freestanding_lib/
Dfreestanding.py6 # This source code is licensed under both the BSD-style license (found in the
9 # You may select, at your option, one of the above-listed licenses.
59 Does not handle multi-line macros (only looks in first line).
62 MACRO_GROUP = r"(?P<macro>[a-zA-Z_][a-zA-Z_0-9]*)"
85 fr"(?P<macro2>[a-zA-Z_][a-zA-Z_0-9]*)\s*"
87 fr"(?P<value>[0-9]*)\s*"
101 # First strip c-style comments (may include //)
108 # Then strip cpp-style comments
135 # Non-preprocessor line ==> skip the fixup
182 depth -= 1
[all …]
/external/icu/icu4c/source/tools/tzcode/
DMakefile.in3 # Some Portions Copyright (c) 2006-2012 IBM and others. All Rights Reserved.
10 subdir = tools/tzcode
30 # https://man7.org/linux/man-pages/man2/symlink.2.html
31 CFLAGS+=-D_POSIX_C_SOURCE=200112L
32 CPPFLAGS+= -DTZDIR=\"$(TZDIR)\"
45 TZORIG_OPTS := CFLAGS="-D_POSIX_C_SOURCE $(TZORIG_EXTRA_CFLAGS)" TZDIR=$(TZORIG_TZDIR_ABS)
52 ZDUMP_OPTS= -v -a -d $(ZDUMPOUT) -c 1902,2038 -i
53 ICUZDUMP_OPTS= -a -d $(ICUZDUMPOUT)
72 TZCODE_TARGETS= tzorig check-dump
88 -$(RMV) ./tzorig/
[all …]
/external/cronet/third_party/icu/source/tools/tzcode/
DMakefile.in3 # Some Portions Copyright (c) 2006-2012 IBM and others. All Rights Reserved.
10 subdir = tools/tzcode
30 CFLAGS+=-D_POSIX_C_SOURCE
31 CPPFLAGS+= -DTZDIR=\"$(TZDIR)\"
44 TZORIG_OPTS := CFLAGS="-D_POSIX_C_SOURCE $(TZORIG_EXTRA_CFLAGS)" TZDIR=$(TZORIG_TZDIR_ABS)
51 ZDUMP_OPTS= -v -a -d $(ZDUMPOUT) -c 1902,2038 -i
52 ICUZDUMP_OPTS= -a -d $(ICUZDUMPOUT)
71 TZCODE_TARGETS= tzorig check-dump
87 -$(RMV) ./tzorig/
90 gunzip -d < $(TZDATA) | ( cd $@ ; tar xf - )
[all …]
/external/angle/build/android/gradle/
Dgenerate_gradle.py3 # Use of this source code is governed by a BSD-style license that can be
50 _JNI_LIBS_SUBDIR = 'symlinked-libs'
69 # Below must be included even with --all since they are libraries.
104 with codecs.open(path, 'w', 'utf-8') as output_file:
125 os.path.join(_BUILD_ANDROID, 'list_java_targets.py'), '--gn-labels',
126 '--nested', '--build', '--output-directory', output_dir
129 return subprocess.check_output(cmd, encoding='UTF-8').splitlines()
159 subdir = path[len(prefix):-len(suffix)]
160 gn_target = '//%s:%s' % (os.path.split(subdir))
380 # Recognize these tokens as top-level.
[all …]
/external/cronet/build/android/gradle/
Dgenerate_gradle.py3 # Use of this source code is governed by a BSD-style license that can be
50 _JNI_LIBS_SUBDIR = 'symlinked-libs'
69 # Below must be included even with --all since they are libraries.
104 with codecs.open(path, 'w', 'utf-8') as output_file:
125 os.path.join(_BUILD_ANDROID, 'list_java_targets.py'), '--gn-labels',
126 '--nested', '--build', '--output-directory', output_dir
129 return subprocess.check_output(cmd, encoding='UTF-8').splitlines()
159 subdir = path[len(prefix):-len(suffix)]
160 gn_target = '//%s:%s' % (os.path.split(subdir))
380 # Recognize these tokens as top-level.
[all …]
/external/cn-cbor/cmake/
DCoverallsGenerateGcov.cmake35 # (Note it is important the -P is at the end...)
36 # $ cmake -DCOV_PATH=$(pwd)
37 # -DCOVERAGE_SRCS="catcierge_rfid.c;catcierge_timer.c"
38 # -P ../cmake/CoverallsGcovUpload.cmake
80 COMMAND ${GIT_EXECUTABLE} rev-parse --abbrev-ref HEAD
88 COMMAND ${GIT_EXECUTABLE} log -1 --pretty=format:%${FORMAT_CHARS}
104 message("Git e-mail: ${GIT_AUTHOR_EMAIL}")
106 message("Git commiter e-mail: ${GIT_COMMITTER_EMAIL}")
116 # /path/to/project/root/build/#path#to#project#root#subdir#the_file.c.gcov
120 # /path/to/project/root/subdir/the_file.c
[all …]
/external/cronet/third_party/libc++/src/utils/ci/
DDockerfile1 #===----------------------------------------------------------------------===##
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===##
17 # docker compose build buildkite-builder
18 # docker compose push buildkite-builder
22 # ghcr.io/libcxx/buildkite-builder
23 # ghcr.io/libcxx/actions-builder
24 # ghcr.io/libcxx/android-buildkite-builder
28 # ===----------------------------------------------------------------------===##
30 # ===----------------------------------------------------------------------===##
[all …]
/external/autotest/frontend/tko/
Dmodels.py35 if group_by_position == -1:
76 """Get SQL to select a per-group count of unique matches for a query.
206 subdir = dbmodels.CharField(blank=True, max_length=300) variable in Test
226 # ensure non-user-created attributes remain immutable
326 def _get_include_exclude_suffix(self, exclude): argument
327 if exclude:
333 suffix=None, exclude=False): argument
335 suffix = self._get_include_exclude_suffix(exclude)
339 suffix=suffix, exclude=exclude)
343 exclude=False, force_left_join=False): argument
[all …]
Drpc_interface.py103 query = query.exclude(status__in=tko_rpc_utils._INVALID_STATUSES)
140 first_tag_component = test_view['job_tag'].split('-')[0]
310 # TODO(showard) - this extremely generic RPC is used only by one place in the
375 # user-created test attributes
379 * attribute - string name of attribute
380 * value - string, or None to delete an attribute
381 * test_filter_data - filter data to apply to TestView to choose tests to act
447 'iozone' : '32768-4096-fwrite'
454 ['Subdirectory', 'subdir'],
/external/kmod/tools/
Ddepmod.c2 * kmod-depmod - calculate modules.dep using libkmod.
4 * Copyright (C) 2011-2013 ProFUSION embedded systems
41 #include <libkmod/libkmod-internal.h>
51 static const char CFG_BUILTIN_KEY[] = "built-in";
70 { "unresolved-error", no_argument, 0, 'u' }, /* deprecated */
75 { "dry-run", no_argument, 0, 'n' },
76 { "symbol-prefix", required_argument, 0, 'P' },
87 "\t%s -[aA] [options] [forced_version]\n" in help()
89 "If no arguments (except options) are given, \"depmod -a\" is assumed\n" in help()
94 "\t-a, --all Probe all modules\n" in help()
[all …]
/external/python/cpython2/Lib/test/
Dtest_tarfile.py46 self.tar = tarfile.open(self.tarname, mode=self.mode, encoding="iso8859-1")
103 fobj.seek(-1024, 1)
117 fobj.seek(-tarinfo.size, 2)
164 # Override setUp to use default encoding (UTF-8)
180 self.assertIn('ustar/dirtype-with-size/', out)
181 # Make sure it is able to print non-ASCII characters
182 self.assertIn('ustar/umlauts-'
184 self.assertIn('misc/regtype-hpux-signed-chksum-'
186 self.assertIn('misc/regtype-old-v7-signed-chksum-'
189 # 'ls -l'-like accessories if verbose flag is not being used
[all …]
/external/wayland-protocols/
Dwayland_protocol_codegen.go7 // http://www.apache.org/licenses/LICENSE-2.0
20 protocol files, and runs a configurable code-generation tool to generate
31 - This package implements a more powerful template mechanism for specifying
36 - This package drops support for depfiles, after observing comments that
39 - This package drops "Extra" and "CmdModifier" from the public Module
42 - This package drops "rule" from the public Module structure, as it was
102 Command: "${soongZip} -o ${tmpZip} @${tmpZip}.rsp && ${zipSync} -d ${genDir} ${tmpZip}",
138 // - $(location)
140 // - $(location <label>)
143 // - $(locations <label>)
[all …]
/external/libopus/.github/workflows/
Dcmake.yml8 runs-on: ubuntu-20.04
10 - uses: actions/checkout@v3
12 fetch-depth: 0
13 - name: Download models
15 - name: Install CMake 3.1
17 …curl -sL https://github.com/Kitware/CMake/releases/download/v3.1.0/cmake-3.1.0-Linux-x86_64.sh -o …
19 sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir
21 sudo apt-get install libidn11
22 - name: Create Work Dir
24 - name: Configure
[all …]
/external/python/pyyaml/
Dsetup.py12 supports standard YAML tags and provides Python-specific tags that
24 "Development Status :: 5 - Production/Stable",
45 'Mailing lists': 'http://lists.sourceforge.net/lists/listinfo/yaml-core',
115 for idx in range(len(self.ext_modules)-1, -1, -1):
125 "exclude %s" % ext.feature_description),
169 self.attr_name = 'with_' + feature_name.replace('-', '_')
170 self.option_name = 'with-' + feature_name
171 self.neg_option_name = 'without-' + feature_name
255 # running the tests this way can pollute the post-MANIFEST build sources
256 # (see https://github.com/yaml/pyyaml/issues/527#issuecomment-921058344)
[all …]
/external/pigweed/pw_build/
Dpython.rst1 .. _module-pw_build-python:
6 .. pigweed-module-subpage::
14 - :bdg-ref-primary-line:`docs-python-build` for an overview on how Python in
16 - The :bdg-ref-primary-line:`module-pw_build` docs for other GN templates
19 .. _module-pw_build-python-base-templates:
21 ---------------------
23 ---------------------
27 - :ref:`module-pw_build-pw_python_package`
28 - :ref:`module-pw_build-pw_python_action`
29 - :ref:`module-pw_build-pw_python_script`
[all …]
/external/angle/build/android/gyp/util/
Dresource_utils.py2 # Use of this source code is governed by a BSD-style license that can be
30 'es-419': 'es-rUS',
31 'sr-Latn': 'b+sr+Latn',
75 # Format of Chromium locale name is '<lang>' or '<lang>-<region>'
76 # where <lang> is a 2 or 3 letter language code (ISO 639-1 or 639-2)
78 lang, _, region = chromium_locale.partition('-')
83 # region is not None (e.g. 'he-IL' -> 'iw-rIL')
86 # Using '<lang>-r<region>' is now acceptable as a locale name for all
88 return '%s-r%s' % (lang, region)
91 # ISO 639 language code + optional ("-r" + capitalized region code).
[all …]
/external/cronet/build/android/gyp/util/
Dresource_utils.py2 # Use of this source code is governed by a BSD-style license that can be
30 'es-419': 'es-rUS',
31 'sr-Latn': 'b+sr+Latn',
75 # Format of Chromium locale name is '<lang>' or '<lang>-<region>'
76 # where <lang> is a 2 or 3 letter language code (ISO 639-1 or 639-2)
78 lang, _, region = chromium_locale.partition('-')
83 # region is not None (e.g. 'he-IL' -> 'iw-rIL')
86 # Using '<lang>-r<region>' is now acceptable as a locale name for all
88 return '%s-r%s' % (lang, region)
91 # ISO 639 language code + optional ("-r" + capitalized region code).
[all …]
/external/libcups/scheduler/
Dcups-driverd.cxx8 * Copyright © 2007-2019 by Apple Inc.
9 * Copyright © 1997-2007 by Easy Software Products.
22 #include <cups/ppd-private.h>
70 int type; /* ppd-type */
85 typedef struct /**** In-memory record ****/
127 static const char * const PPDTypes[] = /* ppd-type values */
134 "object-direct",
135 "object-storage",
167 const char *subdir, char *buffer,
171 cups_array_t *exclude);
[all …]
/external/autotest/client/bin/
Dsite_sysinfo_unittest.py176 """The expected destination path for a subdir of the source directory"""
247 """Exclude patterns should only be applied to path suffixes within
260 """Check pickle-unpickle round-trip."""
/external/mesa3d/src/gallium/drivers/radeonsi/ci/
Dradeonsi-run-tests.py5 # SPDX-License-Identifier: MIT
44 "--jobs",
45 "-j",
54 parser.add_argument("--piglit-path", type=str, help="Path to piglit source folder.")
55 parser.add_argument("--glcts-path", type=str, help="Path to GLCTS source folder.")
56 parser.add_argument("--escts-path", type=str, help="Path to GLES CTS source folder.")
57 parser.add_argument("--deqp-path", type=str, help="Path to dEQP source folder.")
59 "--parent-path",
64 parser.add_argument("--verbose", "-v", action="count", default=0)
66 "--include-tests",
[all …]
/external/libchrome/base/files/
Dfile_util_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
127 data->ReparseTag = 0xa0000003; in SetReparsePoint()
128 memcpy(data->MountPointReparseBuffer.PathBuffer, target, size_target + 2); in SetReparsePoint()
130 data->MountPointReparseBuffer.SubstituteNameLength = size_target; in SetReparsePoint()
131 data->MountPointReparseBuffer.PrintNameOffset = size_target + 2; in SetReparsePoint()
132 data->ReparseDataLength = size_target + 4 + 8; in SetReparsePoint()
134 int data_size = data->ReparseDataLength + 8; in SetReparsePoint()
207 // Sets the source file to read-only.
272 while (!(cur_file = enumerator->Next()).value().empty()) { in FindResultCollector()
332 ASSERT_NE(-1, fd); in GetIsInheritable()
[all …]

123