HomeSort by relevance Sort by last modified time
    Searched refs:exclude (Results 1 - 25 of 43) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
gendef.pl 16 if ( not $exclude{$1} ) {
  /external/e2fsprogs/util/
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) \
  /external/icu4c/tools/gendraft/
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 writeFile($deprecatedFile, $deprecatedHeaderName, $destDir, $deprecatedAppend, $deprecatedDefine, \%exclude);
87 writeFile($obsoleteFile, $obsoleteHeaderName, $destDir, $obsoleteAppend, $obsoleteDefine, \%exclude);
    [all...]
Makefile 18 EXCLUDE=$(srcdir)/exclude.txt
34 perl ./genheaders.pl --srcdir=$(DOCDIR) --destdir=$(COMMONHDR) --version=$(VERSION) --exclusion-list=$(EXCLUDE)
  /development/tools/idegen/src/
Excludes.java 21 * Decides whether or not to exclude certain paths.
37 public boolean exclude(String path) { method in class:Excludes
Configuration.java 151 if (!excludes.exclude(path)) {
162 if (excludes.exclude(path)) {
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
lighttpd.conf 41 static-file.exclude-extensions = ( ".php", ".pl", ".cgi" )
  /bionic/libdl/
Android.mk 9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
16 # DO NOT REMOVE --exclude-libs!
18 LOCAL_LDFLAGS := -Wl,--exclude-libs=libgcc.a
20 # for x86, exclude libgcc_eh.a for the same reasons as above
23 LOCAL_LDFLAGS += -Wl,--exclude-libs=libgcc_eh.a
  /external/e2fsprogs/resize/
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-fil
    [all...]
  /external/webkit/JavaScriptCore/profiler/
Profile.h 50 void exclude(const ProfileNode*);
Profile.cpp 82 void Profile::exclude(const ProfileNode* profileNode) function in class:JSC::Profile
90 currentNode->exclude(callIdentifier);
ProfileNode.cpp 251 void ProfileNode::exclude(const CallIdentifier& callIdentifier) function in class:JSC::ProfileNode
ProfileNode.h 118 void exclude(const CallIdentifier&);
  /external/webkit/WebCore/inspector/
JavaScriptProfile.cpp 106 static JSValueRef exclude(JSContextRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* /*exception*/) function in namespace:WebCore
118 profile->exclude(static_cast<ProfileNode*>(JSObjectGetPrivate(const_cast<JSObjectRef>(arguments[0]))));
152 { "exclude", exclude, kJSPropertyAttributeNone },
  /sdk/traceview/src/com/android/traceview/
Selection.java 39 public static Selection exclude(String name, Object value) { method in class:Selection
40 return new Selection(Action.Exclude, name, value);
68 Highlight, Include, Exclude, Aggregate
  /external/webkit/WebCore/inspector/front-end/
TopDownProfileDataGridTree.js 91 exclude: function(/*ProfileDataGridNode*/ profileDataGrideNode)
BottomUpProfileDataGridTree.js 235 exclude: function(/*ProfileDataGridNode*/ profileDataGridNode)
ProfileView.js 73 this.excludeButton = new WebInspector.StatusBarButton(WebInspector.UIString("Exclude selected function."), "exclude-profile-node-status-bar-item");
481 this.profileDataGridTree.exclude(selectedNode);
  /external/webkit/WebKit/mac/WebView/
WebFramePrivate.h 93 - (void)_setExcludeFromTextSearch:(bool)exclude;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java     [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 301 def __init__ (self, events, exclude=True):
303 self.exclude = exclude
306 return not self.exclude
307 return self.exclude
310 def __init__ (self, notes, exclude=True):
312 self.exclude = exclude
316 return not self.exclude
317 return self.exclude
    [all...]
  /external/icu4c/data/mappings/
ucmfiles.mk 24 # If you are planning to exclude EBCDIC mappings in you data then please delete
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 173 exclude = ['deleted', 'username'] variable in class:UserFriendsForm.Meta
  /external/v8/benchmarks/
raytrace.js 711 testIntersection: function(ray, scene, exclude){
719 if(shape != exclude){
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 706 testIntersection: function(ray, scene, exclude){
714 if(shape != exclude){

Completed in 725 milliseconds

1 2