Searched refs:Filter (Results 151 - 175 of 351) sorted by relevance

1234567891011>>

/external/chromium_org/ui/events/gesture_detection/
H A Dtouch_disposition_gesture_filter.h67 bool Filter(EventType type);
/external/lzma/CPP/7zip/Compress/
H A DBranchCoder.h21 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfEncryptionCommonDictionary_autogen.cpp11 SkString SkPdfEncryptionCommonDictionary::Filter(SkPdfNativeDoc* doc) { function in class:SkPdfEncryptionCommonDictionary
12 SkPdfNativeObject* ret = get("Filter", "");
20 return get("Filter", "") != NULL;
/external/skia/src/gpu/
H A DGrTHashTable.h41 template <typename Filter> T* find(const Key&, Filter filter) const;
123 template <typename Filter>
124 T* GrTHashTable<T, Key, kHashBits>::find(const Key& key, Filter filter) const {
/external/chromium_org/net/url_request/
H A Durl_request_job.cc78 // Skip Filter if not present.
140 Filter* URLRequestJob::SetupFilter() const {
408 // Filter the data.
566 Filter::FilterStatus status =
580 case Filter::FILTER_DONE: {
587 case Filter::FILTER_NEED_MORE_DATA: {
605 case Filter::FILTER_OK: {
611 case Filter::FILTER_ERROR: {
614 << "\"" << " Filter Error";
H A Durl_request_file_job.h46 virtual Filter* SetupFilter() const OVERRIDE;
/external/libpcap/
H A Dpcap-pf.c308 struct enfilter Filter; local
463 memset(&Filter, 0, sizeof(Filter));
464 Filter.enf_Priority = 37; /* anything > 2 */
465 Filter.enf_FilterLen = 0; /* means "always true" */
466 if (ioctl(p->fd, EIOCSETF, (caddr_t)&Filter) < 0) {
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp182 /// Filter - Filter works with FilterChooser to produce the decoding tree for
185 /// It is useful to think of a Filter as governing the switch stmts of the
189 /// chooses a best Filter to do its job.
193 /// the Filter/FilterChooser combo does not know how to distinguish among the
219 class Filter { class in namespace:__anon26596
255 Filter(const Filter &f);
256 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
258 ~Filter();
493 Filter::Filter(const Filter &f) function in class:Filter
501 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, function in class:Filter
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEBlend.cpp42 FEBlend::FEBlend(Filter* filter, WebBlendMode mode)
48 PassRefPtr<FEBlend> FEBlend::create(Filter* filter, WebBlendMode mode)
H A DFEMorphology.cpp38 FEMorphology::FEMorphology(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY)
46 PassRefPtr<FEMorphology> FEMorphology::create(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY)
H A DFELighting.h32 #include "platform/graphics/filters/Filter.h"
91 FELighting(Filter*, LightingType, const Color&, float, float, float, float, float, float, PassRefPtr<LightSource>);
/external/junit/src/org/junit/experimental/categories/
H A DCategories.java13 import org.junit.runner.manipulation.Filter;
80 public static class CategoryFilter extends Filter {
/external/junit/src/org/junit/internal/runners/
H A DJUnit4ClassRunner.java13 import org.junit.runner.manipulation.Filter;
124 public void filter(Filter filter) throws NoTestsRemainException {
/external/mockito/src/org/mockito/internal/configuration/injection/
H A DPropertyAndSetterInjection.java64 private ListUtil.Filter<Field> notFinalOrStatic = new ListUtil.Filter<Field>() {
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.compat9 ATTRIBUTE Framed-Filter-Id 11 string
/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::__anon33499
125 err = Filter(my_handle,
/external/chromium_org/cc/animation/
H A Danimation_curve.h29 enum CurveType { Color, Float, Transform, Filter, ScrollOffset }; enumerator in enum:cc::AnimationCurve::CurveType
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DDeferredLegacyStyleInterpolationTest.cpp76 TEST_F(AnimationDeferredLegacyStyleInterpolationTest, Filter)
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEComponentTransferElement.cpp70 PassRefPtr<FilterEffect> SVGFEComponentTransferElement::build(SVGFilterBuilder* filterBuilder, Filter* filter)
H A DSVGFEGaussianBlurElement.cpp82 PassRefPtr<FilterEffect> SVGFEGaussianBlurElement::build(SVGFilterBuilder* filterBuilder, Filter* filter)
H A DSVGFEOffsetElement.cpp93 PassRefPtr<FilterEffect> SVGFEOffsetElement::build(SVGFilterBuilder* filterBuilder, Filter* filter)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dlogutils.py142 logging_filter = logging.Filter()
/external/chromium_org/third_party/webrtc/common_audio/
H A Dfir_filter_sse.cc45 void FIRFilterSSE2::Filter(const float* in, size_t length, float* out) { function in class:webrtc::FIRFilterSSE2
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbackground_noise.h54 const int16_t* Filter(size_t channel) const;
/external/aac/libAACdec/src/
H A Daacdec_tns.cpp108 FDKmemclear(pTnsData->Filter, TNS_MAX_WINDOWS*TNS_MAXIMUM_FILTERS*sizeof(CFilter));
163 CFilter *filter = &pTnsData->Filter[window][index];
354 CFilter *RESTRICT filter = &pTnsData->Filter[window][index];

Completed in 662 milliseconds

1234567891011>>