HomeSort by relevance Sort by last modified time
    Searched refs:bestScore (Results 1 - 17 of 17) 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 84 float bestScore = 0.0; \
91 thisScore = v->scoreFactory(a, bestScore); \
92 if (thisScore > bestScore) { \
94 bestScore = thisScore; \
98 if (0.0 == bestScore) { \
  /frameworks/base/services/core/java/com/android/server/
CommonTimeManagementService.java 275 byte bestScore = -1;
312 if (thisScore <= bestScore)
321 bestScore = thisScore;
354 byte newPrio = (bestScore > 0)
355 ? (byte)(bestScore * BASE_SERVER_PRIO)
  /frameworks/base/core/java/com/android/internal/inputmethod/
LocaleUtils.java 212 final ScoreEntry bestScore = scoreboard.get(lang);
213 if (bestScore == null) {
216 bestScore.updateIfBetter(score, i);
  /frameworks/base/media/java/android/media/
SubtitleController.java 213 int bestScore = -1;
251 if (score > bestScore) {
252 bestScore = score;
  /external/libgdx/gdx/jni/etc1/
etc1_utils.cpp 301 etc1_uint32 bestScore = ~0;
313 if (score >= bestScore) {
318 if (score >= bestScore) {
323 if (score < bestScore) {
324 bestScore = score;
331 return bestScore;
  /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;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 366 final int bestScore = suggestionResults.first().mScore;
369 originalText, bestSuggestion, bestScore);
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 306 uint32_t bestScore = kUnsupportedFontScore;
315 if (score > bestScore) {
316 bestScore = score;
  /cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java 77 int bestScore = -1;
136 if (score > bestScore) {
137 bestScore = score;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 1170 float bestScore = best->weight / (float)best->degree;
1174 if (score < bestScore) {
1176 bestScore = score;
1179 if (isinf(bestScore)) {
    [all...]
  /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 500 milliseconds