Searched refs:bestScore (Results 1 – 11 of 11) sorted by relevance
40 int bestScore = Integer.MIN_VALUE; in getBestNetwork() local43 if (nai.getCurrentScore() > bestScore) { in getBestNetwork()45 bestScore = nai.getCurrentScore(); in getBestNetwork()
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()
370 int bestScore = TELEPHONY_INVALID_SCORE; in findBestTelephonySuggestion() local394 if (bestSuggestion == null || bestScore < candidateScore) { in findBestTelephonySuggestion()396 bestScore = candidateScore; in findBestTelephonySuggestion()397 } else if (bestScore == candidateScore) { in findBestTelephonySuggestion()
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()
266 uint32_t bestScore = kUnsupportedFontScore; in getFamilyForChar() local276 if (score > bestScore) { in getFamilyForChar()277 bestScore = score; in getFamilyForChar()
680 int bestScore = normal.getMatchScore(bestFont.getStyle()); in buildTypeface() local684 if (score < bestScore) { in buildTypeface()686 bestScore = score; in buildTypeface()
277 int bestScore = normal.getMatchScore(bestFont.getStyle()); in createFromResources() local281 if (score < bestScore) { in createFromResources()283 bestScore = score; in createFromResources()