Searched refs:getScore (Results 1 – 6 of 6) sorted by relevance
32 if (left.getScore() != right.getScore()) { in operator()33 return left.getScore() > right.getScore(); in operator()57 int getScore() const { in getScore() function
35 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()
100 public int getScore() { in getScore() method in MatchScore141 return another.getScore() - getScore(); in compareTo()
354 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
341 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
36 Camera2FaceProxy convertedFace = new Camera2FaceProxy(face.getBounds(), face.getScore()); in from()44 public int getScore() { in getScore() method in Camera2FaceProxy