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

<<11121314151617181920>>

  /frameworks/base/docs/html/training/cloudsync/
gcm.jd 87 "score": "4 x 8",
104 game with the updated score, and then 15 minutes later an updated score message
  /frameworks/base/media/java/android/media/
SubtitleController.java 238 int score = (forced ? 0 : 8) + local
250 if (score > bestScore) {
251 bestScore = score;
  /external/chromium/base/
string_util_unittest.cc 572 {" Making it much longer ", 0, " ", "Four score and seven years ago",
573 "Four score and seven years agoMakingFour score and seven years agoit"
574 "Four score and seven years agomuchFour score and seven years agolonger"
575 "Four score and seven years ago"},
604 {" Making it much longer ", 0, " ", "Four score and seven years ago",
605 "Four score and seven years agoMaking it much longer "},
    [all...]
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 512 // the same score on the redirect destination, which in turn should not
567 ThumbnailScore score(0.5, true, true, base::Time::Now());
570 EXPECT_TRUE(top_sites()->SetPageThumbnail(url1.url, thumbnail, score));
574 thumbnail, score));
582 thumbnail, score));
769 // 2. Set to google - low score.
774 // 3. Set to google - high score.
    [all...]
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 310 const ThumbnailScore& score,
318 ts->SetPageThumbnail(url, bitmap, score);
  /external/chromium_org/base/strings/
string_util_unittest.cc 543 {" Making it much longer ", 0, " ", "Four score and seven years ago",
544 "Four score and seven years agoMakingFour score and seven years agoit"
545 "Four score and seven years agomuchFour score and seven years agolonger"
546 "Four score and seven years ago"},
575 {" Making it much longer ", 0, " ", "Four score and seven years ago",
576 "Four score and seven years agoMaking it much longer "},
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result.cc 27 // Returns the relevance score of |match| demoted appropriately by
174 // score of 0.
  /external/chromium_org/chrome/browser/history/
scored_history_match_unittest.cc 316 // Also verify that the matches at non-word-boundaries all score
326 // matches (.com, .net, etc.) score worse than some of the mid-word
top_sites_impl_unittest.cc 529 // the same score on the redirect destination, which in turn should not
585 ThumbnailScore score(0.5, true, true, base::Time::Now());
588 EXPECT_TRUE(top_sites()->SetPageThumbnail(url1.url, thumbnail, score));
592 thumbnail, score));
600 thumbnail, score));
787 // 2. Set to google - low score.
792 // 3. Set to google - high score.
    [all...]
top_sites_likely_impl_unittest.cc 530 // the same score on the redirect destination, which in turn should not
586 ThumbnailScore score(0.5, true, true, base::Time::Now());
589 EXPECT_TRUE(top_sites()->SetPageThumbnail(url1.url, thumbnail, score));
593 thumbnail, score));
601 thumbnail, score));
788 // 2. Set to google - low score.
793 // 3. Set to google - high score.
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
simple_thumbnail_crop.cc 52 context->score.boring_score = CalculateBoringScore(thumbnail);
53 context->score.good_clipping =
  /external/chromium_org/chrome/common/safe_browsing/
csd.proto 31 // Score that was computed on the client. Value is between 0.0 and 1.0.
55 // The version number of the model that was used to compute the client-score.
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_token_matcher.py 62 def score(self, alternatives): member in class:Optimizer
69 return sorted(candidates, key=lambda pos: self.score([c.identifier[pos] for c in cases]))[0]
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.h 282 FT_Pos score; /* used during stem matching */ member in struct:AF_SegmentRec_
305 FT_Int score; /* used during stem matching */ member in struct:AF_EdgeRec_
aflatin2.c 692 seg0.score = 32000;
985 FT_Pos len, score; local
997 score = dist + len_score / len;
998 if ( score < seg1->score )
1000 seg1->score = score;
1004 if ( score < seg2->score )
1006 seg2->score = score
    [all...]
  /external/freetype/src/autofit/
afhints.h 282 FT_Pos score; /* used during stem matching */ member in struct:AF_SegmentRec_
305 FT_Int score; /* used during stem matching */ member in struct:AF_EdgeRec_
aflatin2.c 720 seg0.score = 32000;
1014 FT_Pos len, score; local
1026 score = dist + len_score / len;
1027 if ( score < seg1->score )
1029 seg1->score = score;
1033 if ( score < seg2->score )
1035 seg2->score = score
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 313 /* Get baseline error score */
341 /* Get Low filter error score */
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 621 // When the error score is very low this causes us to pick all or lots of
696 // In accumulating a score for the older reference frame
697 // take the best of the motion predicted score and
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
FrameProcessor.cpp 171 ALOGW("%s: Face index %d with out of range score %d",
182 face.score = faceScores[i];
  /frameworks/base/docs/html/google/gcm/
c2dm.jd 64 <dd>In GCM you can send the same message to multiple devices simultaneously. For example, a sports app wanting to deliver a score update to fans can now send the message to up to 1000 registration IDs in the same request (requires JSON). For more information, see the <a href="gcm.html#send-msg">Architectural Overview</a>.</dd>
113 "Score" : "3",
  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 217 public InterfaceScoreRule(String prefix, byte score) {
219 mScore = score;
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 256 jintArray before, jintArray after, jint score) {
264 afterCodePoints, afterLength, score);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 357 // Calculating a point score that indicates usefulness of the point.
377 float score = 0.0f; local
382 score += ProximityInfoParams::NOT_LOCALMIN_DISTANCE_SCORE;
385 score += ProximityInfoParams::LOCALMIN_DISTANCE_AND_NEAR_TO_KEY_SCORE;
398 score += ProximityInfoParams::CORNER_SCORE;
400 return score;
422 const float score = getPointScore(mostCommonKeyWidth, x, y, time, isLastPoint, nearest, local
425 if (score < 0) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 35 /** Score(frequency value) of word in the learning dictionary */
37 /** Score(frequency value) of word in the user dictionary */

Completed in 2642 milliseconds

<<11121314151617181920>>