Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/external/protobuf/python/
DMANIFEST.in2 exclude google/protobuf/internal/*_pb2.py
3 exclude google/protobuf/internal/*_test.py
4 exclude google/protobuf/internal/*.proto
5 exclude google/protobuf/internal/test_util.py
7 recursive-exclude google *_test.py
8 recursive-exclude google *_test.proto
9 recursive-exclude google unittest*_pb2.py
11 global-exclude *.dll
12 global-exclude *.pyc
13 global-exclude *.pyo
[all …]
/external/syslinux/gpxe/src/drivers/bus/
Dpcibackup.c40 const uint8_t *exclude ) { in pci_backup_excluded() argument
42 if ( ! exclude ) in pci_backup_excluded()
44 for ( ; *exclude != PCI_CONFIG_BACKUP_EXCLUDE_END ; exclude++ ) { in pci_backup_excluded()
45 if ( offset == *exclude ) { in pci_backup_excluded()
62 const uint8_t *exclude ) { in pci_backup() argument
68 if ( ! pci_backup_excluded ( pci, offset, exclude ) ) in pci_backup()
81 const uint8_t *exclude ) { in pci_restore() argument
87 if ( ! pci_backup_excluded ( pci, offset, exclude ) ) in pci_restore()
/external/deqp/scripts/
Dbuild_android_mustpass.py26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists,…
144 exclude("gles3-multisample-issues.txt")]),
153 exclude("gles3-pixelformat-issues.txt")]),
347 exclude("egl-test-issues.txt"),
348 exclude("egl-internal-api-tests.txt"),
349 exclude("egl-manual-robustness.txt"),
350 exclude("egl-driver-issues.txt")]
364 exclude("gles2-test-issues.txt"),
365 exclude("gles2-failures.txt")
380 exclude("gles3-hw-issues.txt"),
[all …]
Drun_nightly.py87 …def __init__(self, name, buildConfig, generator, binaryName, testset, args = [], exclude = [], ign… argument
94 self.exclude = exclude
310 if len(config.exclude) > 0:
311 execArgs += ['--exclude=%s' % string.join(config.exclude, ",")]
370 exclude = [
384 exclude = [
403 exclude = [],
426 exclude = [
442 exclude = [
455 exclude = ["dEQP-CL.performance.*", "dEQP-CL.robustness.*", "dEQP-CL.stress.memory.*"],
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DInliningOracle.java59 info.exclude(invoke, "No inlinee"); in validateCandidate()
73 info.exclude(invoke, "Inlinee candidate is synchronized"); in validateCandidate()
85 info.exclude(invoke, "Inlinee candidate does not have right access flags"); in validateCandidate()
109 info.exclude(invoke, "receiver for candidate can be null"); in computeForInvokeWithReceiver()
117 info.exclude(invoke, "could not find single target"); in computeForInvokeWithReceiver()
136 info.exclude(invoke, "Do not inline target if method holder is an interface class"); in computeForInvokeWithReceiver()
149 info.exclude(invoke, "target is synchronized"); in computeForInvokeWithReceiver()
159 info.exclude(invoke, "target is not identified for inlining"); in computeForInvokeWithReceiver()
172 info.exclude(invoke, "target does not have right access"); in computeForInvokeWithReceiver()
180 info.exclude(invoke, "target is not ready for double inlining"); in computeForInvokeWithReceiver()
[all …]
/external/libchrome/crypto/
Dcrypto_nacl.gyp35 ['exclude', '_nss\.(cc|h)$'],
36 ['exclude', '^(mock_)?apple_'],
37 ['exclude', '^capi_'],
38 ['exclude', '^cssm_'],
39 ['exclude', '^nss_'],
40 ['exclude', '^mac_'],
/external/llvm/include/llvm/
Dmodule.modulemap22 exclude header "CodeGen/MachineValueType.h"
26 exclude header "CodeGen/CommandFlags.h"
27 exclude header "CodeGen/LinkAllAsmWriterComponents.h"
28 exclude header "CodeGen/LinkAllCodegenComponents.h"
68 exclude header "DebugInfo/PDB/DIA/DIADataStream.h"
69 exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
70 exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
71 exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
72 exclude header "DebugInfo/PDB/DIA/DIAEnumSymbols.h"
73 exclude header "DebugInfo/PDB/DIA/DIALineNumber.h"
[all …]
/external/e2fsprogs/util/
Dgen-tarball.in10 exclude=/tmp/exclude
43 -print) | sed -e "s/^$base_e2fsprogs/$SRCROOT/" > $exclude
44 sed -e "s;^;$SRCROOT/;" < $srcdir/$list.exclude >> $exclude
48 (cd $top_srcdir/.. ; tar -c -h -v -f - -X $exclude $SRCROOT) \
/external/deqp/external/vulkancts/scripts/
Dbuild_mustpass.py31 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists,…
74 exclude("test-issues.txt"),
75 exclude("excluded-tests.txt"),
76 exclude("android-tests.txt"),
77 exclude("waivers.txt")]),
/external/devlib/devlib/module/
Dcgroups.py123 def move_tasks(self, source, dest, exclude=[]): argument
131 srcg.directory, dstg.directory, exclude),
134 def move_all_tasks_to(self, dest, exclude=[]): argument
150 if isinstance(exclude, str):
151 exclude = [exclude]
152 if not isinstance(exclude, list):
160 for comm in exclude:
165 logging.debug(' %s', ', '.join(exclude))
406 def cgroups_tasks_move(self, srcg, dstg, exclude=''): argument
413 'cgroups_tasks_move {} {} {}'.format(srcg, dstg, exclude),
[all …]
/external/conscrypt/platform/
Dbuild.gradle95 exclude module: 'support-annotations'
96 exclude module: 'support-v4'
97 exclude module: 'support-v13'
98 exclude module: 'recyclerview-v7'
99 exclude module: 'appcompat-v7'
100 exclude module: 'design'
/external/e2fsprogs/resize/
DMakefile.in123 $(top_srcdir)/.exclude-file:
127 | sed -e "s/e2fsprogs/$$a/" > $(top_srcdir)/.exclude-file
128 echo "$(SRCROOT)/build" >> $(top_srcdir)/.exclude-file
129 echo "$(SRCROOT)/rpm.log" >> $(top_srcdir)/.exclude-file
130 echo "$(SRCROOT)/powerquest" >> $(top_srcdir)/.exclude-file
131 echo "$(SRCROOT)/.exclude-file" >> $(top_srcdir)/.exclude-file
133 >> $(top_srcdir)/.exclude-file
135 >> $(top_srcdir)/.exclude-file
137 source_tar_file: $(top_srcdir)/.exclude-file
140 -X $$a/.exclude-file $$a | \
[all …]
/external/walt/android/WALT/app/
Dbuild.gradle43 exclude module: 'hamcrest-core'
44 exclude module: 'objenesis'
47 exclude module: 'hamcrest-core'
48 exclude module: 'objenesis'
/external/google-breakpad/src/build/
Dfilename_rules.gypi33 ['exclude', '(^|/)windows/'],
38 ['exclude', '(^|/)linux/'],
43 ['exclude', '(^|/)mac/'],
48 ['exclude', '(^|/)android/'],
53 ['exclude', '(^|/)solaris/'],
/external/mockito/
Dupdate_source.sh49 for exclude in ${EXCLUDE}; do
50 echo "Excluding $exclude"
51 rm -r $exclude
/external/python/cpython2/Lib/ctypes/test/
D__init__.py61 def get_tests(package, mask, verbosity, exclude=()): argument
66 if modname.split(".")[-1] in exclude:
170 exclude = []
186 exclude.extend(value.split(","))
193 run_tests(package, mask, verbosity, search_leaks, exclude)
196 def run_tests(package, mask, verbosity, search_leaks, exclude): argument
197 skipped, testcases = get_tests(package, mask, verbosity, exclude)
/external/objenesis/
Dupdate_source.sh51 for exclude in ${EXCLUDE}; do
52 echo "Excluding $exclude"
53 rm -r $exclude
/external/noto-fonts/cjk/
Dsubset_noto_cjk.py81 def remove_from_cmap(infile, outfile, exclude=frozenset()): argument
84 font_data.delete_from_cmap(font, exclude)
96 remove_from_cmap(otf_name, otf_name, exclude=EXCLUDED_CODEPOINTS)
/external/dexmaker/
Dupdate_source.sh48 for exclude in ${EXCLUDE}; do
49 echo "Excluding $exclude"
50 rm -r $exclude
/external/vulkan-validation-layers/build-android/jni/
DAndroid.mk52 LOCAL_LDFLAGS += -Wl,--exclude-libs,ALL
68 LOCAL_LDFLAGS += -Wl,--exclude-libs,ALL
84 LOCAL_LDFLAGS += -Wl,--exclude-libs,ALL
100 LOCAL_LDFLAGS += -Wl,--exclude-libs,ALL
116 LOCAL_LDFLAGS += -Wl,--exclude-libs,ALL
133 LOCAL_LDFLAGS += -Wl,--exclude-libs,ALL
149 LOCAL_LDFLAGS += -Wl,--exclude-libs,ALL
/external/autotest/frontend/tko/
Dmodels.py326 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
347 suffix=suffix, exclude=exclude,
378 def _include_or_exclude_labels(self, query_set, label_names, exclude=False): argument
380 suffix = self._get_include_exclude_suffix(exclude)
387 exclude=exclude)
[all …]
/external/libvpx/libvpx/test/
Dtools_common.sh213 exclude=${3}
215 if [ -n "${exclude}" ]; then
218 exclude='-v'
220 unset exclude
225 if echo "${s}" | egrep -q ${exclude} "${filter}" > /dev/null 2>&1; then
250 tests_to_filter=$(filter_strings "${tests_to_filter}" ^DISABLED exclude)
/external/python/cpython2/Doc/distutils/
Dsourcedist.rst151 "include" and "exclude" sets.
179 set of files to include or exclude from the source distribution. For an
188 matching :file:`\*.txt` or :file:`\*.py`, and exclude all directories matching
190 include set, so you can exclude files from the standard set with explicit
209 :option:`!--no-defaults` option, and you can disable the standard exclude set
232 #. exclude all files in the sub-trees starting at directories matching
233 :file:`examples/sample?/build`\ ---this may exclude files included by the
237 #. exclude the entire :file:`build` tree, and any :file:`RCS`, :file:`CVS`,
257 | :command:`exclude pat1 pat2 ...` | exclude all files matching any of the listed |
263 | :command:`recursive-exclude dir pat1 pat2 | exclude all files under *dir* matching any of |
[all …]
/external/python/cpython2/Tools/freeze/
Dfreeze.py115 exclude = [] # settable with -x option
126 if win: exclude = exclude + [
131 fail_import = exclude[:]
188 exclude.append(a)
190 exclude.append(a)
205 if module not in exclude:
345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
/external/testng/src/test/java/test/override/
DOverrideTest.java25 private void runTest(String include, String exclude) { in runTest() argument
39 if (exclude != null) tng.setExcludedGroups(exclude); in runTest()

12345678910>>...13