Searched refs:bestScore (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/compat/java/android/support/v4/graphics/
H A DTypefaceCompatBaseImpl.java79 int bestScore = Integer.MAX_VALUE; // smaller is better
85 if (bestEntry == null || bestScore > score) {
87 bestScore = score;
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp83 float bestScore = 0.0; \
90 thisScore = v->scoreFactory(a, bestScore); \
91 if (thisScore > bestScore) { \
93 bestScore = thisScore; \
97 if (0.0 == bestScore) { \
/frameworks/base/services/core/java/com/android/server/
H A DCommonTimeManagementService.java270 byte bestScore = -1;
307 if (thisScore <= bestScore)
316 bestScore = thisScore;
349 byte newPrio = (bestScore > 0)
350 ? (byte)(bestScore * BASE_SERVER_PRIO)
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DLocaleUtils.java197 final ScoreEntry bestScore = scoreboard.get(lang);
198 if (bestScore == null) {
201 bestScore.updateIfBetter(score, i);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointNetworkEvaluator.java165 int bestScore = Integer.MIN_VALUE;
176 if (score > bestScore) {
178 bestScore = score;
/frameworks/base/media/java/android/media/
H A DSubtitleController.java213 int bestScore = -1;
251 if (score > bestScore) {
252 bestScore = score;
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp301 etc1_uint32 bestScore = ~0; local
313 if (score >= bestScore) {
318 if (score >= bestScore) {
323 if (score < bestScore) {
324 bestScore = score;
331 return bestScore;
/frameworks/av/media/libstagefright/
H A DVideoFrameScheduler.cpp223 int64_t bestScore; local
254 if (i == 0 || score > bestScore) {
255 bestScore = score;
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp489 uint32_t bestScore = 0; local
517 if (first || score > bestScore) {
518 bestScore = score;
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp267 uint32_t bestScore = kUnsupportedFontScore; local
277 if (score > bestScore) {
278 bestScore = score;

Completed in 249 milliseconds