HomeSort by relevance Sort by last modified time
    Searched full:score (Results 276 - 300 of 637) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 69 // sort first by score, then by when
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxRanker.java 32 * For ranking: call scoreSample to the score of the rank
  /system/core/adb/
usb_osx.c 127 SInt32 score; local
141 &plugInInterface, &score);
170 score = 0;
175 &plugInInterface, &score);
  /system/core/fastboot/
usb_osx.c 75 SInt32 score; local
110 &score);
264 SInt32 score; local
273 &plugin, &score);
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h 90 // visited the matching URL, to calculate a score between 0 and 1. This score
  /external/chromium_org/chrome/test/perf/
generate_profile.cc 192 ThumbnailScore score(0.75, false, false);
198 score);
  /external/chromium_org/net/http/
http_auth_handler.h 95 int score() const { function in class:net::HttpAuthHandler
177 // The score for this challenge. Higher numbers are better.
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 44 /*Best match score*/
71 /*Best match score*/
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_matching.h 44 /*Best match score*/
71 /*Best match score*/
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 44 /*Best match score*/
71 /*Best match score*/
  /frameworks/base/docs/html/reference/com/google/android/gms/games/leaderboard/
SubmitScoreResult.html 750 <p itemprop="articleBody">Data object representing the result of submitting a score to a leaderboard.
886 <div class="jd-descrdiv">Retrieves the ID of the leaderboard the score was submitted to.</div>
904 <div class="jd-descrdiv">Retrieves the ID of the player the score was submitted for.</div>
940 <div class="jd-descrdiv">Retrieve the status code of the submit score operation.</div>
1244 <td>The leaderboard ID the score was submitted to.</td>
1248 <td>The player whose score was submitted.</td>
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_impl.cc 35 DEFINE_bool(cld_forcewords, false, "Score all words, in addition to quads");
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 778 if ( dist * 8 < seg1->score * 9 &&
779 ( dist * 8 < seg1->score * 7 || seg1->len < len ) )
781 seg1->score = dist;
786 if ( dist * 8 < seg2->score * 9 &&
787 ( dist * 8 < seg2->score * 7 || seg2->len < len ) )
789 seg2->score = dist;
817 if ( seg1->score >= dist_threshold )
832 if ( seg2->score <= seg1->score || seg1->score * 4 <= seg2->score
    [all...]
aflatin.c 740 seg0.score = 32000;
984 FT_Pos len, score; local
997 /* small coordinate differences cause a higher score, and */
998 /* segments with a greater distance cause a higher score also */
999 score = dist + len_score / len;
1001 /* and we search for the smallest score */
1003 if ( score < seg1->score )
1005 seg1->score = score;
    [all...]
  /external/freetype/src/autofit/
afcjk.c 782 if ( dist * 8 < seg1->score * 9 &&
783 ( dist * 8 < seg1->score * 7 || seg1->len < len ) )
785 seg1->score = dist;
790 if ( dist * 8 < seg2->score * 9 &&
791 ( dist * 8 < seg2->score * 7 || seg2->len < len ) )
793 seg2->score = dist;
821 if ( seg1->score >= dist_threshold )
836 if ( seg2->score <= seg1->score || seg1->score * 4 <= seg2->score
    [all...]
aflatin.c 807 seg0.score = 32000;
1051 FT_Pos len, score; local
1064 /* small coordinate differences cause a higher score, and */
1065 /* segments with a greater distance cause a higher score also */
1066 score = dist + len_score / len;
1068 /* and we search for the smallest score */
1070 if ( score < seg1->score )
1072 seg1->score = score;
    [all...]
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 593 const ThumbnailScore& score,
606 add_thumbnail = ShouldReplaceThumbnailWith(current_score, score);
621 statement.BindDouble(1, score.boring_score);
622 statement.BindBool(2, score.good_clipping);
623 statement.BindBool(3, score.at_top);
624 statement.BindInt64(4, score.time_at_snapshot.ToInternalValue());
671 ThumbnailScore* score) {
672 DCHECK(score);
693 *score = ThumbnailScore(current_boring_score, current_clipping,
    [all...]
thumbnail_database.h 89 const ThumbnailScore& score,
99 // If there is a thumbnail score for the id provided, retrieves the
100 // current thumbnail score and places it in |score| and returns
102 bool ThumbnailScoreForId(URLID id, ThumbnailScore* score);
  /external/chromium_org/chrome/test/functional/
perf.py 802 """Measures score from v8 benchmark suite."""
815 lambda: 'Score:' in self.ExecuteJavascript(js_done, tab_index=1),
817 msg='Timed out when waiting for v8 benchmark score.')
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 76 * 1.0 to the score (0.0 is a perfect match).
868 int score, bestScore; local
904 score = diff_cleanupSemanticScore(equality1, edit)
907 if (score >= bestScore) {
908 bestScore = score;
963 int score = 0; local
1619 double score = match_bitapScore(d, j - 1, loc, pattern); local
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider.cc 178 // Reset relevance scores to guarantee no match is given a score that may
357 // The initial score is based on how much of the shortcut the user has typed.
358 // Using the square root of the typed fraction boosts the base score rapidly
  /external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.cc 180 SInt32 score; // Unused, but required for IOCreatePlugInInterfaceForService. local
186 &score);
265 &score);
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/
dom-perf.js 31 // A framework for running the benchmark suites and computing a score based
44 // Overall score is calculated as the geometric mean across all benchmark
178 // benchmark. The benchmark score is computed later once a full benchmark suite
  /external/chromium_org/third_party/libwebp/enc/
alpha.c 291 const size_t score = VP8BitWriterSize(&tmp_bw); local
292 if (score < best_score) {
297 best_score = score;
  /external/webp/src/enc/
alpha.c 291 const size_t score = VP8BitWriterSize(&tmp_bw); local
292 if (score < best_score) {
297 best_score = score;

Completed in 1434 milliseconds

<<11121314151617181920>>