/external/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 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/deqp/scripts/ |
D | build_android_mustpass.py | 26 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"), 351 exclude("egl-temp-excluded.txt")] 373 exclude("gles2-test-issues.txt"), 374 exclude("gles2-failures.txt"), [all …]
|
D | run_nightly.py | 87 …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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ |
D | module.modulemap | 23 exclude header "CodeGen/LinkAllAsmWriterComponents.h" 24 exclude header "CodeGen/LinkAllCodegenComponents.h" 88 exclude header "DebugInfo/PDB/DIA/DIADataStream.h" 89 exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h" 90 exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h" 91 exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h" 92 exclude header "DebugInfo/PDB/DIA/DIAEnumSectionContribs.h" 93 exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h" 94 exclude header "DebugInfo/PDB/DIA/DIAEnumSymbols.h" 95 exclude header "DebugInfo/PDB/DIA/DIAEnumTables.h" [all …]
|
/external/deqp/external/vulkancts/scripts/ |
D | build_mustpass.py | 31 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists,… 82 exclude("waivers.txt")]), 94 exclude("waivers.txt")]), 105 exclude("waivers.txt")]), 116 exclude("test-issues.txt"), 117 exclude("excluded-tests.txt"), 118 exclude("android-tests.txt"), 119 exclude("waivers.txt")]), 122 exclude("test-issues.txt"), 123 exclude("excluded-tests.txt"), [all …]
|
/external/deqp/external/openglcts/scripts/ |
D | build_mustpass.py | 28 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists 154 exclude("gles3-multisample-issues.txt")]), 164 exclude("gles3-pixelformat-issues.txt")]), 223 exclude("egl-test-issues.txt"), 224 exclude("egl-internal-api-tests.txt"), 225 exclude("egl-driver-issues.txt") 239 exclude("gles2-test-issues.txt"), 240 exclude("gles2-spec-issues.txt"), 241 exclude("gles2-driver-issues.txt"), 242 exclude("gles2-hw-issues.txt") [all …]
|
/external/yapf/yapf/yapflib/ |
D | file_resources.py | 74 def GetCommandLineFiles(command_line_file_list, recursive, exclude): argument 76 return _FindPythonFiles(command_line_file_list, recursive, exclude) 115 def _FindPythonFiles(filenames, recursive, exclude): argument 117 if exclude and any(e.startswith('./') for e in exclude): 122 if filename != '.' and exclude and IsIgnored(filename, exclude): 129 if dirpath != '.' and exclude and IsIgnored(dirpath, exclude): 136 if exclude and IsIgnored(filepath, exclude): 149 def IsIgnored(path, exclude): argument 154 return any(fnmatch.fnmatch(path, e.rstrip('/')) for e in exclude)
|
/external/e2fsprogs/util/ |
D | gen-tarball.in | 10 exclude=/tmp/exclude$$ 41 -print) > $exclude 42 sed -e "s;^;$base_e2fsprogs/;" < $srcdir/all.exclude >> $exclude 45 tar -c -f - -X $exclude --sort=name --owner=0 --group=0 \ 50 rm -f "$exclude"
|
/external/grpc-grpc-java/core/ |
D | build.gradle | 12 exclude group: 'com.google.code.findbugs', module: 'jsr305' 14 exclude group: 'com.google.guava', module: 'guava' 16 exclude group: 'io.grpc', module: 'grpc-context' 20 exclude group: 'com.google.code.findbugs', module: 'jsr305' 22 exclude group: 'io.grpc', module: 'grpc-context' 24 exclude group: 'com.google.guava', module: 'guava' 38 exclude 'io/grpc/Internal?*.java' 39 exclude 'io/grpc/internal/**'
|
/external/llvm/include/llvm/ |
D | module.modulemap | 22 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/cldr/tools/java/org/unicode/cldr/tool/ |
D | SearchCLDR.java | 96 Output<Boolean> exclude = new Output<Boolean>(); in main() local 99 pathMatcher = getMatcher(myOptions.get("path").getValue(), exclude); in main() 100 Boolean pathExclude = exclude.value; in main() 102 Set<Level> levelMatcher = getEnumMatcher(myOptions.get("level").getValue(), exclude); in main() 104 Matcher valueMatcher = getMatcher(myOptions.get("value").getValue(), exclude); in main() 105 Boolean valueExclude = exclude.value; in main() 248 private static Matcher getMatcher(String property, Output<Boolean> exclude) { in getMatcher() argument 249 exclude.value = false; in getMatcher() 254 exclude.value = true; in getMatcher() 260 private static Set<Level> getEnumMatcher(String property, Output<Boolean> exclude) { in getEnumMatcher() argument [all …]
|
D | SearchXml.java | 94 Output<Boolean> exclude = new Output<Boolean>(); in main() local 95 fileMatcher = getMatcher(myOptions.get("file").getValue(), exclude); in main() 96 fileExclude = exclude.value; in main() 98 pathMatcher = getMatcher(myOptions.get("path").getValue(), exclude); in main() 99 pathExclude = exclude.value; in main() 101 levelMatcher = getMatcher(myOptions.get("level").getValue(), exclude); in main() 102 levelExclude = exclude.value; in main() 104 valueMatcher = getMatcher(myOptions.get("value").getValue(), exclude); in main() 105 valueExclude = exclude.value; in main() 180 private static Matcher getMatcher(String property, Output<Boolean> exclude) { in getMatcher() argument [all …]
|
/external/python/setuptools/setuptools/command/ |
D | install_lib.py | 91 exclude = self.get_exclusions() 93 if not exclude: 104 if dst in exclude: 118 exclude = self.get_exclusions() 119 if exclude: 120 return [f for f in outputs if f not in exclude]
|
/external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ |
D | firmware_Cr50ConsoleCommands.py | 158 self.exclude = [] 159 for prop, include, exclude in self.BOARD_PROPERTIES: 162 if exclude: 163 self.exclude.append(exclude) 165 self.exclude.append(include) 171 self.exclude.append('prepvt') 173 self.exclude.append('mp') 207 for label in self.exclude:
|
/external/conscrypt/platform/ |
D | build.gradle | 95 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/python/cpython3/Doc/distutils/ |
D | commandref.rst | 66 | :command:`exclude pat1 pat2 ...` | exclude all files matching any of the listed | 72 | :command:`recursive-exclude dir pat1 pat2 | exclude all files under *dir* matching any of | 78 | :command:`global-exclude pat1 pat2 ...` | exclude all files anywhere in the source tree | 81 | :command:`prune dir` | exclude all files under *dir* |
|
/external/pcre/dist2/ |
D | RunGrepTest | 253 (cd $srcdir; $valgrind $vjs $pcre2grep -L -r --include=grepinputx --include grepinput8 --exclude-di… 257 … $pcre2grep -L -r --include=grepinput --exclude 'grepinput$' --exclude=grepinput8 --exclude=grepin… 505 (cd $srcdir; $valgrind $vjs $pcre2grep --file-list ./testdata/grepfilelist --exclude grepinputv "fo… 509 …; $valgrind $vjs $pcre2grep -L -r --include-dir=testdata --exclude '^(?!grepinput)' --exclude=grep… 515 …vjs $pcre2grep -L -r --include=grepinput --exclude=grepinputM --exclude-from $builddir/testtemp1gr… 521 …js $pcre2grep -L -r --exclude=grepinput3 --exclude=grepinputM --include=grepinput --exclude-from $… 527 … --include grepinput --exclude=grepinputM --exclude-from $builddir/testtemp1grep --exclude-from=$b… 597 (cd $srcdir; $valgrind $vjs $pcre2grep --exclude=grepinputM -th 'the' testdata/grepinput*) >>testtr…
|
/external/bcc/SPECS/ |
D | bcc+clang.spec | 91 %exclude /usr/share/bcc/examples/*.pyc 92 %exclude /usr/share/bcc/examples/*.pyo 93 %exclude /usr/share/bcc/examples/*/*.pyc 94 %exclude /usr/share/bcc/examples/*/*.pyo 95 %exclude /usr/share/bcc/examples/*/*/*.pyc 96 %exclude /usr/share/bcc/examples/*/*/*.pyo
|
/external/walt/android/WALT/app/ |
D | build.gradle | 43 exclude module: 'hamcrest-core' 44 exclude module: 'objenesis' 47 exclude module: 'hamcrest-core' 48 exclude module: 'objenesis'
|
/external/yapf/yapftests/ |
D | file_resources_test.py | 95 [file1, file2], recursive=False, exclude=None), [file1, file2]) 98 [file1, file2], recursive=True, exclude=None), [file1, file2]) 112 exclude=None) 128 [self.test_tmpdir], recursive=True, exclude=None)), 145 [self.test_tmpdir], recursive=True, exclude=['*test*3.py'])), 163 [self.test_tmpdir], recursive=True, exclude=['*.test1*']) 201 exclude=['*.test1*']) 231 exclude=[ 240 ['.'], recursive=True, exclude=[ 249 file_resources.GetCommandLineFiles([], False, exclude=['./z'])
|
/external/google-breakpad/src/build/ |
D | filename_rules.gypi | 33 ['exclude', '(^|/)windows/'], 38 ['exclude', '(^|/)linux/'], 43 ['exclude', '(^|/)mac/'], 48 ['exclude', '(^|/)android/'], 53 ['exclude', '(^|/)solaris/'],
|
/external/python/cpython2/Lib/ctypes/test/ |
D | __init__.py | 61 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/python/oauth2client/ |
D | tox.ini | 61 --exclude-dir=oauth2client/contrib/django_util \ 62 --exclude-dir=tests/contrib/django_util \ 65 nose-exclude 77 --exclude-dir=oauth2client/contrib/django_util \ 78 --exclude-dir=tests/contrib/django_util \ 82 nose-exclude 166 exclude = .tox,.git,./*.egg,build, key
|
/external/autotest/frontend/tko/ |
D | models.py | 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 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/skia/ |
D | public.bzl | 43 srcs: struct(include=[], exclude=[]) 45 Equivalent of glob(srcs.include, exclude=srcs.exclude) 48 if hasattr(srcs, "exclude"): 49 return native.glob(srcs.include, exclude = srcs.exclude) 67 exclude = [ 219 exclude = [ 251 # Currently exclude all vulkan specific files 272 exclude = ["src/codec/SkWuffsCodec.cpp", "src/codec/*Raw*.cpp"] 274 exclude += [ 279 …ive.glob(["src/codec/*.cpp", "third_party/etc1/*.cpp", "third_party/gif/*.cpp"], exclude = exclude) [all …]
|