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

  /libcore/luni/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/base/policy/src/com/android/internal/policy/impl/
AccountUnlockScreen.java 244 int bestScore = 0;
262 if (score > bestScore) {
264 bestScore = score;
265 } else if (score == bestScore) {
  /frameworks/base/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;
  /external/srec/srec/include/
simapi.h     [all...]

Completed in 1875 milliseconds