/third_party/protobuf/java/lite/ |
D | pom.xml | 198 and exclude only the full runtime exclusive tests so we don't accidentally miss 201 <exclude>AbstractMessageTest.java</exclude> 202 <exclude>AbstractProto2SchemaTest.java</exclude> 203 <exclude>AnyTest.java</exclude> 204 <exclude>CodedInputStreamTest.java</exclude> 205 <exclude>DeprecatedFieldTest.java</exclude> 206 <exclude>DescriptorsTest.java</exclude> 207 <exclude>DiscardUnknownFieldsTest.java</exclude> 208 <exclude>DynamicMessageTest.java</exclude> 209 <exclude>ExtensionRegistryFactoryTest.java</exclude> [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
D | module.modulemap | 26 // Exclude these; they're intended to be included into only a single 28 exclude header "CodeGen/LinkAllAsmWriterComponents.h" 29 exclude header "CodeGen/LinkAllCodegenComponents.h" 108 exclude header "DebugInfo/PDB/DIA/DIADataStream.h" 109 exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h" 110 exclude header "DebugInfo/PDB/DIA/DIAEnumFrameData.h" 111 exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h" 112 exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h" 113 exclude header "DebugInfo/PDB/DIA/DIAEnumSectionContribs.h" 114 exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h" [all …]
|
/third_party/skia/third_party/externals/icu/filters/ |
D | flutter.json | 25 "conversion_mappings": { "filterType": "exclude" }, 26 "coll_tree": { "filterType": "exclude" }, 27 "coll_ucadata": { "filterType": "exclude" }, 28 "confusables": { "filterType": "exclude" }, 29 "curr_tree": { "filterType": "exclude" }, 30 "lang_tree": { "filterType": "exclude" }, 31 "locales_tree": { "filterType": "exclude" }, 34 "rbnf_tree": { "filterType": "exclude" }, 35 "rbnf_index": { "filterType": "exclude" }, 36 "region_tree": { "filterType": "exclude" }, [all …]
|
/third_party/protobuf/python/ |
D | MANIFEST.in | 2 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 10 recursive-exclude google *_test.py 11 recursive-exclude google *_test.proto 12 recursive-exclude google unittest*_pb2.py 14 global-exclude *.dll 15 global-exclude *.pyc 16 global-exclude *.pyo [all …]
|
/third_party/vk-gl-cts/scripts/ |
D | build_android_mustpass.py | 26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists,… 59 exclude("egl-test-issues.txt"), 60 exclude("egl-manual-robustness.txt"), 61 exclude("egl-driver-issues.txt"), 62 exclude("egl-temp-excluded.txt")] 84 exclude("gles2-test-issues.txt"), 85 exclude("gles2-failures.txt"), 86 exclude("gles2-temp-excluded.txt"), 110 filters = MASTER_GLES2_COMMON_FILTERS + [exclude("gles2-master-2020-03-01.txt")], 116 exclude("gles3-hw-issues.txt"), [all …]
|
/third_party/rust/crates/clap/tests/builder/ |
D | indices.rs | 8 Arg::new("exclude") in indices_mult_opts() 24 m.indices_of("exclude").unwrap().collect::<Vec<_>>(), in indices_mult_opts() 35 Arg::new("exclude") in index_mult_opts() 50 assert_eq!(m.index_of("exclude"), Some(2)); in index_mult_opts() 58 .arg(Arg::new("exclude").short('e').action(ArgAction::SetTrue)) in index_flag() 63 assert_eq!(m.index_of("exclude"), Some(1)); in index_flag() 71 .arg(Arg::new("exclude").short('e').action(ArgAction::SetTrue)) in index_flags() 76 assert_eq!(m.index_of("exclude"), Some(4)); in index_flags() 84 .arg(Arg::new("exclude").short('e').action(ArgAction::SetTrue)) in indices_mult_flags() 89 assert_eq!(m.indices_of("exclude").unwrap().collect::<Vec<_>>(), [4]); in indices_mult_flags() [all …]
|
/third_party/node/deps/npm/node_modules/require-directory/ |
D | index.js | 29 // if options.exclude is a RegExp, evaluate it and make sure the path doesn't pass 30 !(options.exclude && options.exclude instanceof RegExp && options.exclude.test(path)) && 32 // if options.exclude is a function, evaluate it and make sure the path doesn't pass 33 !(options.exclude && typeof options.exclude === 'function' && options.exclude(path, filename)) 68 // exclude empty directories
|
/third_party/icu/icu4j/main/classes/core/ |
D | build.xml | 39 <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 …]
|
/third_party/typescript/src/testRunner/unittests/config/ |
D | convertTypeAcquisitionFromJson.ts | 59 exclude: ["0.js", "1.js"] 68 exclude: ["0.js", "1.js"] 82 exclude: ["0.js", "1.js"] 91 exclude: ["0.js", "1.js"] 110 exclude: [] 132 exclude: [] 151 exclude: [] 165 exclude: ["0.js"] 173 exclude: ["0.js"] 186 exclude: [] [all …]
|
D | tsconfigParsing.ts | 94 "exclude": [ 95 // Exclude d.ts 98 }`, { config: { exclude: ["file.d.ts"] } }); 105 "exclude": [ 108 }`, { config: { exclude: ["file.d.ts"] } }); 114 "exclude": [ 117 }`, { config: { exclude: ["xx//file.d.ts"] } }); 120 "exclude": [ 123 }`, { config: { exclude: ["xx/*file.d.ts*/"] } }); 129 "exclude": [ [all …]
|
/third_party/rust/crates/signal-hook/ |
D | ci-check.sh | 11 cargo build --all --exclude signal-hook-async-std --exclude signal-hook-tokio 19 # which isn't available for windows. So exclude them 23 …EXCLUDE_FROM_BUILD="--exclude signal-hook-mio --exclude signal-hook-tokio --exclude signal-hook-as…
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | build_mustpass.py | 28 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists 162 exclude("gles3-multisample-issues.txt")]), 173 exclude("gles3-pixelformat-issues.txt")]), 233 exclude("egl-test-issues.txt"), 234 exclude("egl-internal-api-tests.txt"), 235 exclude("egl-driver-issues.txt") 249 exclude("gles2-test-issues.txt"), 250 exclude("gles2-spec-issues.txt"), 251 exclude("gles2-driver-issues.txt"), 252 exclude("gles2-hw-issues.txt") [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeConstraints.types | 14 function f1<T extends { a: string, b: string }>(obj: Pick<T, Exclude<keyof T, 'a'>>) { 15 >f1 : <T extends { a: string; b: string; }>(obj: Pick<T, Exclude<keyof T, 'a'>>) => void 18 >obj : Pick<T, Exclude<keyof T, "a">> 22 >obj : Pick<T, Exclude<keyof T, "a">> 64 function f4<T extends { a: string, b: string }>(obj: Record<Exclude<keyof T, 'b'> | 'c', string>) { 65 >f4 : <T extends { a: string; b: string; }>(obj: Record<Exclude<keyof T, 'b'> | 'c', string>) => vo… 68 >obj : Record<"c" | Exclude<keyof T, "b">, string> 72 >obj : Record<"c" | Exclude<keyof T, "b">, string> 77 >obj : Record<"c" | Exclude<keyof T, "b">, string>
|
D | conditionalTypesSimplifyWhenTrivial.types | 3 >fn1 : <Params>(params: Pick<Params, Exclude<keyof Params, never>>) => Params 4 …arams>( params: Pick<Params, Exclude<keyof Params, never>>,): Params => params : <Params>(param… 6 params: Pick<Params, Exclude<keyof Params, never>>, 7 >params : Pick<Params, Exclude<keyof Params, never>> 10 >params : Pick<Params, Exclude<keyof Params, never>> 12 function fn2<T>(x: Exclude<T, never>) { 13 >fn2 : <T>(x: Exclude<T, never>) => void 14 >x : Exclude<T, never> 18 >x : Exclude<T, never> 22 >x : Exclude<T, never>
|
/third_party/python/Lib/distutils/tests/ |
D | test_filelist.py | 18 exclude xo 23 global-exclude *.tmp 25 recursive-exclude global *.x 192 for action in ('include', 'exclude', 'global-include', 193 'global-exclude', 'recursive-include', 194 'recursive-exclude', 'graft', 'prune', 'blarg'): 210 # exclude 214 file_list.process_template_line('exclude *.py') 218 file_list.process_template_line('exclude *.rb') 234 # global-exclude [all …]
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | filterrb.h | 49 EXCLUDE enumerator 61 * EXCLUDE = reject the whole subtree 89 * included: EXCLUDE 100 * included: EXCLUDE 104 * included: EXCLUDE 117 * included: EXCLUDE 126 * included: EXCLUDE 157 * EXCLUDE = this path exactly matches a "-" rule
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | filterrb.h | 49 EXCLUDE enumerator 61 * EXCLUDE = reject the whole subtree 89 * included: EXCLUDE 100 * included: EXCLUDE 104 * included: EXCLUDE 117 * included: EXCLUDE 126 * included: EXCLUDE 157 * EXCLUDE = this path exactly matches a "-" rule
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | filterrb.h | 49 EXCLUDE enumerator 61 * EXCLUDE = reject the whole subtree 89 * included: EXCLUDE 100 * included: EXCLUDE 104 * included: EXCLUDE 117 * included: EXCLUDE 126 * included: EXCLUDE 157 * EXCLUDE = this path exactly matches a "-" rule
|
/third_party/skia/third_party/externals/tint/tools/src/glob/ |
D | glob.go | 67 // Each path pattern is considered in turn to either include or exclude the 83 // { "exclude": [ "out/*", "build/*" ] }, 122 // cond is the value to return if the rule doesn't either include or exclude. 130 // { "include": [ ... ] } or { "exclude": [ ... ] } 134 Exclude []string 146 case len(rule.Include) > 0 && len(rule.Exclude) > 0: 147 return fmt.Errorf("Rule cannot contain both include and exclude") 165 case len(rule.Exclude) > 0: 166 tests := make([]match.Test, len(rule.Exclude)) 167 for i, pattern := range rule.Exclude {
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | PrefixTree.java | 69 * paths in "exclude". For example: 79 * <p>Caveat: In cases where the {@code include} and {@code exclude} ranges overlap, the shortest 87 public static PrefixTree minimal(RangeTree include, RangeTree exclude, int minLength) { in minimal() argument 88 checkArgument(include.intersect(exclude).isEmpty(), "ranges must be disjoint"); in minimal() 97 exclude = exclude.subtract(prefix.retainFrom(exclude)); in minimal() 103 if (prefix.isIdentity() || exclude.isEmpty()) { in minimal() 104 // Either we already accept anything, or there is nothing to exclude. in minimal() 108 root, RangeSpecification.empty(), exclude.getInitial(), RangeTree.empty(), minLength); in minimal() 297 * longer overlaps with the exclude paths, it is added to the result. Paths are also added to 301 DfaNode node, RangeSpecification path, DfaNode exclude, RangeTree minimal, int minLength) { in recursivelyMinimize() argument [all …]
|
/third_party/icu/ |
D | data_filter.json | 10 "confusables" : "exclude", 11 "conversion_mappings" : "exclude", 12 "normalization" : "exclude", 13 "stringprep" : "exclude",
|
/third_party/python/Tools/nuget/ |
D | pythondaily.symbols.nuspec | 14 <file src="python*.dll" target="tools" exclude="*_d*" /> 15 <file src="python*.exe" target="tools" exclude="*_d*" /> 16 <file src="python*.pdb" target="tools" exclude="*_d*" /> 17 …<file src="*.pdb" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshel… 18 …<file src="*.pyd" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshel…
|
/third_party/node/deps/npm/lib/search/ |
D | package-filter.js | 4 function filter (data, include, exclude, opts) { argument 6 filterWords(data, include, exclude, opts) 23 function filterWords (data, include, exclude, opts) { argument 28 for (i = 0, l = exclude.length; i < l; i++) { 29 if (match(words, exclude[i])) return false
|
/third_party/skia/third_party/externals/angle2/build_overrides/ |
D | gtest.gni | 7 # Exclude support for registering main function in multi-process tests. 10 # Exclude support for platform-specific operations across unit tests. 13 # Exclude support for testing Objective C code on OS X and iOS. 16 # Exclude support for flushing coverage files on iOS.
|
/third_party/flutter/skia/third_party/externals/angle2/build_overrides/ |
D | gtest.gni | 7 # Exclude support for registering main function in multi-process tests. 10 # Exclude support for platform-specific operations across unit tests. 13 # Exclude support for testing Objective C code on OS X and iOS. 16 # Exclude support for flushing coverage files on iOS.
|