HomeSort by relevance Sort by last modified time
    Searched refs:score (Results 76 - 100 of 337) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 514 const ThumbnailScore& score = thumbnail.thumbnail_score; local
515 statement.BindDouble(3, score.boring_score);
516 statement.BindBool(4, score.good_clipping);
517 statement.BindBool(5, score.at_top);
518 statement.BindInt64(6, score.time_at_snapshot.ToInternalValue());
519 statement.BindBool(7, score.load_completed);
543 const ThumbnailScore& score = thumbnail.thumbnail_score; local
544 statement.BindDouble(5, score.boring_score);
545 statement.BindBool(6, score.good_clipping);
546 statement.BindBool(7, score.at_top)
    [all...]
top_sites_impl.cc 136 const ThumbnailScore& score) {
165 AddTemporaryThumbnail(url, thumbnail_data.get(), score);
169 return SetPageThumbnailEncoded(url, thumbnail_data.get(), score);
175 const ThumbnailScore& score) {
200 AddTemporaryThumbnail(url, memory, score);
204 return SetPageThumbnailEncoded(url, memory, score);
283 ThumbnailScore* score) {
286 return thread_safe_cache_->GetPageThumbnailScore(url, score);
290 ThumbnailScore* score) {
294 *score = i->second.thumbnail_score
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_framestitching.cpp 28 inline void db_RotationFromMOuterProductSum(double R[9],double *score,double M[9])
72 if(score)
74 /*Compute score=transpose(q)*N*q */
76 *score=db_ScalarProduct4(q,y);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_framestitching.cpp 28 inline void db_RotationFromMOuterProductSum(double R[9],double *score,double M[9])
72 if(score)
74 /*Compute score=transpose(q)*N*q */
76 *score=db_ScalarProduct4(q,y);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
BinaryDictionaryUtils.java 45 private static native float calcNormalizedScoreNative(int[] before, int[] after, int score);
110 final int score) {
112 StringUtils.toCodePointArray(after), score);
  /external/chromium_org/third_party/sqlite/src/src/
