/external/chromium/third_party/icu/source/tools/gendraft/ |
D | genheaders.pl | 60 "--exclusion-list=s" => \$exclude, 66 usage() unless defined $exclude; 75 $excludeFH = IO::File->new($exclude,"r") 76 or die "could not open the file $exclude for reading: $! \n"; 77 my %exclude; 82 $exclude{$line}="EXCLUDE"; 85 writeFile($draftFile, $draftHeaderName, $destDir, $draftAppend, $draftDefine, \%exclude); 86 …$deprecatedFile, $deprecatedHeaderName, $destDir, $deprecatedAppend, $deprecatedDefine, \%exclude); 87 …iteFile($obsoleteFile, $obsoleteHeaderName, $destDir, $obsoleteAppend, $obsoleteDefine, \%exclude); 88 writeFile($systemFile, $systemHeaderName, $destDir, $systemAppend, $systemDefine, \%exclude); [all …]
|
D | Makefile | 18 EXCLUDE=$(srcdir)/exclude.txt
|
/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 …]
|
D | Makefile | 18 EXCLUDE=$(srcdir)/exclude.txt
|
/external/e2fsprogs/util/ |
D | gen-tarball.in | 10 exclude=/tmp/exclude 36 -print) | sed -e "s/^$base_e2fsprogs/$SRCROOT/" > $exclude 37 sed -e "s;^;$SRCROOT/;" < $srcdir/$list.exclude >> $exclude 41 (cd $top_srcdir/.. ; tar -c -h -v -f - -X $exclude $SRCROOT) \
|
D | all.exclude | 11 .exclude-file
|
D | subset.exclude | 10 .exclude-subset
|
/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/webkit/JavaScriptCore/JavaScriptCore.gyp/ |
D | JavaScriptCore.gyp | 112 # First exclude everything ... 113 ['exclude', '../'], 117 ['exclude', '/(gtk|glib)/.*\\.(cpp|h)$'], 118 ['exclude', '(Default|Gtk|Mac|None|Qt|Win|Wx)\\.(cpp|mm)$'], 119 ['exclude', 'wtf/CurrentTime\\.cpp$'], 120 ['exclude', 'wtf/TC.*\\.(cpp|h)$'], 137 ['exclude', 'ThreadIdentifierDataPthreads\\.(h|cpp)$'], 138 ['exclude', 'ThreadingPthreads\\.cpp$'], 178 # First exclude everything ... 179 ['exclude', '../'], [all …]
|
/external/webkit/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/webkit/WebCore/WebCore.gyp/ |
D | WebCore.gyp | 235 # Extra SVG bindings to exclude. 667 ['exclude', 'bindings/js'], 674 …['exclude', '(android|cairo|cf|cg|curl|gtk|haiku|linux|mac|opentype|posix|qt|soup|symbian|win|wx)/… 675 …['exclude', '(?<!Chromium)(Android|Cairo|CF|CG|Curl|Gtk|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|S… 679 ['exclude', 'svg/[^/]+\\.cpp$'], 683 ['exclude', 'inspector/JavaScript[^/]*\\.cpp$'], 685 # ENABLE_OFFLINE_WEB_APPLICATIONS, exclude most of webcore's impl 686 ['exclude', 'loader/appcache/'], 691 ['exclude', 'platform/sql/SQLiteFileSystem.cpp'], 692 ['exclude', 'storage/DatabaseTracker.cpp'], [all …]
|
/external/protobuf/ |
D | .gitignore | 1 # git-ls-files --others --exclude-from=.git/info/exclude 4 # exclude patterns (uncomment them if you want to use them):
|
/external/webkit/WebCore/inspector/ |
D | JavaScriptProfile.cpp | 106 static JSValueRef exclude(JSContextRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_… in exclude() function 118 …profile->exclude(static_cast<ProfileNode*>(JSObjectGetPrivate(const_cast<JSObjectRef>(arguments[0]… in exclude() 152 { "exclude", exclude, kJSPropertyAttributeNone }, in ProfileClass()
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 301 def __init__ (self, events, exclude=True): argument 303 self.exclude = exclude 306 return not self.exclude 307 return self.exclude 310 def __init__ (self, notes, exclude=True): argument 312 self.exclude = exclude 316 return not self.exclude 317 return self.exclude 320 def __init__ (self, channel, exclude=True): argument 322 self.exclude = exclude [all …]
|
/external/webkit/WebKit/chromium/ |
D | WebKit.gyp | 384 ['exclude', '/gtk/'], 385 ['exclude', '/x11/'], 386 ['exclude', '/linux/'], 394 ['exclude', 'Skia\\.cpp$'], 398 ['exclude', '/mac/'], 399 ['exclude', 'CG\\.cpp$'], 407 'sources/': [['exclude', '/win/']],
|
/external/webkit/JavaScriptCore/profiler/ |
D | Profile.cpp | 82 void Profile::exclude(const ProfileNode* profileNode) in exclude() function in JSC::Profile 90 currentNode->exclude(callIdentifier); in exclude()
|
D | Profile.h | 50 void exclude(const ProfileNode*);
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/ |
D | gendef.pl | 16 if ( not $exclude{$1} ) {
|
/external/chromium/base/ |
D | base.gypi | 282 ['exclude', '/xdg_user_dirs/'], 283 ['exclude', '_nss\.cc$'], 301 # For now, just test the *BSD platforms enough to exclude them. 304 'sources/': [ ['exclude', '_freebsd\\.cc$'] ], 308 'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
|
D | mac_util.mm | 253 bool SetFileBackupExclusion(const FilePath& file_path, bool exclude) { 257 // If being asked to exclude something in a tmp directory, just lie and say it 259 // temporary profiles used by unittests from being added to the exclude list. 289 CSBackupSetItemExcluded((CFURLRef)url, exclude, true) == noErr;
|
D | mac_util.h | 108 bool SetFileBackupExclusion(const FilePath& file_path, bool exclude);
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
D | lighttpd.conf | 41 static-file.exclude-extensions = ( ".php", ".pl", ".cgi" )
|
/external/webkit/WebCore/bridge/objc/ |
D | objc_class.mm | 119 // See if the class wants to exclude the selector from visibility in JavaScript. 171 // See if the class wants to exclude the selector from visibility in JavaScript. 212 // See if the class wants to exclude the selector from visibility in JavaScript.
|
/external/webkit/WebCore/inspector/front-end/ |
D | TopDownProfileDataGridTree.js | 91 exclude: function(/*ProfileDataGridNode*/ profileDataGrideNode) method in WebInspector.TopDownProfileDataGridTree
|
/external/webkit/WebKit/mac/WebView/ |
D | WebFramePrivate.h | 93 - (void)_setExcludeFromTextSearch:(bool)exclude;
|