Searched defs:score (Results 26 - 44 of 44) sorted by relevance

12

/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 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 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...]
/external/freetype/src/autofit/
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...]
/external/libusb/libusb/os/
H A Ddarwin_usb.c156 SInt32 score; local
165 &score);
805 SInt32 score; local
872 kIOCFPlugInInterfaceID, &plugInInterface, &score);
/external/srec/srec/include/
H A Dsimapi.h217 long score; member in struct:__anon12448
268 int viterbi_prune_thresh; /*score-based pruning threshold - only keep paths within this delta of best cost*/
1985 * Returns top score
1996 int score);
2000 * score score
2017 * Returns top score
2075 int *score,
2099 * or REJECT_RESULT if the reject score is > reject threshold.
2130 * or REJECT_RESULT if the reject score i
[all...]
/external/valgrind/main/coregrind/
H A Dm_transtab.c1668 static ULong score ( TTEntry* tte ) function
1683 tops[i].score = 0;
1694 score_total += score(&sectors[sno].tt[i]);
1704 if ( score(&sectors[sno].tt[i]) > tops[r].score ) {
1718 tops[r].score = score( &sectors[sno].tt[i] );
/external/webp/src/enc/
H A Dquant.c362 // Init/Copy the common fields in score.
368 rd->score = MAX_COST;
376 dst->score = src->score;
384 dst->score += src->score;
411 rd->score = rd->R * lambda + 256 * (rd->D + rd->SD);
452 // compute 'skip' score. This is the max score one can do.
508 score_t cost, base_cost, score; local
[all...]
H A Dvp8enci.h238 // Handy transcient struct to accumulate score and info during RD-optimization
241 score_t D, SD, R, score; // Distortion, spectral distortion, rate, score. member in struct:__anon15064
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c1795 /* utility function to sort the ArrayList of nbest list results by the score of the first
1961 asr_int32_t raws; /* raw score */
1969 int valid, score, recogID; local
2002 CA_FullResultScore(impl->recognizer, &score, 1);
2004 PLogMessage(L("R: %s type %d score %d from recognizer%d"), result, type, score, valid, recogID);
2005 PLogMessage(L("R: %s score %d from recognizer%d"), result, score, valid, recogID);
2008 //pfprintf(PSTDOUT, ("R: %s type %d score %d from recognizer%d\n"), result, type, score, vali
[all...]
/external/srec/srec/crec/
H A Dsrec.c259 to a linear in-place sort, linear looking for the 10 best score should not
334 scodata score = mixture_diagonal_gaussian_swimodel(pattern->prep, local
336 ASSERT(score <= 0 && "model score out of range");
338 current_model_scores[i] = (costdata) - score;
713 pcurrent_word_threshold is the worst score for words on the prio.q
1976 token if the first observation frame gets a score above the current pruning
1980 3. Prune. Note that the best score will have already been established for
1983 4. reset best cost to 0 (to keep scores in range). We can do this here since we already know the best score.
2055 yet know the overall best, so we use the gender score ga
[all...]
/external/qemu/
H A Dblock.c272 int score_max = 0, score; local
277 score = d->bdrv_probe_device(filename);
278 if (score > score_max) {
279 score_max = score;
335 int ret, score, score_max; local
368 score = drv1->bdrv_probe(buf, ret, filename);
369 if (score > score_max) {
370 score_max = score;
/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/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c85358 int score = matchQuality(p, nArg, enc); local
85383 int score = matchQuality(p, nArg, enc); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c85371 int score = matchQuality(p, nArg, enc); local
85396 int score = matchQuality(p, nArg, enc); local
[all...]

Completed in 719 milliseconds

12