OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filtering
(Results
1 - 25
of
392
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/widget/
Filter.java
26
* <p>A filter constrains data with a
filtering
pattern.</p>
31
* <p>
Filtering
operations performed by calling {@link #filter(CharSequence)} or
33
* performed asynchronously. When these methods are called, a
filtering
request
35
* methods will cancel any previous non-executed
filtering
request.</p>
75
* <p>Starts an asynchronous
filtering
operation. Calling this method
76
* cancels all previous non-executed
filtering
requests and posts a new
77
*
filtering
request that will be executed later.</p>
88
* <p>Starts an asynchronous
filtering
operation. Calling this method
89
* cancels all previous non-executed
filtering
requests and posts a new
90
*
filtering
request that will be executed later.</p
[
all
...]
FilterQueryProvider.java
34
* prior to any
filtering
, must be returned.
Filterable.java
28
* <p>Returns a filter that can be used to constrain data with a
filtering
MultiAutoCompleteTextView.java
95
* Instead of
filtering
on the entire contents of the edit box,
118
* Instead of
filtering
whenever the total length of the text
173
* <p>Starts
filtering
the content of the drop down list. The
filtering
/external/iptables/extensions/
libipt_MIRROR.man
11
seen by any packet
filtering
chains, connection tracking or NAT, to
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidateFilter.java
21
* This class is used for
filtering
candidates by {link WnnEngine}.
27
/**
Filtering
pattern (No filter) */
29
/**
Filtering
pattern (Non ASCII) */
/external/icu4c/layout/
DefaultCharMapper.h
21
* implements control character
filtering
and bidi
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
syn_filt.h
39
* Purpose : Perform synthesis
filtering
through 1/A(z).
74
Word16 lg, /* (i) : size of
filtering
*/
75
Word16 mem[], /* (i/o): memory associated with this
filtering
. */
residu.h
40
* Description : The LP residual is computed by
filtering
the input
76
Word16 lg /* (i) : size of
filtering
*/
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
syn_filt.h
39
* Purpose : Perform synthesis
filtering
through 1/A(z).
74
Word16 lg, /* (i) : size of
filtering
*/
75
Word16 mem[], /* (i/o): memory associated with this
filtering
. */
residu.h
40
* Description : The LP residual is computed by
filtering
the input
76
Word16 lg /* (i) : size of
filtering
*/
/external/kernel-headers/original/asm-arm/
socket.h
40
/* Socket
filtering
*/
/external/kernel-headers/original/asm-x86/
socket.h
40
/* Socket
filtering
*/
/frameworks/base/core/tests/coretests/src/android/view/
RemoteViewsActivity.java
25
* Exercise RemoteViews -- especially
filtering
/external/libpcap/
README.linux
50
copied to the program and libpcap doing the
filtering
in user mode.
53
amount of CPU, so
filtering
in the kernel can reduce the overhead of
56
difference whether the
filtering
isn't performed in the kernel or isn't
62
Socket
filtering
68
Filtering
works on all socket types except TCP for now. See the text
85
ps_drops Number of packets that had passed
filtering
but were not
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogFilter.java
44
*
Filtering
mode. Value can be a mix of MODE_PID, MODE_TAG, MODE_LEVEL
49
* pid used for
filtering
. Only valid if mMode is MODE_PID.
58
* log tag
filtering
. Only valid if mMode is MODE_TAG
67
/** Temp keyword
filtering
*/
70
/** temp pid
filtering
*/
73
/** temp tag
filtering
*/
76
/** temp log level
filtering
*/
197
* Resets the
filtering
mode to be 0 (i.e. no filter).
204
* Returns the current
filtering
mode.
212
* Adds PID to the current
filtering
mode
[
all
...]
/dalvik/libcore/luni/src/main/java/java/io/
FileFilter.java
25
* An interface for
filtering
{@link File} objects based on their names
FilenameFilter.java
21
* An interface for
filtering
{@link File} objects based on their names
/external/freetype/include/freetype/
ftlcdfil.h
5
/* FreeType API for color
filtering
of subpixel bitmap glyphs */
41
* LCD
Filtering
69
* Do not perform
filtering
. When used with subpixel rendering, this
112
* This function is used to apply color
filtering
to LCD decimated
/external/iptables/include/linux/netfilter_ipv4/
ipt_rpc.h
11
* - extended matching to support
filtering
on procedures
/external/proguard/src/proguard/io/
DataEntryParentFilter.java
24
* This DataEntryFilter delegates
filtering
to a DataEntryFilter for its parent.
/frameworks/base/awt/java/awt/image/
ImageFilter.java
47
* Gets an instance of an ImageFilter object which performs the
filtering
52
* @return an ImageFilter used to perform the
filtering
for the specified
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerDataHelper.java
103
* Query tracker data,
filtering
by given tag
133
* Query tracker data,
filtering
by given tag. mo limit to number of rows
/frameworks/base/wifi/java/android/net/wifi/
WifiNative.java
98
* Start
filtering
out multicast packets, to reduce battery consumption
105
* Stop
filtering
out multicast packets.
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
AppWidgetShared.java
50
* Merge a set of
filtering
appWidgetIds with those from other pending
66
* Merge a set of
filtering
changedEventIds with those from other pending
Completed in 516 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>