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

<<11121314151617181920>>

  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParserFilter.java 23 * <p> At the time any of the filter methods are called by the parser, the
26 * methods, i.e. it is not possible to filter out the document element.
29 * <code>acceptNode</code> method on the filter. The child nodes of an
30 * <code>EntityReference</code> node are passed to the filter if the
34 * passed to the filter.
41 * are passed to the filter methods. All other default content must be
42 * passed to the filter methods.
43 * <p> DOM applications must not raise exceptions in a filter. The effect of
44 * throwing exceptions from a filter is DOM implementation dependent.
79 * <br>A <code>startElement</code> filter function may access or chang
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
package.html 25 <p>These filter can be used to list files or in {@link java.awt.FileDialog},
38 <td>Filter based on a prefix</td>
42 <td>Filter based on a suffix</td>
46 <td>Filter based on a filename</td>
50 <td>Filter based on wildcards</td>
54 <td>Filter based on last modified time of file</td>
58 <td>Filter based on file size</td>
77 <td>Applies a logical NOT to an existing filter</td>
85 <td>Combines two filter using a logical OR</td>
  /packages/inputmethods/OpenWnn/
AndroidManifest.xml 28 <intent-filter>
30 </intent-filter>
36 <intent-filter>
38 </intent-filter>
  /external/chromium/third_party/icu/source/i18n/
tridpars.h 32 * filter and no explicit inverse. Examples include
35 * A single ID, which is a basic ID plus optional filter and optional
42 * appended to the IDs, separated by semicolons. An appended filter
54 * is, a basic ID optionally with a filter.
63 * 'filter' is the parsed filter pattern, or null if there was no
64 * filter.
71 UnicodeString filter; // may be null member in class:TransliteratorIDParser::Specs
85 * that is, a basic ID optionally with a filter.
95 * 'filter' may be null, if there is none, or non-null an
102 UnicodeString filter; member in class:TransliteratorIDParser::SingleID
    [all...]
  /external/icu4c/i18n/
tridpars.h 32 * filter and no explicit inverse. Examples include
35 * A single ID, which is a basic ID plus optional filter and optional
42 * appended to the IDs, separated by semicolons. An appended filter
54 * is, a basic ID optionally with a filter.
63 * 'filter' is the parsed filter pattern, or null if there was no
64 * filter.
71 UnicodeString filter; // may be null member in class:TransliteratorIDParser::Specs
85 * that is, a basic ID optionally with a filter.
95 * 'filter' may be null, if there is none, or non-null an
102 UnicodeString filter; member in class:TransliteratorIDParser::SingleID
    [all...]
  /external/libvpx/vp8/encoder/
