HomeSort by relevance Sort by last modified time
    Searched defs:isBlacklisted (Results 1 - 12 of 12) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/
unigram_property.h 56 const bool isBlacklisted, const int probability, const int timestamp, const int level,
59 mIsNotAWord(isNotAWord), mIsBlacklisted(isBlacklisted), mProbability(probability),
70 bool isBlacklisted() const {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
patricia_trie_reading_utils.h 55 static AK_FORCE_INLINE bool isBlacklisted(const NodeFlags flags) {
83 static AK_FORCE_INLINE NodeFlags createAndGetFlags(const bool isBlacklisted,
88 nodeFlags = isBlacklisted ? (nodeFlags | FLAG_IS_BLACKLISTED) : nodeFlags;
pt_node_params.h 146 AK_FORCE_INLINE bool isBlacklisted() const {
147 return PatriciaTrieReadingUtils::isBlacklisted(mFlags);
  /frameworks/base/services/core/java/com/android/server/location/
LocationBlacklist.java 85 public boolean isBlacklisted(String packageName) {
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 350 jboolean isBeginningOfSentence, jboolean isNotAWord, jboolean isBlacklisted,
367 isBlacklisted, probability, timestamp, 0 /* level */, 1 /* count */, &shortcuts);
471 jboolean isBlacklisted = env->GetBooleanField(languageModelParam, isBlacklistedFieldId);
484 isBlacklisted, unigramProbability, timestamp, 0 /* level */, 1 /* count */,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 249 ConstantInt *IsBlacklisted = cast<ConstantInt>(MDN->getOperand(3));
250 if (IsBlacklisted->isOne())
266 bool isBlacklisted(GlobalVariable *G) const {
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-artifact-3.2.1.jar 
sisu-guice-3.1.3-no_aop.jar 
maven-compat-3.2.1.jar 
maven-core-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 144 milliseconds