HomeSort by relevance Sort by last modified time
    Searched refs:bestScore (Results 1 - 13 of 13) 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;
  /external/srec/srec/ca/
rec_nbes.c 41 CA_NBestList *CA_PrepareNBestList(CA_Recog *hRecog, int num, asr_int32_t *bestScore)
48 newList = (CA_NBestList*)srec_nbest_prepare_list(hRecog->recm, num, bestScore);
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerFactory.cpp 88 float bestScore = 0.0; \
95 thisScore = v->scoreFactory(a, bestScore); \
96 if (thisScore > bestScore) { \
98 bestScore = thisScore; \
102 if (0.0 == bestScore) { \
  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 281 byte bestScore = -1;
318 if (thisScore <= bestScore)
327 bestScore = thisScore;
360 byte newPrio = (bestScore > 0)
361 ? (byte)(bestScore * BASE_SERVER_PRIO)
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardAccountView.java 233 int bestScore = 0;
251 if (score > bestScore) {
253 bestScore = score;
254 } else if (score == bestScore) {
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 370 uint32_t bestScore = 0;
398 if (first || score > bestScore) {
399 bestScore = score;
  /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;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
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 224 float bestScore = Float.MAX_VALUE;
303 if (score < bestScore) {
304 bestScore = score;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 338 final int bestScore = mScores[mLength - 1];
342 mOriginalText, bestSuggestion.toString(), bestScore);
345 Log.i(TAG, "Best suggestion : " + bestSuggestion + ", score " + bestScore);
  /external/srec/srec/include/
simapi.h     [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 868 int score, bestScore;
897 bestScore = diff_cleanupSemanticScore(equality1, edit)
907 if (score >= bestScore) {
908 bestScore = score;
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 661 milliseconds