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

  /external/skia/src/ports/
SkFontMgr_android.cpp 206 int minScore = std::numeric_limits<int>::max();
210 if (score < minScore) {
212 minScore = score;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 209 int minScore = getMinScore(candidateNameType, nameType);
210 if (minScore == maxScore) {
236 score = (int)(minScore + (maxScore - minScore) * (1.0f - distance));
RawContactMatcher.java 207 int minScore = getMinScore(candidateNameType, nameType);
208 if (minScore == maxScore) {
234 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 338 milliseconds