Searched defs:score (Results 1 - 25 of 44) sorted by path

12

/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DNodeTest.java144 * 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 fo
313 setStaticScore(XNumber score) argument
[all...]
/external/chromium/base/
H A Dprocess_util_linux.cc699 bool AdjustOOMScore(ProcessId process, int score) { argument
700 if (score < 0 || score > 15)
710 std::string score_str = base::IntToString(score);
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider.cc179 // Make the result references and score the results.
209 int score) {
212 AutocompleteMatch match(this, score, true, MatchInTitle(result) ?
207 ResultToMatch( const history::URLResult& result, int score) argument
H A Dhistory_quick_provider.cc99 // Artificially reduce the score of high-scoring results which should not be
125 int score = CalculateRelevance(history_match.raw_score, local
129 // Discount a very high score when a) a match doesn't start at the beginning
134 if (score > kMaxDontInlineScore &&
137 score = std::min(*next_dont_inline_score, score);
141 AutocompleteMatch match(this, score, !!info.visit_count(),
/external/chromium/chrome/browser/history/
H A Dhistory.cc435 const ThumbnailScore& score) {
440 page_url, thumbnail, score);
433 SetPageThumbnail(const GURL& page_url, const SkBitmap& thumbnail, const ThumbnailScore& score) argument
H A Dhistory_backend.cc1488 const ThumbnailScore& score) {
1495 thumbnail_db_->SetPageThumbnail(url, url_id, thumbnail, score,
1485 SetPageThumbnail( const GURL& url, const SkBitmap& thumbnail, const ThumbnailScore& score) argument
H A Din_memory_url_index.cc52 // Score ranges used to get a 'base' score for each of the scoring factors
105 // Converts a raw value for some particular scoring factor into a score
108 // |kScoreRank| (mathematically, f(value_rank[i]) = kScoreRank[i]). A score
113 // Because 70 falls between ranks 0 (100) and 1 (50), the score is given by the
115 // score = m * value + b, where
128 int score = kScoreRank[i]; local
130 score += (value - value_ranks[i]) *
134 return score;
365 // substring match, inserting those which pass in order by score.
711 // so that we can score a
758 int score = ScoreForValue((base::Time::Now() - local
[all...]
H A Dthumbnail_database.cc241 const ThumbnailScore& score,
252 add_thumbnail = ShouldReplaceThumbnailWith(current_score, score);
277 statement.BindDouble(1, score.boring_score);
278 statement.BindBool(2, score.good_clipping);
279 statement.BindBool(3, score.at_top);
280 statement.BindInt64(4, score.time_at_snapshot.ToTimeT());
333 ThumbnailScore* score) {
354 *score = ThumbnailScore(current_boring_score, current_clipping,
237 SetPageThumbnail( const GURL& url, URLID id, const SkBitmap& thumbnail, const ThumbnailScore& score, base::Time time) argument
332 ThumbnailScoreForId(URLID id, ThumbnailScore* score) argument
H A Dtop_sites.cc187 const ThumbnailScore& score) {
216 AddTemporaryThumbnail(url, thumbnail_data, score);
220 return SetPageThumbnailEncoded(url, thumbnail_data, score);
254 ThumbnailScore* score) {
257 return thread_safe_cache_->GetPageThumbnailScore(url, score);
261 ThumbnailScore* score) {
265 *score = i->second.thumbnail_score;
524 const ThumbnailScore& score) {
535 ThumbnailScore new_score_with_redirects(score);
553 const ThumbnailScore& score) {
185 SetPageThumbnail(const GURL& url, const SkBitmap& thumbnail, const ThumbnailScore& score) argument
253 GetPageThumbnailScore(const GURL& url, ThumbnailScore* score) argument
260 GetTemporaryPageThumbnailScore(const GURL& url, ThumbnailScore* score) argument
522 SetPageThumbnailNoDB(const GURL& url, const RefCountedBytes* thumbnail_data, const ThumbnailScore& score) argument
551 SetPageThumbnailEncoded(const GURL& url, const RefCountedBytes* thumbnail, const ThumbnailScore& score) argument
599 AddTemporaryThumbnail(const GURL& url, const RefCountedBytes* thumbnail, const ThumbnailScore& score) argument
[all...]
H A Dtop_sites_cache.cc29 const ThumbnailScore& score) {
32 img.thumbnail_score = score;
51 ThumbnailScore* score) {
55 *score = found->second.thumbnail_score;
27 SetPageThumbnail(const GURL& url, RefCountedBytes* thumbnail, const ThumbnailScore& score) argument
50 GetPageThumbnailScore(const GURL& url, ThumbnailScore* score) argument
H A Dtop_sites_database.cc177 const ThumbnailScore& score = thumbnail.thumbnail_score; local
178 statement.BindDouble(3, score.boring_score);
179 statement.BindBool(4, score.good_clipping);
180 statement.BindBool(5, score.at_top);
181 statement.BindInt64(6, score.time_at_snapshot.ToInternalValue());
209 const ThumbnailScore& score = thumbnail.thumbnail_score; local
210 statement.BindDouble(5, score.boring_score);
211 statement.BindBool(6, score.good_clipping);
212 statement.BindBool(7, score.at_top);
213 statement.BindInt64(8, score
[all...]
H A Dvisitsegment_database.cc256 float score = 0; local
261 pud->SetScore(score);
266 score = 0;
283 score += recency_boost * day_visits_score;
287 pud->SetScore(score);
/external/chromium/chrome/browser/password_manager/
H A Dpassword_form_manager.cc231 // they don't score as high as others and aren't added to best_matches_.
256 // This new login has a better score than all those up to this point
276 // lower-scored empty-path match (if it had equal score it would already be
437 int score = 0; local
443 score += (1 << 5) + static_cast<int>(form_path_tokens_.size());
455 score++;
458 score += (depth > 0) ? 1 << 4 : 0;
462 score += 1 << 3;
464 score += 1 << 2;
466 score
[all...]
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc67 float score) {
70 request->set_client_score(score);
232 float score = 0.4f; // Some random client score. local
238 EXPECT_FALSE(SendClientReportPhishingRequest(url, score));
245 EXPECT_TRUE(SendClientReportPhishingRequest(url, score));
252 EXPECT_FALSE(SendClientReportPhishingRequest(second_url, score));
66 SendClientReportPhishingRequest(const GURL& phishing_url, float score) argument
/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator_unittest.cc198 // The thumbnail should deserve the highest boring score.
299 virtual bool GetPageThumbnailScore(const GURL& url, ThumbnailScore* score) { argument
305 *score = iter->second;
310 // Adds a known URL with the associated thumbnail score.
311 void AddKnownURL(const GURL& url, const ThumbnailScore& score) { argument
312 known_url_map_[url.spec()] = score;
367 // Replace the thumbnail score with a really good one.
/external/chromium/chrome/browser/ui/tab_contents/
H A Dtab_contents_wrapper.cc310 const ThumbnailScore& score,
318 ts->SetPageThumbnail(url, bitmap, score);
309 OnMsgThumbnail(const GURL& url, const ThumbnailScore& score, const SkBitmap& bitmap) argument
/external/chromium/chrome/common/
H A Dthumbnail_score.cc19 // Calculates a numeric score from traits about where a snapshot was
45 ThumbnailScore::ThumbnailScore(double score, bool clipping, bool top) argument
46 : boring_score(score),
53 ThumbnailScore::ThumbnailScore(double score, bool clipping, bool top, argument
55 : boring_score(score),
98 // is better." Then we can decrease the score by dividing by a fraction.
104 // Degrade the score of each thumbnail to account for how many redirects
112 // Degrade the score and prefer the newer one based on how long apart the
H A Dthumbnail_score_unittest.cc49 // This one has a lot of redirects but a better score. It should still be
57 ThumbnailScore score; local
58 // By default, the score is 1.0, meaning very boring, thus we should
60 EXPECT_DOUBLE_EQ(1.0, score.boring_score);
61 EXPECT_TRUE(score.ShouldConsiderUpdating());
64 score.boring_score = 0.0;
65 EXPECT_TRUE(score.ShouldConsiderUpdating());
68 score.good_clipping = true;
69 EXPECT_TRUE(score.ShouldConsiderUpdating());
72 score
[all...]
/external/chromium/net/http/
H A Dhttp_auth_handler.h95 int score() const { function in class:net::HttpAuthHandler
173 // The score for this challenge. Higher numbers are better.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/freetype/src/autofit/
H A Dafhints.h282 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_
H A Daflatin.c740 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...]
H A Daflatin2.c692 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
[all...]
H A Dafwarp.c68 /* the new best score is equal to the old one, prefer the */
128 /* score the length of the segments for the given range */
133 /* find best score */
140 AF_WarpScore score = scores[idx]; local
144 if ( score > warper->best_score ||
145 ( score == warper->best_score &&
148 warper->best_score = score;

Completed in 374 milliseconds

12