picklpf.c 113 // Enforce a minimum filter level based upon baseline Q
133 // Enforce a maximum filter level based upon baseline Q
136 // PGW August 2006: Highest filter values almost always a bad idea
158 int max_filter_level = MAX_LOOP_FILTER * 3 / 4; // PGW August 2006: Highest filter values almost always a bad idea
171 // Enforce a minimum filter level based upon Q
175 // Start the search at the previous frame filter level unless it is now out of range.
184 // Set up alternate filter values
186 // Get the err using the previous frame's filter value.
199 // Search lower filter levels
202 // Apply the loop filter
    [all...]
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 149 ;# input to filter is 21 bytes wide, output is 16 bytes.
178 ;# input to filter is 21 bytes wide, output is 16 bytes.
205 slwi. r5, r5, 5 ;# index into horizontal filter array
213 ;# load up horizontal filter
236 slwi. r6, r6, 4 ;# index into vertical filter array
238 ;# filter a line
246 ;# load up and filter the additional 5 lines that are needed
247 ;# for the vertical filter.
250 ;# only needed if there is a vertical filter present
251 ;# if the second filter is not null then need to back off by 2*pitc
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java 48 * using {@link android.R.styleable#AndroidManifestIntentFilter intent-filter}
51 * <p>There are three Intent characteristics you can filter on: the
59 * if no data characteristics are specified, however, then the filter will
83 * Intent action, <em>or</em> if no actions were specified in the filter.
103 * the Intent's data authority <em>and</em> one of the data scheme's in the filter
104 * has matched the Intent, <em>or</em> no authories were supplied in the filter.
112 * Intent's data path <em>and</em> both a scheme and authority in the filter
114 * filter. The Intent authority is determined by calling
118 * the Intent match categories given in the filter. Extra categories in the
119 * filter that are not in the Intent will not cause the match to fail. Not
    [all...]
  /frameworks/base/docs/html/guide/topics/intents/
intents-filters.jd 356 is tested against an intent filter:
374 Each filter describes a capability of the component, a set of intents that
379 no matter what it contains; the filter is not consulted. But an implicit
397 <p>An intent filter cannot be relied on for security. While it opens a
400 though a filter restricts the intents a component will be asked to handle
409 An intent filter is an instance of the {@link android.content.IntentFilter} class.
413 <code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></code>
421 A filter has fields that parallel the action, data, and category fields of an
422 Intent object. An implicit intent is tested against the filter in all three areas.
    [all...]
  /external/icu4c/samples/ufortune/
ufortune.vcproj 382 <Filter
384 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
390 </Filter>
391 <Filter
393 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
407 </Filter>
408 <Filter
410 Filter="h;hpp;hxx;hm;inl"
412 </Filter>
413 <Filter
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
bilinearfilter_v6.asm 39 ldr r5, [r11] ; load up filter coefficients
46 cmp r5, #128 ; if filter coef = 128, then skip the filter
62 smuad r6, r6, r5 ; apply the filter
155 ldr r5, [r11] ; load up filter coefficients
159 cmp r5, #128 ; if filter coef = 128, then skip the filter
172 smuad r6, r6, r5 ; apply filter
173 smuad r8, r8, r5 ; apply filter
177 smuadx r7, r7, r5 ; apply filter
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
intent-filter-element.jd 1 page.title=&lt;intent-filter&gt;
6 <dd><pre class="stx">&lt;intent-filter android:<a href="#icon">icon</a>="<i>drawable resource</i>"
10 &lt;/intent-filter&gt;</pre></dd>
27 receiver can respond to. An intent filter declares the capabilities of its
34 Most of the contents of the filter are described by its
53 capability described by the filter.
64 For more on intent filter icons, see
72 to the user as having the capability described by the filter.
89 For more on intent filter labels, see
96 to handling intents of the type described by the filter. This attribute has
    [all...]
  /build/tools/soslim/
symfilter.h 27 int fd; /* symbol-filter-file descriptor */
47 void build_symfilter(const char *name, Elf *elf, symfilter_t *filter, off_t);
  /cts/tests/SignatureTest/
AndroidManifest.xml 27 <intent-filter>
30 </intent-filter>
  /cts/tests/accessibilityservice/
AndroidManifest.xml 28 <intent-filter>
30 </intent-filter>
  /cts/tests/res/xml/
intentfilter.xml 19 <intent-filter xmlns="http://schemas.android.com/apk/res/android">
28 </intent-filter>
  /development/apps/CustomLocale/
AndroidManifest.xml 25 <intent-filter>
28 </intent-filter>
  /development/apps/GestureBuilder/
AndroidManifest.xml 30 <intent-filter>
34 </intent-filter>
  /development/apps/SdkSetup/
AndroidManifest.xml 27 <intent-filter android:priority="1">
31 </intent-filter>
  /development/apps/SpareParts/
AndroidManifest.xml 27 <intent-filter>
31 </intent-filter>
  /development/ndk/platforms/android-5/samples/hello-gl2/
AndroidManifest.xml 29 <intent-filter>
32 </intent-filter>
  /development/ndk/platforms/android-9/samples/native-activity/
AndroidManifest.xml 22 <intent-filter>
25 </intent-filter>
  /development/ndk/platforms/android-9/samples/native-audio/
AndroidManifest.xml 10 <intent-filter>
13 </intent-filter>
  /development/samples/BrowserPlugin/
AndroidManifest.xml 29 <intent-filter>
31 </intent-filter>
  /development/samples/BusinessCard/
AndroidManifest.xml 27 <intent-filter>
30 </intent-filter>

Completed in 2933 milliseconds

<<11121314151617181920>>