HomeSort by relevance Sort by last modified time
    Searched refs:isExactMatch (Results 1 - 8 of 8) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
error_type_utils.h 50 static bool isExactMatch(const ErrorType containedErrorTypes) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.cpp 91 const bool isExactMatch =
92 ErrorTypeUtils::isExactMatch(terminalDicNode->getContainedErrorTypes());
99 const bool isSafeExactMatch = isExactMatch
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.h 52 if (boostExactMatches && ErrorTypeUtils::isExactMatch(containedErrorTypes)) {
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 159 bool isExactMatch = (resultConfigs == referenceConfigs);
160 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true);
166 else if (!isExactMatch)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 431 const bool leftExactMatch = ErrorTypeUtils::isExactMatch(getContainedErrorTypes());
432 const bool rightExactMatch = ErrorTypeUtils::isExactMatch(right->getContainedErrorTypes());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 316 public boolean isExactMatch() {
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 4965 milliseconds