callback.c 335 int bestScore = 0; /* Score of best match */
346 int score = matchQuality(p, nArg, enc); local
347 if( score>bestScore ){
349 bestScore = score;
371 int score = matchQuality(p, nArg, enc); local
372 if( score>bestScore ){
374 bestScore = score;
  /external/chromium_org/third_party/libwebp/enc/
alpha.c 103 size_t score; member in struct:__anon16885
153 result->score = VP8BitWriterSize(&result->bw);
218 static void InitFilterTrial(FilterTrial* const score) {
219 score->score = (size_t)~0U;
220 VP8BitWriterInit(&score->bw, 0);
244 if (ok && trial.score < best.score) {
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 158 int score = 0;
159 score += (pattern.width() - candidate.width()) * 100;
160 score += (pattern.isItalic() == candidate.isItalic()) ? 0 : 1000;
161 score += pattern.weight() - candidate.weight();
162 return score;
181 int score = match_score(pattern, style); variable
182 if (score < minScore) {
184 minScore = score;
  /external/chromium_org/tools/perf/benchmarks/
dromaeo.py 34 score = eval(tab.EvaluateJavaScript(js_get_results))
43 for k, v in score.iteritems():
  /external/skia/src/ports/
SkFontHost_linux.cpp 158 int score = 0;
159 score += (pattern.width() - candidate.width()) * 100;
160 score += (pattern.isItalic() == candidate.isItalic()) ? 0 : 1000;
161 score += pattern.weight() - candidate.weight();
162 return score;
181 int score = match_score(pattern, style); variable
182 if (score < minScore) {
184 minScore = score;
  /external/webp/src/enc/
alpha.c 103 size_t score; member in struct:__anon37054
153 result->score = VP8BitWriterSize(&result->bw);
218 static void InitFilterTrial(FilterTrial* const score) {
219 score->score = (size_t)~0U;
220 VP8BitWriterInit(&score->bw, 0);
244 if (ok && trial.score < best.score) {
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp 60 jintArray before, jintArray after, jint score) {
68 afterCodePoints, afterLength, score);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 30 // computing a score based on the timing measurements.
37 // not be accounted for in the benchmark score.
48 // run the benchmark. The benchmark score is computed later once a
64 // addition to the reference timing that the final score will be based
108 // context of browsers. Once done, the final score is reported to the
131 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
132 var formatted = BenchmarkSuite.FormatScore(100 * score);
162 // Converts a score value to a string with at least three significant
184 var score = this.reference / mean;
185 BenchmarkSuite.scores.push(score);
    [all...]
  /external/chromium_org/v8/benchmarks/
base.js 30 // computing a score based on the timing measurements.
37 // not be accounted for in the benchmark score.
47 // run the benchmark. The benchmark score is computed later once a
63 // addition to the reference timing that the final score will be based
103 // context of browsers. Once done, the final score is reported to the
126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
127 var formatted = BenchmarkSuite.FormatScore(100 * score);
157 // Converts a score value to a string with at least three significant
179 var score = this.reference / mean;
180 BenchmarkSuite.scores.push(score);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
MatchPatternIterator.java 304 XObject score = m_pattern.execute(xctxt); local
309 System.out.println("score: "+score);
310 System.out.println("skip: "+(score == NodeTest.SCORE_NONE));
313 // System.out.println("\n::acceptNode - score: "+score.num()+"::");
314 return (score == NodeTest.SCORE_NONE) ? DTMIterator.FILTER_SKIP
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 60 int score) OVERRIDE;
  /external/chromium_org/net/http/
http_auth_handler.h 96 int score() const { function in class:net::HttpAuthHandler
178 // The score for this challenge. Higher numbers are better.
  /external/valgrind/main/coregrind/
pub_core_transtab.h 124 ULong score; member in struct:_SBProfEntry
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 116 // 2. If a font matches both language and script, it gets a score of 4.
117 // 3. If a font matches just language, it gets a score of 2.
118 // 4. Matching the "compact" or "elegant" variant adds one to the score.
119 // 5. Highest score wins, with ties resolved to the first font.
139 int score = lang.match(family->lang()) * 2; local
141 score++;
143 if (score > bestScore) {
144 bestScore = score;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
StochasticLinearRankerWithPrior.java 29 /* If the is parameter is true, the final score would be a
105 float score = 0; local
108 score = score + mPriorWeights.get(keys[i]) * values[i];
110 return score;
  /system/core/include/system/
camera.h 231 int32_t score; member in struct:camera_face
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 184 size_t width, height, fps, score; local
191 score = width * height * fps * (!interlaced + 1);
196 && score >= width * height * fps * (!interlaced + 1)) {
513 uint32_t score = width * height * framesPerSecond; local
515 score *= 2;
518 if (first || score > bestScore) {
519 bestScore = score;
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 147 public int score; field in class:WifiInfo
246 score = 0;
273 score = source.score;
519 append(", score: ").append(Integer.toString(score));
549 dest.writeInt(score);
579 info.score = in.readInt();
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.cc 320 // These credentials will be in the final result regardless of score.
327 // Score and update best matches.
330 // they don't score as high as others and aren't added to best_matches_.
365 // This new login has a better score than all those up to this point
386 // lower-scored match (if it had equal score it would already be in
651 int score = 0; local
653 score += 1 << 7;
660 score += (1 << 6) + static_cast<int>(form_path_tokens_.size());
672 score++;
675 score += (depth > 0) ? 1 << 5 : 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
FilteredItemSelectionDialog.js 213 // Score item.
214 var score = this._delegate.itemScoreAt(i, query);
219 if (score > minBestScore || bestScores.length < bestItemsToCollect) {
220 var index = insertionIndexForObjectInListSortedByFunction(score, bestScores, compareIntegers, true);
221 bestScores.splice(index, 0, score);
721 var score = this._defaultScores ? (this._defaultScores.get(uiSourceCode) || 0) : 0;
723 return score;
731 return score + 10 * this._scorer.score(path, null);
749 var score = new WebInspector.FilePathScoreFunction(query).score(subtitleElement.textContent, indexes)
    [all...]

Completed in 3662 milliseconds

1 2 34 5 6 7 8 91011>>