Home
last modified time | relevance | path

Searched refs:getScore (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggested_word.h32 if (left.getScore() != right.getScore()) { in operator()
33 return left.getScore() > right.getScore(); in operator()
57 int getScore() const { in getScore() function
Dsuggestion_results.cpp35 JniDataUtils::putIntToArray(env, outScoresArray, outputIndex, suggestedWord.getScore()); in outputSuggestions()
72 if (score > mWorstSuggestion.getScore() || (score == mWorstSuggestion.getScore() in addSuggestion()
87 outScores[copyOfSuggestedWords.size() - 1] = suggestedWord.getScore(); in getSortedScores()
102 DUMP_SUGGESTION(it->getCodePoint(), it->getCodePointCount(), index, it->getScore()); in dumpSuggestions()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DMatchScore.java100 public int getScore() { in getScore() method in MatchScore
141 return another.getScore() - getScore(); in compareTo()
DContactMatcher.java354 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
DRawContactMatcher.java341 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
/packages/apps/Camera2/src/com/android/camera/stats/
DCamera2FaceProxy.java36 Camera2FaceProxy convertedFace = new Camera2FaceProxy(face.getBounds(), face.getScore()); in from()
44 public int getScore() { in getScore() method in Camera2FaceProxy