Searched refs:bestScore (Results 1 – 10 of 10) sorted by relevance
83 float bestScore = 0.0; \90 thisScore = v->scoreFactory(a, bestScore); \91 if (thisScore > bestScore) { \93 bestScore = thisScore; \97 if (0.0 == bestScore) { \
192 final ScoreEntry bestScore = scoreboard.get(lang); in filterByLanguage() local193 if (bestScore == null) { in filterByLanguage()196 bestScore.updateIfBetter(score, i); in filterByLanguage()
301 etc1_uint32 bestScore = ~0; in chooseModifier() local313 if (score >= bestScore) { in chooseModifier()318 if (score >= bestScore) { in chooseModifier()323 if (score < bestScore) { in chooseModifier()324 bestScore = score; in chooseModifier()331 return bestScore; in chooseModifier()
216 int bestScore = -1; in getDefaultTrack() local254 if (score > bestScore) { in getDefaultTrack()255 bestScore = score; in getDefaultTrack()
195 final Comparator<File> bestScore = (a, b) -> { in createAudioThumbnail() local199 final File bestFile = Arrays.asList(found).stream().max(bestScore).orElse(null); in createAudioThumbnail()
225 int64_t bestScore; in prime() local256 if (i == 0 || score > bestScore) { in prime()257 bestScore = score; in prime()
539 int bestScore = TELEPHONY_INVALID_SCORE; in findBestTelephonySuggestion() local563 if (bestSuggestion == null || bestScore < candidateScore) { in findBestTelephonySuggestion()565 bestScore = candidateScore; in findBestTelephonySuggestion()566 } else if (bestScore == candidateScore) { in findBestTelephonySuggestion()
350 uint32_t bestScore = kUnsupportedFontScore; in getFamilyForChar() local362 if (score != kUnsupportedFontScore && score >= bestScore) { in getFamilyForChar()363 if (score > bestScore) { in getFamilyForChar()365 bestScore = score; in getFamilyForChar()
704 int bestScore = normal.getMatchScore(bestFont.getStyle()); in buildTypeface() local708 if (score < bestScore) { in buildTypeface()710 bestScore = score; in buildTypeface()
356 int bestScore = normal.getMatchScore(bestFont.getStyle()); in createFromResources() local360 if (score < bestScore) { in createFromResources()362 bestScore = score; in createFromResources()