/external/chromium_org/build/ |
D | filename_rules.gypi | 12 'sources/': [ ['exclude', '_win(_browsertest|_unittest)?\\.(h|cc)$'], 13 ['exclude', '(^|/)win/'], 14 ['exclude', '(^|/)win_[^/]*\\.(h|cc)$'] ], 17 'sources/': [ ['exclude', '_(cocoa|mac)(_unittest)?\\.(h|cc|mm?)$'], 18 ['exclude', '(^|/)(cocoa|mac)/'] ], 21 'sources/': [ ['exclude', '_ios(_unittest)?\\.(h|cc|mm?)$'], 22 ['exclude', '(^|/)ios/'] ], 25 'sources/': [ ['exclude', '\\.mm?$' ] ], 27 # Do not exclude the linux files on *BSD since most of them can be 34 ['exclude', '_linux(_unittest)?\\.(h|cc)$'], [all …]
|
/external/icu4c/tools/gendraft/ |
D | genheaders.pl | 61 "--exclusion-list=s" => \$exclude, 68 usage() unless defined $exclude; 77 $excludeFH = IO::File->new($exclude,"r") 78 or die "could not open the file $exclude for reading: $! \n"; 79 my %exclude; 84 $exclude{$line}="EXCLUDE"; 87 writeFile($draftFile, $draftHeaderName, $destDir, $draftAppend, $draftDefine, \%exclude); 88 …$deprecatedFile, $deprecatedHeaderName, $destDir, $deprecatedAppend, $deprecatedDefine, \%exclude); 89 …iteFile($obsoleteFile, $obsoleteHeaderName, $destDir, $obsoleteAppend, $obsoleteDefine, \%exclude); 90 writeFile($systemFile, $systemHeaderName, $destDir, $systemAppend, $systemDefine, \%exclude); [all …]
|
/external/chromium_org/third_party/icu/source/tools/gendraft/ |
D | genheaders.pl | 61 "--exclusion-list=s" => \$exclude, 68 usage() unless defined $exclude; 77 $excludeFH = IO::File->new($exclude,"r") 78 or die "could not open the file $exclude for reading: $! \n"; 79 my %exclude; 84 $exclude{$line}="EXCLUDE"; 87 writeFile($draftFile, $draftHeaderName, $destDir, $draftAppend, $draftDefine, \%exclude); 88 …$deprecatedFile, $deprecatedHeaderName, $destDir, $deprecatedAppend, $deprecatedDefine, \%exclude); 89 …iteFile($obsoleteFile, $obsoleteHeaderName, $destDir, $obsoleteAppend, $obsoleteDefine, \%exclude); 90 writeFile($systemFile, $systemHeaderName, $destDir, $systemAppend, $systemDefine, \%exclude); [all …]
|
/external/chromium_org/third_party/skia/gyp/ |
D | gpu.gyp | 5 'sources/': [ ['exclude', '_win.(h|cpp)$'], 9 'sources/': [ ['exclude', '_mac.(h|cpp|m|mm)$'], 13 'sources/': [ ['exclude', '_unix.(h|cpp)$'], 17 'sources/': [ ['exclude', '_iOS.(h|cpp|m|mm)$'], 21 'sources/': [ ['exclude', '_android.(h|cpp)$'], 25 'sources/': [ ['exclude', '_nacl.(h|cpp)$'], 31 ['exclude', '.*'], 34 ['exclude', '.*'], 37 ['exclude', '.*'], 41 ['exclude', '.*'], [all …]
|
/external/skia/gyp/ |
D | gpu.gyp | 5 'sources/': [ ['exclude', '_win.(h|cpp)$'], 9 'sources/': [ ['exclude', '_mac.(h|cpp|m|mm)$'], 13 'sources/': [ ['exclude', '_unix.(h|cpp)$'], 17 'sources/': [ ['exclude', '_iOS.(h|cpp|m|mm)$'], 21 'sources/': [ ['exclude', '_android.(h|cpp)$'], 25 'sources/': [ ['exclude', '_nacl.(h|cpp)$'], 31 ['exclude', '.*'], 34 ['exclude', '.*'], 37 ['exclude', '.*'], 41 ['exclude', '.*'], [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | blink_platform.gyp | 186 ['exclude', '(cf|cg|harfbuzz|mac|opentype|win)/'], 187 ['exclude', '(?<!Chromium)(CF|CG|Mac|Win)\\.(cpp|mm?)$'], 191 ['exclude', 'graphics/cpu/arm/.*NEON\\.(cpp|h)'], 192 ['exclude', 'graphics/cpu/arm/filters/.*NEON\\.(cpp|h)'], 216 ['exclude', 'Harfbuzz[^/]+\\.(cpp|h)$'], 232 ['exclude', 'text/LocaleICU\\.(cpp|h)$'], 237 ['exclude', 'KillRingNone\\.cpp$'], 248 # the specific exclusions in the "exclude" list below. 261 ['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], 262 ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'], [all …]
|
/external/oprofile/libutil++/ |
D | path_filter.cpp | 29 cit = find_if(exclude.begin(), exclude.end(), in match() 31 if (cit != exclude.end()) in match() 43 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(base)); in match() 44 if (cit != exclude.end()) in match()
|
D | string_filter.cpp | 23 exclude(separate_token(exclude_patterns, ',')) in string_filter() 31 exclude(exclude_patterns) in string_filter() 40 cit = find(exclude.begin(), exclude.end(), str); in match() 41 if (cit != exclude.end()) in match()
|
D | glob_filter.cpp | 30 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(str)); in match() 31 if (cit != exclude.end()) in match()
|
/external/e2fsprogs/util/ |
D | gen-tarball.in | 10 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/chromium_org/skia/ |
D | skia_common.gypi | 16 ['exclude', '_android\\.(cc|cpp)$'], 26 ['exclude', '_ios\\.(cc|cpp|mm?)$'], 31 ['exclude', '_mac\\.(cc|cpp|mm?)$'], 35 'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ], 38 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], 41 'sources/': [ ['exclude', '_cairo\\.(cc|cpp)$'] ],
|
/external/chromium/chrome/browser/ui/views/ |
D | dropdown_bar_host.cc | 286 Path::Point exclude[4]; in UpdateWindowEdges() local 287 exclude[0].x = max_x - difference; // Top left corner. in UpdateWindowEdges() 288 exclude[0].y = 0; in UpdateWindowEdges() 290 exclude[1].x = max_x; // Top right corner. in UpdateWindowEdges() 291 exclude[1].y = 0; in UpdateWindowEdges() 293 exclude[2].x = max_x; // Bottom right corner. in UpdateWindowEdges() 294 exclude[2].y = max_y; in UpdateWindowEdges() 296 exclude[3].x = max_x - difference; // Bottom left corner. in UpdateWindowEdges() 297 exclude[3].y = max_y; in UpdateWindowEdges() 300 gfx::Path exclude_path(exclude, arraysize(exclude)); in UpdateWindowEdges()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | dropdown_bar_host.cc | 320 Path::Point exclude[4]; in UpdateWindowEdges() local 321 exclude[0].x = max_x - difference; // Top left corner. in UpdateWindowEdges() 322 exclude[0].y = 0; in UpdateWindowEdges() 324 exclude[1].x = max_x; // Top right corner. in UpdateWindowEdges() 325 exclude[1].y = 0; in UpdateWindowEdges() 327 exclude[2].x = max_x; // Bottom right corner. in UpdateWindowEdges() 328 exclude[2].y = max_y; in UpdateWindowEdges() 330 exclude[3].x = max_x - difference; // Bottom left corner. in UpdateWindowEdges() 331 exclude[3].y = max_y; in UpdateWindowEdges() 334 gfx::Path exclude_path(exclude, arraysize(exclude)); in UpdateWindowEdges()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | core.gyp | 450 ['exclude', 'accessibility/'], 559 ['exclude', 'Android\\.cpp$'], 589 ['exclude', '(cf|cg|harfbuzz|mac|opentype|svg|win)/'], 590 ['exclude', '(?<!Chromium)(CF|CG|Mac|Win)\\.(cpp|mm?)$'], 593 ['exclude', 'platform/Theme\\.cpp$'], 598 ['exclude', 'Linux\\.cpp$'], 603 ['exclude', 'platform/chromium/KeyCodeConversionGtk\\.cpp$'], 624 # the specific exclusions in the "exclude" list below. 637 ['exclude', 'Posix\\.cpp$'], 641 ['exclude', 'Win\\.cpp$'], [all …]
|
/external/e2fsprogs/resize/ |
D | Makefile.in | 121 $(top_srcdir)/.exclude-file: 125 | sed -e "s/e2fsprogs/$$a/" > $(top_srcdir)/.exclude-file 126 echo "$(SRCROOT)/build" >> $(top_srcdir)/.exclude-file 127 echo "$(SRCROOT)/rpm.log" >> $(top_srcdir)/.exclude-file 128 echo "$(SRCROOT)/powerquest" >> $(top_srcdir)/.exclude-file 129 echo "$(SRCROOT)/.exclude-file" >> $(top_srcdir)/.exclude-file 131 >> $(top_srcdir)/.exclude-file 133 >> $(top_srcdir)/.exclude-file 135 source_tar_file: $(top_srcdir)/.exclude-file 138 -X $$a/.exclude-file $$a | \ [all …]
|
/external/mockito/ |
D | update_source.sh | 41 for exclude in ${EXCLUDE}; do 42 echo "Excluding $exclude" 43 rm -r $exclude
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/ |
D | SunSpider.make | 2 …xcopy /exclude:$(SRCROOT)\xcopy.excludes "$(SRCROOT)\tests" "$(DSTROOT)\AppleInternal\tests\SunSpi… 3 …xcopy /exclude:$(SRCROOT)\xcopy.excludes "$(SRCROOT)\resources" "$(DSTROOT)\AppleInternal\tests\Su… 4 …xcopy /exclude:$(SRCROOT)\xcopy.excludes "$(SRCROOT)\sunspider" "$(DSTROOT)\AppleInternal\tests\Su…
|
/external/chromium_org/tools/gyp/test/variables/filelist/src/ |
D | filelist.gyp | 25 ['exclude', 'Sch.*'], 27 ['exclude', 'Jer.*'], 69 ['exclude', 'Sch.*'], 71 ['exclude', 'Jer.*'],
|
/external/chromium_org/build/android/pylib/utils/ |
D | findbugs.py | 81 def _Run(exclude, known_bugs, classes_to_analyze, auxiliary_classes, argument 121 if exclude: 122 cmd = '%s -exclude %s ' % (cmd, os.path.abspath(exclude)) 147 if options.exclude: 148 exclude_file = options.exclude
|
/external/chromium_org/webkit/common/ |
D | webkit_common.gyp | 68 'sources/': [['exclude', '_x11\\.cc$']], 87 'sources/': [['exclude', '_mac\\.(cc|mm)$']], 96 'sources/': [['exclude', '_win\\.cc$']], 100 'sources/': [['exclude', '_posix\\.cc$']],
|
/external/llvm/utils/lit/ |
D | MANIFEST.in | 3 global-exclude *pyc 4 global-exclude *~
|
/external/antlr/antlr-3.4/runtime/Perl5/ |
D | Makefile.PL | 9 --exclude=blib \ 10 --exclude='*~' \
|
/external/chromium_org/base/ |
D | base.gypi | 719 ['exclude', '^nix/'], 773 ['exclude', '^metrics/'], 835 ['exclude', '^process/.*'], 852 ['exclude', '_ios(_unittest)?\\.(h|cc|mm?)$'], 853 ['exclude', '(^|/)ios/'], 861 # For now, just test the *BSD platforms enough to exclude them. 864 'sources/': [ ['exclude', '_freebsd\\.cc$'] ], 868 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], 872 'sources/': [ ['exclude', '^win/'] ], 876 'sources/': [ ['exclude', '^android/'] ], [all …]
|
/external/chromium_org/third_party/WebKit/Source/ |
D | config.gyp | 59 ['exclude', 'Posix\\.cpp$'], 63 ['exclude', 'Win\\.cpp$'], 68 ['exclude', 'Mac\\.mm$'], 73 ['exclude', 'Gtk\\.cpp$'] 78 ['exclude', 'Android\\.cpp$'],
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | wtf.gyp | 121 ['exclude', 'ThreadIdentifierDataPthreads\\.(h|cpp)$'], 122 ['exclude', 'ThreadingPthreads\\.cpp$'], 141 ['exclude', 'Win\\.cpp$'], 153 ['exclude', 'CF\\.cpp$'], 154 ['exclude', 'Mac\\.mm$'], 156 ['exclude', 'TC.*\\.(cpp|h)$'],
|