HomeSort by relevance Sort by last modified time
    Searched refs:bestScore (Results 1 - 10 of 10) 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/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp 122 float bestScore = 0;
133 bestScore = std::max(bestScore, targetData.score);
142 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) &&
  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 322 etc1_uint32 bestScore = ~0;
334 if (score >= bestScore) {
339 if (score >= bestScore) {
344 if (score < bestScore) {
345 bestScore = score;
352 return bestScore;
  /external/chromium_org/third_party/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;
  /cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java 47 int bestScore = -1;
106 if (score > bestScore) {
107 bestScore = score;
  /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...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 641 milliseconds