HomeSort by relevance Sort by last modified time
    Searched refs:bestScore (Results 1 - 18 of 18) 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);
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp 124 float bestScore = 0;
135 bestScore = max(bestScore, targetData.score);
144 if (it->value.score < bestScore * 0.5)
  /external/chromium_org/third_party/sqlite/src/src/
callback.c 335 int bestScore = 0; /* Score of best match */
347 if( score>bestScore ){
349 bestScore = score;
368 bestScore = 0;
372 if( score>bestScore ){
374 bestScore = score;
384 if( createFlag && (bestScore<6 || pBest->nArg!=nArg) &&
  /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 278 byte bestScore = -1;
315 if (thisScore <= bestScore)
324 bestScore = thisScore;
357 byte newPrio = (bestScore > 0)
358 ? (byte)(bestScore * BASE_SERVER_PRIO)
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardAccountView.java 232 int bestScore = 0;
250 if (score > bestScore) {
252 bestScore = score;
253 } else if (score == bestScore) {
  /frameworks/base/media/java/android/media/
SubtitleController.java 212 int bestScore = -1;
250 if (score > bestScore) {
251 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;
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 490 uint32_t bestScore = 0;
518 if (first || score > bestScore) {
519 bestScore = score;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 355 final int bestScore = mScores[mLength - 1];
359 mOriginalText, bestSuggestion.toString(), bestScore);
362 Log.i(TAG, "Best suggestion : " + bestSuggestion + ", score " + bestScore);
  /external/srec/srec/include/
simapi.h     [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /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/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1185 milliseconds