OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowFilter
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
tridpars.h
307
* @param
allowFilter
if true, a UnicodeSet pattern is allowed
312
* parse fails. If
allowFilter
is true, then the parsed filter
318
UBool
allowFilter
);
tridpars.cpp
693
* parse fails. If
allowFilter
is TRUE, then the parsed filter
700
UBool
allowFilter
) {
720
if (
allowFilter
&& filter.length() == 0 &&
/frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java
332
final IntentFilter
allowFilter
= new IntentFilter(ACTION_ALLOW_BACKGROUND);
333
mContext.registerReceiver(mAllowReceiver,
allowFilter
, MANAGE_NETWORK_POLICY, mHandler);
[
all
...]
Completed in 6408 milliseconds