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

  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue.h 63 const int minScore = sw->mScore;
64 if (minScore >= score) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 297 int minScore = getMinScore(candidateNameType, nameType);
298 if (minScore == maxScore) {
324 score = (int)(minScore + (maxScore - minScore) * (1.0f - distance));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 206 milliseconds