OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBlacklisted
(Results
1 - 9
of
9
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_reading_utils.h
52
static AK_FORCE_INLINE bool
isBlacklisted
(const NodeFlags flags) {
80
static AK_FORCE_INLINE NodeFlags createAndGetFlags(const bool
isBlacklisted
,
85
nodeFlags =
isBlacklisted
? (nodeFlags | FLAG_IS_BLACKLISTED) : nodeFlags;
dynamic_patricia_trie_node_reader.h
82
AK_FORCE_INLINE bool
isBlacklisted
() const {
83
return PatriciaTrieReadingUtils::
isBlacklisted
(mFlags);
dynamic_patricia_trie_writing_helper.h
103
const bool
isBlacklisted
, const bool isNotAWord,
dynamic_patricia_trie_writing_helper.cpp
129
PatriciaTrieReadingUtils::createAndGetFlags(nodeReader.
isBlacklisted
(),
257
BufferWithExtendableBuffer *const bufferToWrite, const bool
isBlacklisted
,
310
PatriciaTrieReadingUtils::createAndGetFlags(
isBlacklisted
, isNotAWord,
327
return writePtNodeWithFullInfoToBuffer(bufferToWrite, false /*
isBlacklisted
*/,
338
return writePtNodeWithFullInfoToBuffer(bufferToWrite, originalNode->
isBlacklisted
(),
dynamic_patricia_trie_policy.cpp
68
nodeReader->hasChildren(), nodeReader->
isBlacklisted
() || nodeReader->isNotAWord(),
185
if (nodeReader.isDeleted() || nodeReader.
isBlacklisted
() || nodeReader.isNotAWord()) {
patricia_trie_policy.cpp
345
|| PatriciaTrieReadingUtils::
isBlacklisted
(flags)) {
427
PatriciaTrieReadingUtils::
isBlacklisted
(flags) ||
/frameworks/base/services/java/com/android/server/location/
LocationBlacklist.java
85
public boolean
isBlacklisted
(String packageName) {
GeofenceManager.java
259
if (mBlacklist.
isBlacklisted
(state.mPackageName)) {
/frameworks/base/services/java/com/android/server/
LocationManagerService.java
[
all
...]
Completed in 192 milliseconds