Home
last modified time | relevance | path

Searched full:exclude (Results 1 – 25 of 1079) sorted by relevance

12345678910>>...44

/external/apache-harmony/support/src/test/resources/config/
Djcltest-excludes.xml11 <hy:exclude id="test_read$BII" shouldfix="true">
13 </hy:exclude>
14 <hy:exclude id="test_close" shouldfix="true">
16 </hy:exclude>
20 <hy:exclude id="test_ConstructorLjava_io_InputStream" shouldfix="true">
23 </hy:exclude>
27 <hy:exclude id="test_setDictionary$B" shouldfix="true">
30 </hy:exclude>
37 <hy:exclude id="testGolden" shouldfix="true">
39 </hy:exclude>
[all …]
/external/proguard/build/maven/base/
Dpom.xml23 <exclude>proguard/gui/**</exclude>
24 <exclude>proguard/ant/**</exclude>
25 <exclude>proguard/gradle/**</exclude>
26 <exclude>proguard/wtk/**</exclude>
27 <exclude>proguard/retrace/**</exclude>
35 <exclude>proguard/gui/**</exclude>
36 <exclude>proguard/ant/**</exclude>
37 <exclude>proguard/gradle/**</exclude>
38 <exclude>proguard/wtk/**</exclude>
39 <exclude>proguard/retrace/**</exclude>
/external/llvm/include/llvm/
Dmodule.modulemap22 exclude header "CodeGen/MachineValueType.h"
24 // Exclude these; they're intended to be included into only a single
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"
[all …]
/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.c36 * @v exclude PCI configuration space backup exclusion list, or NULL
40 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()
59 * @v exclude PCI configuration space backup exclusion list, or NULL
62 const uint8_t *exclude ) { in pci_backup() argument
68 if ( ! pci_backup_excluded ( pci, offset, exclude ) ) in pci_backup()
78 * @v exclude PCI configuration space backup exclusion list, or NULL
81 const uint8_t *exclude ) { in pci_restore() argument
[all …]
/external/dagger2/compiler/
Dpom.xml176 <exclude>com.google.guava</exclude>
178 <exclude>com.google.auto.service</exclude>
179 <exclude>com.google.auto.value</exclude>
181 <exclude>com.google.dagger:dagger</exclude>
182 <exclude>com.google.dagger:dagger-producers</exclude>
183 <exclude>javax.inject</exclude>
196 <exclude>META-INF/*.SF</exclude>
197 <exclude>META-INF/*.DSA</exclude>
198 <exclude>META-INF/*.RSA</exclude>
Ddependency-reduced-pom.xml84 <exclude>com.google.guava</exclude>
85 <exclude>com.google.auto.service</exclude>
86 <exclude>com.google.auto.value</exclude>
87 <exclude>com.google.dagger:dagger</exclude>
88 <exclude>com.google.dagger:dagger-producers</exclude>
89 <exclude>javax.inject</exclude>
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.316 1. MKSQUASHFS - EXTENDED EXCLUDE FILE HANDLING
19 1. Extended wildcard pattern matching now supported in exclude files
23 Supports both anchored and non-anchored exclude files.
27 Similar to existing exclude files except with wildcards. Exclude
34 Exclude all files matching "*.gz" in the top level directory "test".
38 Exclude all files beginning with "example" inside directories called
45 Exclude all files matching "*.gz" in top level directory "test",
51 often useful to exclude a file matching anywhere in the source directories.
53 exclude with "...".
59 Exclude files matching "*.gz" anywhere in the source directories.
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/
Dall.antlr3.runtime.net.build191 <exclude name="*.snk" />
192 <exclude name="**/obj/Debug/*.*" />
193 <exclude name="**/obj/Debug/net-1.1/*.*" />
194 <exclude name="**/obj/Debug/net-2.0/*.*" />
195 <exclude name="**/bin/Debug/*.*" />
196 <exclude name="**/bin/Debug/net-1.1/*.*" />
197 <exclude name="**/bin/Debug/net-2.0/*.*" />
198 <exclude name="**/bin/*.*" />
199 <exclude name="bin/**/*.*" />
200 <exclude name="build/**/*.*" />
[all …]
/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 …]
/external/guice/
Dbuild.xml157 <exclude name="com/google/inject/internal/**"/>
210 <exclude name="com/google/inject/internal/**"/>
263 <!-- exclude generated files -->
264 <exclude name="build/**"/>
265 <exclude name="classes/**"/>
266 <exclude name="latest-api-diffs/**"/>
267 <exclude name="javadoc/**"/>
268 <exclude name="latest-javadoc/**"/>
269 <!-- exclude AOP-specific libraries -->
270 <exclude name="lib/aopalliance.jar"/>
[all …]
Dpom.xml186 <exclude>**/*.java</exclude>
196 <exclude>**/*.java</exclude>
222 <exclude>**/build/**</exclude>
223 <exclude>**/target/**</exclude>
224 <exclude>**/lib/**</exclude>
225 <exclude>**/test/**</exclude>
226 <exclude>**/example*/**</exclude>
365 <!-- Exclude to mirror ant build -->
/external/icu/icu4j/main/classes/core/
Dbuild.xml39 <exclude name="META-INF"/>
40 <exclude name="META-INF/**/*"/>
41 <exclude name="${icu4j.data.path}/coll/**"/>
42 <exclude name="${icu4j.data.path}/curr/**"/>
43 <exclude name="${icu4j.data.path}/lang/**"/>
44 <exclude name="${icu4j.data.path}/region/**"/>
45 <exclude name="${icu4j.data.path}/translit/**"/>
46 <exclude name="**/*.cnv"/>
47 <exclude name="**/cnvalias.icu"/>
52 <exclude name="META-INF"/>
[all …]
/external/llvm/cmake/modules/
DCMakeLists.txt46 PATTERN .svn EXCLUDE
47 PATTERN CMakeFiles EXCLUDE
90 PATTERN .svn EXCLUDE
91 PATTERN LLVMConfig.cmake EXCLUDE
92 PATTERN LLVMConfigVersion.cmake EXCLUDE
93 PATTERN LLVM-Config.cmake EXCLUDE
94 PATTERN GetHostTriple.cmake EXCLUDE
95 PATTERN CheckAtomic.cmake EXCLUDE)
/external/guice/core/
Dpom.xml97 <exclude>**/*$*</exclude>
98 <exclude>**/ErrorHandlingTest*</exclude>
99 <exclude>**/OSGiContainerTest*</exclude>
100 <exclude>**/ScopesTest*</exclude>
101 <exclude>**/TypeConversionTest*</exclude>
126 <exclude>LICENSE</exclude>
127 <exclude>NOTICE</exclude>
/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/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/jacoco/jacoco/
Dassembly.xml39 <exclude>**/*.html</exclude>
85 <exclude>${project.groupId}:org.jacoco.agent:*:runtime</exclude>
86 <exclude>${project.groupId}:org.jacoco.ant:*:nodeps</exclude>
103 <exclude>META-INF/</exclude>
/external/squashfs-tools/
DRELEASE-README99 SYNTAX:./mksquashfs source1 source2 ... dest [options] [-e list of exclude
137 -ef <exclude_file> list of exclude dirs/files. One per line
139 exclude dirs/files
140 -regex Allow POSIX regular expressions to be used in exclude
416 excluded from the output filesystem. The -e option takes the exclude
418 exlude files/directories from the specified exclude file, one file/directory
421 Two styles of exclude file matching are supported: basic exclude matching, and
422 extended wildcard matching. Basic exclude matching is a legacy feature
426 3.5.1 Basic exclude matching
429 Each exclude file is treated as an exact match of a file/directory in
[all …]
/external/okhttp/samples/static-server/
Dpom.xml44 <exclude>META-INF/*.SF</exclude>
45 <exclude>META-INF/*.DSA</exclude>
46 <exclude>META-INF/*.RSA</exclude>
/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/libchrome/base/
Dbase.gypi836 ['exclude', '^nix/'],
951 # Exclude all process/ except the minimal implementation
953 ['exclude', '^process/.*'],
958 # Exclude unsupported features on iOS.
959 ['exclude', '^files/file_path_watcher.*'],
960 ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'],
961 ['exclude', '^trace_event/malloc_dump_provider\\.(h|cc)$'],
975 ['exclude', '_ios(_unittest)?\\.(h|cc|mm?)$'],
976 ['exclude', '(^|/)ios/'],
977 ['exclude', 'files/file_path_watcher_fsevents.cc'],
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/story/
Dstory_filter.py49 group.add_option('--story-filter-exclude',
50 help='Exclude stories whose names match the given filter regexp.')
53 group.add_option('--story-tag-filter-exclude',
54 help='Exclude stories that have any of these tags')
68 raise parser.error('--story-filter-exclude: Invalid regex.')
72 # Exclude filters take priority.
/external/okhttp/okio/benchmarks/
Dpom.xml66 <exclude>META-INF/*.SF</exclude>
67 <exclude>META-INF/*.DSA</exclude>
68 <exclude>META-INF/*.RSA</exclude>
/external/autotest/server/
Dsite_server_job_utils.py7 test_item: extends the basic test tuple to add include/exclude attributes and
25 extended form ('testname', {args}, {'include': [], 'exclude': [],
26 'attributes': []}) where include and exclude are lists of host attribute
28 labels in include and must not have any of the labels in exclude to be valid
41 exclude - labels preventing a machine from running a test.
53 self.exc_set = set(test_attribs.get('exclude', []))
63 msg += ' exclude=%s' % [s for s in self.exc_set]
74 If the test has exclude attributes, a candidate machine cannot have any
128 True attributes to validate against test include/exclude attributes.

12345678910>>...44