HomeSort by relevance Sort by last modified time
    Searched full:filter (Results 276 - 300 of 3190) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/
AndroidManifest.xml 66 <intent-filter>
70 </intent-filter>
132 <intent-filter>
135 </intent-filter>
157 <intent-filter>
160 </intent-filter>
171 <intent-filter>
174 </intent-filter>
188 <intent-filter>
191 </intent-filter>
    [all...]
  /packages/apps/Settings/tests/src/com/android/settings/tests/
Utf8ByteLengthFilterTest.java 36 method = "filter",
54 // filter() implicitly invoked. If the total length > filter length, the filter will
55 // cut off the source CharSequence from beginning to fit the filter length.
105 // filter() explicitly invoked
109 CharSequence actualAfterFilter = lengthFilter.filter(beforeFilterSource, 0,
  /external/speex/libspeex/
nb_celp.h 74 spx_word16_t gamma1; /**< Perceptual filter: A(z/gamma1) */
75 spx_word16_t gamma2; /**< Perceptual filter: A(z/gamma2) */
87 spx_mem_t *mem_sp; /**< Filter memory for signal synthesis */
88 spx_mem_t *mem_sw; /**< Filter memory for perceptually-weighted signal */
89 spx_mem_t *mem_sw_whole; /**< Filter memory for perceptually-weighted signal (whole frame)*/
90 spx_mem_t *mem_exc; /**< Filter memory for excitation (whole frame) */
91 spx_mem_t *mem_exc2; /**< Filter memory for excitation (whole frame) */
92 spx_mem_t mem_hp[2]; /**< High-pass filter memory */
93 spx_word32_t *pi_gain; /**< Gain of LPC filter at theta=pi (fe/2) */
119 int highpass_enabled; /**< Is the input filter enabled *
    [all...]
  /packages/apps/Calendar/
AndroidManifest.xml 48 <intent-filter>
52 </intent-filter>
53 <intent-filter>
59 </intent-filter>
76 <intent-filter>
80 </intent-filter>
87 <intent-filter>
91 </intent-filter>
98 <intent-filter>
106 </intent-filter>
    [all...]
  /external/webkit/WebCore/rendering/
SVGRenderSupport.cpp 79 bool SVGRenderBase::prepareToRenderSVGContent(RenderObject* object, RenderObject::PaintInfo& paintInfo, const FloatRect& repaintRect, SVGResourceFilter*& filter, SVGResourceFilter* rootFilter)
82 UNUSED_PARAM(filter);
111 AtomicString filterId(svgStyle->filter());
122 // Catch <text filter="url(#foo)">Test<tspan filter="url(#foo)">123</tspan></text>.
123 // The filter is NOT meant to be applied twice in that case!
124 filter = 0;
127 filter = newFilter;
147 if (filter) {
148 filter->addClient(styledElement)
280 SVGResourceFilter* filter = getFilterById(object->document(), object->style()->svgStyle()->filter(), object); local
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 74 /** manual mode for filter. all filters are manually created. */
76 /** automatic mode for filter (pid mode).
79 /** automatic mode for filter (tag mode).
82 /** Manual filtering mode + new filter for debug app, if needed */
110 * Interface for Storage Filter manager. Implementation of this interface
152 /** Filter list */
155 /** Default filter */
158 /** Current filter being displayed */
239 * Once found, the name is used to update a filter and a tab object
253 PsOutputReceiver(int pid, LogFilter filter, TabItem tabItem)
565 LogFilter filter = dlg.getFilter(); local
875 LogFilter filter = getCurrentFilter(); local
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLFilterImpl.java 1 // XMLFilterImpl.java - base SAX2 filter implementation.
26 * Base class for deriving an XML filter.
64 * Construct an empty XML filter, with no parent.
66 * <p>This filter will have no parent: you must assign a parent
82 * Construct an XML filter with the specified parent.
84 * @param parent the XML reader from which this filter receives its events.
107 * this filter will obtain its events and to which it will pass its
108 * configuration requests. The parent may itself be another filter.</p>
366 * Filter an external entity resolution.
396 * Filter a notation declaration event
    [all...]
  /external/chromium/third_party/icu/source/i18n/
tridpars.cpp 57 filter = f;
64 filter = f;
80 if (filter.length() != 0) {
82 UnicodeSet *set = new UnicodeSet(filter, ec);
113 // A and B are filter IDs.
159 single->filter = specsA->filter;
175 single->filter = specsB->filter;
194 single->filter = specsA->filter
258 UnicodeSet* filter = NULL; local
361 UnicodeSet* filter; local
706 UnicodeString filter; local
    [all...]
  /external/icu4c/i18n/
tridpars.cpp 57 filter = f;
64 filter = f;
80 if (filter.length() != 0) {
82 UnicodeSet *set = new UnicodeSet(filter, ec);
113 // A and B are filter IDs.
159 single->filter = specsA->filter;
175 single->filter = specsB->filter;
194 single->filter = specsA->filter
258 UnicodeSet* filter = NULL; local
361 UnicodeSet* filter; local
705 UnicodeString filter; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 35 Word16 mem_decim[2 * L_FILT16k]; /* speech decimated filter memory */
36 Word16 mem_sig_in[6]; /* hp50 filter memory */
37 Word16 mem_preemph; /* speech preemph filter memory */
46 Word16 mem_decim2[3]; /* wsp decimation filter memory */
71 Word16 mem_deemph; /* speech deemph filter memory */
72 Word16 mem_sig_out[6]; /* hp50 filter memory for synthesis */
73 Word16 mem_hp400[6]; /* hp400 filter memory for synthesis */
74 Word16 mem_oversamp[2 * L_FILT]; /* synthesis oversampled filter memory */
76 Word16 mem_hf[2 * L_FILT16k]; /* HF band-pass filter memory */
77 Word16 mem_hf2[2 * L_FILT16k]; /* HF band-pass filter memory */
    [all...]
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance8x8_neon.asm 35 cmp r2, #0 ;skip first_pass filter if xoffset=0
39 add r2, r12, r2, lsl #3 ;calculate filter location
42 vld1.u32 {d31}, [r2] ;load first_pass filter
44 vdup.8 d0, d31[0] ;first_pass filter (d0 d1)
49 vmull.u8 q6, d2, d0 ;(src_ptr[0] * Filter[0])
59 vmlal.u8 q6, d3, d1 ;(src_ptr[1] * Filter[1])
76 vmull.u8 q6, d2, d0 ;(src_ptr[0] * Filter[0])
88 vmlal.u8 q6, d3, d1 ;(src_ptr[1] * Filter[1])
102 cmp r3, #0 ;skip second_pass filter if yoffset=0
108 vld1.u32 {d31}, [r3] ;load second_pass filter
    [all...]
vp8_subpixelvariance16x16_neon.asm 35 cmp r2, #0 ;skip first_pass filter if xoffset=0
38 add r2, r12, r2, lsl #3 ;calculate filter location
40 cmp r3, #0 ;skip second_pass filter if yoffset=0
42 vld1.s32 {d31}, [r2] ;load first_pass filter
54 vdup.8 d0, d31[0] ;first_pass filter (d0 d1)
65 vmull.u8 q7, d2, d0 ;(src_ptr[0] * Filter[0])
79 vmlal.u8 q7, d2, d1 ;(src_ptr[0] * Filter[1])
89 vmlal.u8 q8, d3, d1 ;(src_ptr[0] * Filter[1])
118 vmull.u8 q9, d2, d0 ;(src_ptr[0] * Filter[0])
129 vmlal.u8 q9, d2, d1 ;(src_ptr[0] * Filter[1]
    [all...]
  /external/icu4c/test/intltest/
intltest.vcproj 381 <Filter
408 </Filter>
409 <Filter
420 </Filter>
421 <Filter
608 </Filter>
609 <Filter
628 </Filter>
629 <Filter
760 </Filter>
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PorterDuffColorFilterTest.java 53 PorterDuffColorFilter filter = new PorterDuffColorFilter(filterColor, PorterDuff.Mode.SRC); local
56 p.setColorFilter(filter);
66 filter = new PorterDuffColorFilter(filterColor, PorterDuff.Mode.DST);
69 p.setColorFilter(filter);
76 filter = new PorterDuffColorFilter(Color.GREEN, PorterDuff.Mode.SCREEN);
79 p.setColorFilter(filter);
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
AccessSourcer.java 61 private Flag(int value, int filter) {
63 mFilter = filter;
89 * It is up to the caller to filter extra keywords that should not be generated,
93 * @param filter One of {@link #IS_CLASS}, {@link #IS_FIELD} or {@link #IS_METHOD}, which
96 public void write(int access, int filter) {
101 if ((f.getFilter() & filter) != 0 && (access & f.getValue()) != 0) {
  /external/proguard/src/proguard/
DataEntryReaderFactory.java 57 List filter = classPathEntry.getFilter(); local
70 (filter != null ||
76 // Add a filter, if specified.
77 if (filter != null)
81 new ListParser(new FileNameParser()).parse(filter)),
125 // Add a filter, if specified.
  /external/proguard/src/proguard/io/
FilteredDataEntryWriter.java 27 * depending on whether the data entry passes through a given data entry filter
42 * @param dataEntryFilter the data entry filter.
44 * will be delegated if the filter accepts
56 * @param dataEntryFilter the data entry filter.
58 * will be delegated if the filter accepts
61 * will be delegated if the filter does not
  /external/protobuf/gtest/msvc/
gtest_main-md.vcproj 101 <Filter
103 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
120 </Filter>
121 <Filter
123 Filter="h;hpp;hxx;hm;inl;inc;xsd"
161 </Filter>
gtest_main.vcproj 101 <Filter
103 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
120 </Filter>
121 <Filter
123 Filter="h;hpp;hxx;hm;inl;inc;xsd"
161 </Filter>
gtest_prod_test-md.vcproj 114 <Filter
116 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
152 </Filter>
153 <Filter
155 Filter="h;hpp;hxx;hm;inl;inc;xsd"
160 </Filter>
gtest_prod_test.vcproj 114 <Filter
116 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
152 </Filter>
153 <Filter
155 Filter="h;hpp;hxx;hm;inl;inc;xsd"
160 </Filter>
gtest_unittest-md.vcproj 114 <Filter
116 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
138 </Filter>
139 <Filter
141 Filter="h;hpp;hxx;hm;inl;inc;xsd"
143 </Filter>
gtest_unittest.vcproj 114 <Filter
116 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
138 </Filter>
139 <Filter
141 Filter="h;hpp;hxx;hm;inl;inc;xsd"
143 </Filter>
  /external/protobuf/vsprojects/
test_plugin.vcproj 176 <Filter
178 Filter="h;hpp;hxx;hm;inl;inc;xsd"
188 </Filter>
189 <Filter
191 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
205 </Filter>
  /external/skia/include/core/
SkColorFilter.h 31 @param result written by the filter
40 @param result written by the filter
46 /** If set the filter methods will not change the alpha channel of the
56 /** Returns the flags for this filter. Override in subclasses to return
73 filter the colors. The SkXfermodeProc parameter must be non-null, but
99 SkFilterShader(SkShader* shader, SkColorFilter* filter);

Completed in 390 milliseconds

<<11121314151617181920>>