Searched refs:filter (Results 226 - 250 of 1092) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIHazeFilterSample/
H A DMyHazeFilter.py51 filter = cls.alloc().init()
52 return filter
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomBrowser.h46 - (void) setFilter:(NSString *) filter;
47 - (NSString *) filter;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIHazeFilterSample/
H A DMyHazeFilter.py51 filter = cls.alloc().init()
52 return filter
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Ddelete.test34 $RSYNC -r --exclude=baz --filter=': filters' --delete-excluded "$fromdir/" "$todir/"
/macosx-10.9.5/ruby-104/ruby/test/mkmf/
H A Dtest_find_executable.rb19 stdout.filter {|s| s.sub(name, "<executable>")}
36 stdout.filter {|s| s.sub(name, "<executable>")}
H A Dbase.rb21 @filter = nil
29 STDOUT.print @filter ? @filter.call(@buffer) : @buffer
46 def filter(&block) method in class:Capture
47 @filter = block
/macosx-10.9.5/swig-10/Lib/
H A Dswigwarnings.swg121 * Warning filter feature
124 #define %_warnfilter(filter...) %feature("warnfilter",`filter`)
125 #define %warnfilter(filter...) %_warnfilter(filter)
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/include/
H A Dasl_private.h55 /* SPI to enable ASL filter tunneling using asl_set_filter() */
62 uint32_t filter; member in struct:__anon12660
77 uint32_t filter; member in struct:__aslclient
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dextfileselectiondialog.itk6 # differs from the Motif standard in that the filter and selection
60 method filter {}
119 $itk_component(fsb) component filter configure \
129 -command [itcl::code $itk_component(fsb) filter]
161 # METHOD: filter
165 itcl::body iwidgets::Extfileselectiondialog::filter {} {
166 return [$itk_component(fsb) filter]
173 # make the default button the filter and invoke. If not, just invoke.
H A Dfileselectiondialog.itk59 method filter {}
118 $itk_component(fsb) component filter configure \
128 -command [itcl::code $itk_component(fsb) filter]
160 # METHOD: filter
164 itcl::body iwidgets::Fileselectiondialog::filter {} {
165 return [$itk_component(fsb) filter]
172 # make the default button the filter and invoke. If not, just invoke.
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A Dmixplay.py17 snd1.play(filter=map1)
18 snd2.play(filter=map2)
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dmixplay.tcl12 set map1 [snack::filter map 1.0]
13 set map2 [snack::filter map 1.0]
16 s1 play -filter $::map1
17 s2 play -filter $::map2
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dkpi_ipfilter.h69 @discussion ipf_input_func is used to filter incoming ip packets.
70 The IP filter is called for packets from all interfaces. The
71 filter is called between when the general IP processing is
74 as UDP in ESP (IPSec), your filter will be called once for ESP
75 and then again for UDP. This will give your filter an
81 @param cookie The cookie specified when your filter was attached.
101 @discussion ipf_output_func is used to filter outbound ip packets.
102 The IP filter is called for packets to all interfaces. The
103 filter is called before fragmentation and IPSec processing. If
106 @param cookie The cookie specified when your filter wa
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOFilterInterruptEventSource.h44 @discussion An interrupt event source that calls the client to determine if a interrupt event needs to be scheduled on the work loop. A filter interrupt event source call's the client in the primary interrupt context, the client can then interrogate its hardware and determine if the interrupt needs to be processed yet.
46 As the routine is called in the primary interrupt context great care must be taken in the writing of this routine. In general none of the generic IOKit environment is safe to call in this context. We intend this routine to be used by hardware that can interrogate its registers without destroying state. Primarily this variant of event sources will be used by drivers that share interrupts. The filter routine will determine if the interrupt is a real interrupt or a ghost and thus optimise the work thread context switch away.
48 If you are implementing 'SoftDMA' (or pseudo-DMA), you may not want the I/O Kit to automatically start your interrupt handler routine on your work loop when your filter routine returns true. In this case, you may choose to have your filter routine schedule the work on the work loop itself and then return false. If you do this, the interrupt will not be disabled in hardware and you could receive additional primary interrupts before your work loop���level service routine completes. Because this scheme has implications for synchronization between your filter routine and your interrupt service routine, you should avoid doing this unless your driver requires SoftDMA.
100 @param filter 'C' Function to call when interrupt occurs.
107 Filter filter,
115 @param filter 'C' Function to call in primary interrupt context.
122 Filter filter,
129 @discussion Cause the work loop to schedule the interrupt action even if the filter routin
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/conf/
H A DMakefile.x86_6416 HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
/macosx-10.9.5/xnu-2422.115.4/tools/tests/affinity/
H A DMakefile22 ARCH_32 := $(filter-out %64, $(ARCHS))
24 ARCH_64 := $(filter %64, $(ARCHS))
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGResourceFilter.cpp98 PassRefPtr<SVGFilterBuilder> RenderSVGResourceFilter::buildPrimitives(SVGFilter* filter) argument
101 FloatRect targetBoundingBox = filter->targetBoundingBox();
104 RefPtr<SVGFilterBuilder> builder = SVGFilterBuilder::create(SourceGraphic::create(filter), SourceAlpha::create(filter));
114 RefPtr<FilterEffect> effect = effectElement->build(builder.get(), filter);
165 // Determine absolute transformation matrix for filter.
174 // Determine absolute boundaries of the filter and the drawing region.
182 filterData->filter = SVGFilter::create(filterData->shearFreeAbsoluteTransform, absoluteDrawingRegion, targetBoundingBox, filterData->boundaries, primitiveBoundingBoxMode);
184 // Create all relevant filter primitives.
185 filterData->builder = buildPrimitives(filterData->filter
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/HeaderFilter/
H A Dstandard.pm15 # standard proxy header filter (RFC 2616)
16 sub filter { subroutine
104 HTTP::Proxy::HeaderFilter::standard - An internal filter to respect RFC2616
108 This is an internal filter used by HTTP::Proxy to enforce behaviour
113 This filter implements a single method that is called automatically:
117 =item filter()
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/HeaderFilter/
H A Dstandard.pm15 # standard proxy header filter (RFC 2616)
16 sub filter { subroutine
104 HTTP::Proxy::HeaderFilter::standard - An internal filter to respect RFC2616
108 This is an internal filter used by HTTP::Proxy to enforce behaviour
113 This filter implements a single method that is called automatically:
117 =item filter()
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DLevelMatch.pm65 log4perl.filter.Match1 = Log::Log4perl::Filter::LevelMatch
66 log4perl.filter.Match1.LevelToMatch = ERROR
67 log4perl.filter.Match1.AcceptOnMatch = true
71 This Log4perl custom filter checks if the currently submitted message
73 The additional parameter C<AcceptOnMatch> defines if the filter
H A DStringMatch.pm72 log4perl.filter.Match1 = Log::Log4perl::Filter::StringMatch
73 log4perl.filter.Match1.StringToMatch = blah blah
74 log4perl.filter.Match1.AcceptOnMatch = true
78 This Log4perl custom filter checks if the currently submitted message
82 The additional parameter C<AcceptOnMatch> defines if the filter
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathPath.cpp189 Path::Path(Filter* filter, LocationPath* path) argument
190 : m_filter(filter)
193 setIsContextNodeSensitive(filter->isContextNodeSensitive());
194 setIsContextPositionSensitive(filter->isContextPositionSensitive());
195 setIsContextSizeSensitive(filter->isContextSizeSensitive());
/macosx-10.9.5/CPANInternal-140/IO-KQueue/
H A DKQueue.xs46 EV_SET(kq, ident, filter, flags, fflags = 0, data = 0, udata = NULL)
49 short filter
63 EV_SET(&ke, ident, filter, flags, fflags, data, udata);
106 av_push(array, newSViv(ke[i].filter));
151 sv_setiv(AvARRAY(ke2av)[1], ke2[i-1].filter);
/macosx-10.9.5/CPANInternal-140/IO-KQueue-0.34/
H A DKQueue.xs46 EV_SET(kq, ident, filter, flags, fflags = 0, data = 0, udata = NULL)
49 short filter
63 EV_SET(&ke, ident, filter, flags, fflags, data, udata);
106 av_push(array, newSViv(ke[i].filter));
151 sv_setiv(AvARRAY(ke2av)[1], ke2[i-1].filter);
/macosx-10.9.5/llvmCore-3425.0.33/
H A DMakefile47 DIRS := $(filter-out tools/llvm-shlib, $(DIRS))
51 DIRS := $(filter-out docs, $(DIRS))
55 DIRS := $(filter-out tools runtime docs, $(DIRS))
60 DIRS := $(filter-out tools runtime docs, $(DIRS))
61 OPTIONAL_DIRS := $(filter bindings, $(OPTIONAL_DIRS))
65 DIRS := $(filter-out runtime docs, $(DIRS))
84 DIRS := $(filter-out tools docs unittests, $(DIRS)) \
90 DIRS := $(filter-out tools runtime docs, $(DIRS)) utils unittests
97 OPTIONAL_DIRS := $(filter bindings, $(OPTIONAL_DIRS))
102 DIRS := $(filter
[all...]

Completed in 194 milliseconds

1234567891011>>