Searched defs:Filter (Results 1 - 25 of 44) sorted by relevance

12

/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DFilter.java42 public interface Filter<T> interface
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFilter.h37 class Filter : public RefCounted<Filter> { class in namespace:WebCore
39 virtual ~Filter() { }
/external/aac/libAACdec/src/
H A Daacdec_tns.h118 CFilter Filter[TNS_MAX_WINDOWS][TNS_MAXIMUM_FILTERS]; member in struct:__anon25
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DFilter.java41 public abstract class Filter extends NativeObject implements Savable { class in inherits:NativeObject,Savable
43 public Filter(){ method in class:Filter
44 super(Filter.class);
47 protected Filter(int id){ method in class:Filter
48 super(Filter.class, id);
/external/junit/src/org/junit/runner/manipulation/
H A DFilter.java9 * If you want to filter the tests to be run, extend <code>Filter</code> and apply an instance of
11 * {@link org.junit.runner.JUnitCore#run(Request)}. Alternatively, apply a <code>Filter</code> to
15 public abstract class Filter { class
17 * A null <code>Filter</code> that passes all tests through.
19 public static Filter ALL= new Filter() {
36 public Filter intersect(Filter second) {
42 * Returns a {@code Filter} that only runs the single method described by
45 public static Filter matchMethodDescriptio
[all...]
/external/webkit/Source/WebCore/xml/
H A DXPathPath.h42 class Filter : public Expression { class in namespace:WebCore::XPath
44 Filter(Expression*, const Vector<Predicate*>& = Vector<Predicate*>());
45 virtual ~Filter();
77 Path(Filter*, LocationPath*);
85 Filter* m_filter;
H A DXPathPath.cpp41 Filter::Filter(Expression* expr, const Vector<Predicate*>& predicates) function in class:WebCore::XPath::Filter
49 Filter::~Filter()
55 Value Filter::evaluate() const
181 Path::Path(Filter* filter, LocationPath* path)
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
H A DFilter.java34 public interface Filter { interface
35 public Filter addPreFilter(Filter filter);
37 public Filter addPostFilter(Filter filter);
/external/chromium/base/win/
H A Dwrapped_window_proc_unittest.cc41 static int Filter(EXCEPTION_POINTERS* info) { function in class:__anon1265::TestWrappedExceptionFiter
73 base::win::SetWinProcExceptionFilter(TestWrappedExceptionFiter::Filter);
/external/chromium/net/base/
H A Dfilter.cc16 // Filter types (using canonical lower case only):
47 Filter::~Filter() {}
50 Filter* Filter::Factory(const std::vector<FilterType>& filter_types,
55 Filter* filter_list = NULL; // Linked list of filters.
66 Filter* Filter::GZipFactory() {
71 Filter* Filter
319 Filter::Filter() function in class:net::Filter
[all...]
H A Dfilter.h5 // Filter performs filtering on data streams. Sample usage:
9 // Filter* filter = Filter::Factory(filter_type, size);
21 // calls FlushStreamBuffer to notify Filter, then calls ReadFilteredData
27 // The lifetime of a Filter instance is completely controlled by its caller.
103 class Filter { class in namespace:net
131 virtual ~Filter();
133 // Creates a Filter object.
138 // If success, the function returns the pointer to the Filter object created.
148 static Filter* Factor
[all...]
/external/icu4c/common/unicode/
H A Duniset.h1583 typedef UBool (*Filter)(UChar32 codePoint, void* context); typedef in class:UnicodeSet
1594 void applyFilter(Filter filter,
/external/webrtc/src/modules/audio_processing/
H A Dhigh_pass_filter_impl.cc51 int Filter(FilterState* hpf, WebRtc_Word16* data, int length) { function in namespace:webrtc::__anon13745
125 err = Filter(my_handle,
/external/clang/lib/CodeGen/
H A DCGCleanup.h94 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator in enum:clang::CodeGen::EHScope::Kind
401 : EHScope(Filter, EHScopeStack::stable_end()) {
422 return scope->getKind() == Filter;
463 case EHScope::Filter:
H A DCGException.cpp491 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions); local
498 Filter->setFilter(I, EHType);
631 case EHScope::Filter:
651 case EHScope::Filter:
746 case EHScope::Filter:
789 case EHScope::Filter: {
793 // Filter scopes get added to the landingpad in weird ways.
/external/libpcap/
H A Dpcap-pf.c302 struct enfilter Filter; local
465 memset(&Filter, 0, sizeof(Filter));
466 Filter.enf_Priority = 37; /* anything > 2 */
467 Filter.enf_FilterLen = 0; /* means "always true" */
468 if (ioctl(p->fd, EIOCSETF, (caddr_t)&Filter) < 0) {
/external/clang/include/clang/Sema/
H A DLookup.h527 class Filter { class in class:clang::LookupResult
534 Filter(LookupResult &Results) function in class:clang::LookupResult::Filter
539 ~Filter() {
541 "LookupResult::Filter destroyed without done() call");
587 Filter makeFilter() {
588 return Filter(*this);
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DFilter.java56 * This class is abstract, any Filter must extend it.<br>
62 public abstract class Filter implements Savable { class in inherits:Savable
72 public Filter(String name) { method in class:Filter
213 * contruct a Filter
215 protected Filter() { method in class:Filter
388 * Override this method and return true if your Filter needs the depth texture
390 * @return true if your Filter need the depth texture
397 * Override this method and return false if your Filter does not need the scene texture
399 * @return false if your Filter does not need the scene texture
/external/skia/include/gpu/
H A DGrSamplerState.h21 enum Filter { enum in class:GrSamplerState
126 Filter getFilter() const { return fFilter; }
177 void setFilter(Filter filter) { fFilter = filter; }
180 Filter filter,
192 void reset(WrapMode wrapXAndY, Filter filter, const GrMatrix& matrix) {
196 Filter filter) {
244 Filter fFilter : 8;
/external/v8/test/mjsunit/
H A Djson.js133 function Filter(key, value) {
136 return Filter;
/external/openfst/src/include/fst/
H A Dcompose-filter.h54 // Filter state that is a signed integral type.
86 // Filter state that is a weight (class).
114 // Filter state that is the combination of two filter states.
488 typedef MultiEpsFilter<F> Filter; typedef in class:fst::MultiEpsFilter
500 MultiEpsFilter(const Filter &filter, bool safe = false)
H A Dlookahead-filter.h205 typedef LookAheadComposeFilter<F, M1, M2, MT> Filter; typedef in class:fst::LookAheadComposeFilter
/external/v8/src/
H A Dstore-buffer.cc196 Filter(MemoryChunk::SCAN_ON_SCAVENGE);
253 Filter(MemoryChunk::SCAN_ON_SCAVENGE);
259 void StoreBuffer::Filter(int flag) { function in class:v8::internal::StoreBuffer
310 Filter(MemoryChunk::SCAN_ON_SCAVENGE);
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp91 /// Filter - Filter works with FilterChooser to produce the decoding tree for
94 /// It is useful to think of a Filter as governing the switch stmts of the
98 /// chooses a best Filter to do its job.
102 /// the Filter/FilterChooser combo does not know how to distinguish among the
127 class Filter { class
163 Filter(const Filter &f);
164 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
166 ~Filter();
395 Filter::Filter(const Filter &f) function in class:Filter
403 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, function in class:Filter
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp54 CStringChecksFilter Filter; member in class:__anon3388::CStringChecker
234 if (!Filter.CheckCStringNullArg)
366 if (!Filter.CheckCStringOutOfBounds)
422 if (!Filter.CheckCStringBufferOverlap)
556 if (!Filter.CheckCStringOutOfBounds)
698 if (!Filter.CheckCStringNotNullTerm)
758 if (!Filter.CheckCStringNotNullTerm)
1971 TheChecker->Filter.Check##name = true; \

Completed in 644 milliseconds

12