/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 199 var score = 1.0; 206 score *= 200 / (partsAfter + 1); 212 score *= 20 / (partsAfter + 1); 216 return score;
|
/external/freetype/src/autofit/ |
afhints.h | 270 FT_Pos score; /* used during stem matching */ member in struct:AF_SegmentRec_ 293 FT_Int score; /* used during stem matching */ member in struct:AF_EdgeRec_
|
afcjk.c | 795 if ( dist * 8 < seg1->score * 9 && 796 ( dist * 8 < seg1->score * 7 || seg1->len < len ) ) 798 seg1->score = dist; 803 if ( dist * 8 < seg2->score * 9 && 804 ( dist * 8 < seg2->score * 7 || seg2->len < len ) ) 806 seg2->score = dist; 834 if ( seg1->score >= dist_threshold ) 849 if ( seg2->score <= seg1->score || seg1->score * 4 <= seg2->score [all...] |
aflatin2.c | 721 seg0.score = 32000; 1010 FT_Pos len, score; local 1022 score = dist + len_score / len; 1023 if ( score < seg1->score ) 1025 seg1->score = score; 1029 if ( score < seg2->score ) 1031 seg2->score = score [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afhints.h | 270 FT_Pos score; /* used during stem matching */ member in struct:AF_SegmentRec_ 293 FT_Int score; /* used during stem matching */ member in struct:AF_EdgeRec_
|
afcjk.c | 811 if ( dist * 8 < seg1->score * 9 && 812 ( dist * 8 < seg1->score * 7 || seg1->len < len ) ) 814 seg1->score = dist; 819 if ( dist * 8 < seg2->score * 9 && 820 ( dist * 8 < seg2->score * 7 || seg2->len < len ) ) 822 seg2->score = dist; 850 if ( seg1->score >= dist_threshold ) 865 if ( seg2->score <= seg1->score || seg1->score * 4 <= seg2->score [all...] |
aflatin2.c | 737 seg0.score = 32000; 1026 FT_Pos len, score; local 1038 score = dist + len_score / len; 1039 if ( score < seg1->score ) 1041 seg1->score = score; 1045 if ( score < seg2->score ) 1047 seg2->score = score [all...] |
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
AccessibilityGestureDetector.java | 157 // The minimal score for accepting a predicted gesture. 405 if (bestPrediction.score >= MIN_PREDICTION_SCORE) { 407 Slog.i(LOG_TAG, "gesture: " + bestPrediction.name + " score: " 408 + bestPrediction.score);
|
/frameworks/base/services/core/java/com/android/server/ |
CommonTimeManagementService.java | 214 public InterfaceScoreRule(String prefix, byte score) { 216 mScore = score;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
elf.exp | 67 if {[istarget "score-*-*"]} then { 68 set target_machine -score
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfcomm/ |
elfcomm.exp | 117 if { [istarget score-*-*] } {
|
/hardware/ti/omap4-aah/hwc/ |
hwc.c | 994 static __u32 add_scaling_score(__u32 score, 1005 score = (((score & ~1) | upscale) << 1) | (score & 1); 1009 score = (score << 5) | (16 * area / ext_area); 1011 score = (score << 5) | (16 * ext_area / area); 1014 score = (score << 5) | ((16 * ext_area + (mode_area >> 1)) / mode_area) 1092 __u32 score = 0; local [all...] |
/external/opencv3/modules/features2d/src/ |
brisk.cpp | 252 // interpolated score access with recalculation when needed: 258 // return the maximum of score patches above or below 916 float x, y, scale, score; 968 score = refine3D(i, (int)point.x, (int)point.y, x, y, scale, ismax); 975 if (score > float(threshold_)) 977 keypoints.push_back(cv::KeyPoint(x, y, basicSize_ * scale, -1, score, i)); 984 // interpolated score access with recalculation when needed: 2142 int score = agast_cornerScore<AgastFeatureDetector::AGAST_5_8>(&img_.at<uchar>(y, x), pixel_5_8_, threshold - 1); local [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
StatisticsTool.java | 402 // call checkBuffer, save score 403 // find highest score, update histogram for that checker 415 int score = scores[c]; local 417 if (score > maxScore) { 418 maxScore = score;
|
/external/opencv3/3rdparty/libwebp/enc/ |
alpha.c | 291 const size_t score = VP8BitWriterSize(&tmp_bw); local 292 if (score < best_score) { 297 best_score = score;
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
FontFamily_Delegate.java | 444 int score = Math.abs(font1.mWeight - font2.mWeight); 446 score += 200; 448 return score;
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/ |
ItemTouchHelper.java | 1782 final int score = Math.abs(diff); local 1792 final int score = Math.abs(diff); local 1802 final int score = Math.abs(diff); local 1813 final int score = Math.abs(diff); local [all...] |
/system/webservd/webservd/ |
protocol_handler.cc | 114 size_t score = std::numeric_limits<size_t>::max(); local 125 // Calculate the current handler's similarity score. The lower the score 133 // Multiply by 2 to allow for extra score point for matching the method. 141 // the score up one point. 146 if (url_match && method_match && current_score < score) { 147 score = current_score;
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
smoothness.py | 276 page, 'percentage_smooth', 'score', percentage_smooth,
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
ParameterUtils.java | 163 * is considered to be the score. 165 * <p>If the score is out of range of {@value Face#SCORE_MIN}, {@value Face#SCORE_MAX}, 166 * the score is clipped first and a warning is printed to logcat.</p> 178 int score = clip(weight, local 182 "score"); 184 return new Face(rect, score, idSafe, leftEyePosition, rightEyePosition, mouthPosition); 189 * is considered to be the score. 191 * <p>If the score is out of range of {@value Face#SCORE_MIN}, {@value Face#SCORE_MAX}, 192 * the score is clipped first and a warning is printed to logcat.</p> 199 int score = clip(weight local [all...] |
/frameworks/minikin/include/minikin/ |
LineBreaker.h | 195 float score; // best score found for this break member in struct:android::LineBreaker::Candidate
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
FaceView.java | 174 if (mFaces[i].score < 50) continue;
|
/build/tools/releasetools/ |
blockimgdiff.py | 214 # Negate the score since python's heap is a min-heap and we want 215 # the maximum score. 216 self.score = -item.score 222 return self.score == other.score 224 return self.score <= other.score [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
PredicatedNodeTest.java | 470 XObject score = execute(xctxt, n); local 472 // System.out.println("\n::acceptNode - score: "+score.num()+"::"); 473 if (score != NodeTest.SCORE_NONE)
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
NodeTest.java | 144 * Statically calculated score for this test. One of 155 * The match score if the pattern consists of just a NodeTest. 162 * The match score if the pattern pattern has the form NCName:*. 169 * The match score if the pattern has the form 177 * The match score if the pattern consists of something 185 * The match score if no match is made. 261 * calculating the score that this test will return if a test succeeds. 277 * calculating the score that this test will return if a test succeeds. 301 * Get the static score for this node test. 310 * Set the static score for this node test [all...] |