HomeSort by relevance Sort by last modified time
    Searched refs:bestScore (Results 1 - 19 of 19) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
UnionPattern.java 120 XObject bestScore = null;
129 if (null == bestScore)
130 bestScore = score;
131 else if (score.num() > bestScore.num())
132 bestScore = score;
136 if (null == bestScore)
138 bestScore = NodeTest.SCORE_NONE;
141 return bestScore;
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerFactory.cpp 83 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/
CommonTimeManagementService.java 266 byte bestScore = -1;
303 if (thisScore <= bestScore)
312 bestScore = thisScore;
345 byte newPrio = (bestScore > 0)
346 ? (byte)(bestScore * BASE_SERVER_PRIO)
  /frameworks/base/core/java/com/android/internal/inputmethod/
LocaleUtils.java 197 final ScoreEntry bestScore = scoreboard.get(lang);
198 if (bestScore == null) {
201 bestScore.updateIfBetter(score, i);
  /frameworks/support/compat/java/android/support/v4/graphics/
TypefaceCompatBaseImpl.java 57 int bestScore = Integer.MAX_VALUE; // smaller is better
63 if (best == null || bestScore > score) {
65 bestScore = score;
  /frameworks/base/media/java/android/media/
SubtitleController.java 213 int bestScore = -1;
251 if (score > bestScore) {
252 bestScore = score;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointNetworkEvaluator.java 176 int bestScore = Integer.MIN_VALUE;
187 if (score > bestScore) {
189 bestScore = score;
  /external/skia/third_party/etc1/
etc1.cpp 309 etc1_uint32 bestScore = ~0;
321 if (score >= bestScore) {
326 if (score >= bestScore) {
331 if (score < bestScore) {
332 bestScore = score;
339 return bestScore;
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 301 etc1_uint32 bestScore = ~0;
313 if (score >= bestScore) {
318 if (score >= bestScore) {
323 if (score < bestScore) {
324 bestScore = score;
331 return bestScore;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 223 float bestScore = Float.MAX_VALUE;
302 if (score < bestScore) {
303 bestScore = score;
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 223 int64_t bestScore;
254 if (i == 0 || score > bestScore) {
255 bestScore = score;
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 489 uint32_t bestScore = 0;
517 if (first || score > bestScore) {
518 bestScore = score;
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 267 uint32_t bestScore = kUnsupportedFontScore;
277 if (score > bestScore) {
278 bestScore = score;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 366 final int bestScore = suggestionResults.first().mScore;
369 originalText, bestSuggestion, bestScore);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java 89 int bestScore = -1;
148 if (score > bestScore) {
149 bestScore = score;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp     [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1585 milliseconds