/external/srec/doc/logs/uapi/ |
run_ERT.log | 16 Score=80
|
/frameworks/base/core/java/com/android/internal/notification/ |
NotificationScorer.java | 25 public int getScore(Notification notification, int 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...] |
run.html | 44 function AddScore(score) { 47 status.innerHTML = "Score: " + score; 105 used to tune V8. The final score is computed as the geometric mean of 107 the individual benchmarks and of a reference system (score
|
/external/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...] |
run.html | 44 function AddScore(score) { 47 status.innerHTML = "Score: " + score; 105 used to tune V8. The final score is computed as the geometric mean of 107 the individual benchmarks and of a reference system (score
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardAccountView.java | 234 int score = 0; local 236 score = 4; 238 score = 3; 244 score = 2; 246 score = 1; 250 if (score > bestScore) { 252 bestScore = score; 253 } else if (score == bestScore) {
|
/frameworks/ml/bordeaux/learning/multiclass_pa/native/ |
multiclass_pa.cpp | 68 float MulticlassPA::Score(const vector<float>& inputs, 109 float target_class_score = Score(inputs, parameters_[target]); 110 // VLOG(1) << "target class " << target << " score " << target_class_score; 112 float other_class_score = Score(inputs, parameters_[other_class]); 113 // VLOG(1) << "other class " << other_class << " score " << other_class_score; 143 // VLOG(1) << "target class " << target << " score " << target_class_score; 146 // VLOG(1) << "other class " << other_class << " score " << other_class_score; 201 float score_i = Score(inputs, parameters_[i]);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
shortcut_utils.h | 43 // shortcut entry's score == its base entry's score - 1
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/ |
typing_scoring.h | 58 const float score = ScoringParams::TYPING_BASE_OUTPUT_SCORE local 61 return static_cast<int>(score * SUGGEST_INTERFACE_OUTPUT_SCALE);
|
/external/chromium/chrome/browser/history/ |
top_sites_database.cc | 177 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.time_at_snapshot.ToInternalValue()) [all...] |
top_sites.h | 62 const ThumbnailScore& score); 82 // Get a thumbnail score for a given page. Returns true iff we have the 83 // thumbnail score. This may be invoked on any thread. The score will 84 // be copied to |score|. 85 virtual bool GetPageThumbnailScore(const GURL& url, ThumbnailScore* score); 87 // Get a temporary thumbnail score for a given page. Returns true iff we 88 // have the thumbnail score. Useful when checking if we should update a 89 // thumbnail for a given page. The score will be copied to |score| [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_ext_pixelformat.c | 329 /* Find out if a given attribute should be considered for score calculation. 341 * score points. 351 * the score is set to 0 points, effectively removing the pixelformat 359 * value, the pixelformat is rejected (score set to 0). However, if the actual 388 /* Allocate and initialize pixelformat score table -- better matches 389 * have higher scores. Start with a high score and take out penalty 391 * Set a score to 0 if there is a mismatch for an exact match criteria. 402 /* Given the attribute list calculate a score for each pixelformat. 434 struct stw_pixelformat_score score = scores[i - 1]; local 437 scores[i] = score; [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_pixelformat.c | 329 /* Find out if a given attribute should be considered for score calculation. 341 * score points. 351 * the score is set to 0 points, effectively removing the pixelformat 359 * value, the pixelformat is rejected (score set to 0). However, if the actual 388 /* Allocate and initialize pixelformat score table -- better matches 389 * have higher scores. Start with a high score and take out penalty 391 * Set a score to 0 if there is a mismatch for an exact match criteria. 402 /* Given the attribute list calculate a score for each pixelformat. 434 struct stw_pixelformat_score score = scores[i - 1]; local 437 scores[i] = 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/chrome/browser/autocomplete/ |
history_quick_provider.cc | 99 // 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_org/tools/playback_benchmark/ |
playback.js | 63 var score = Benchmark.originals.Date.now() - this.startTime; 64 Benchmark.reportScore(score); 249 Benchmark.reportScore = function(score) { 250 Benchmark.score = score; 255 if (Benchmark.score) { 256 event.source.postMessage(Benchmark.score, event.origin);
|
/frameworks/base/docs/html/reference/com/google/android/gms/games/leaderboard/ |
LeaderboardScore.html | 735 <p itemprop="articleBody">Data interface representing a single score on a leaderboard. 844 <div class="jd-descrdiv">Retrieves a formatted string to display for this score.</div> 862 <div class="jd-descrdiv">Loads the formatted display score into the given <code><a href="/reference/android/database/CharArrayBuffer.html">CharArrayBuffer</a></code>.</div> 880 <div class="jd-descrdiv">Retrieves the rank returned from the server for this score.</div> 898 <div class="jd-descrdiv">Retrieves the raw score value.</div> 916 <div class="jd-descrdiv">Retrieves the player that scored this particular score.</div> 934 <div class="jd-descrdiv">Load the display name of the player who scored this score into the provided 953 <div class="jd-descrdiv">Retrieves the name to display for the player who scored this score.</div> 971 <div class="jd-descrdiv">Retrieves the URI of the hi-res image to display for the player who scored this score.</div> 989 <div class="jd-descrdiv">Retrieves the URI of the icon image to display for the player who scored this score.</div [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_form_manager.cc | 228 // Score and update best matches. 231 // 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 [all...] |
/external/harfbuzz_ng/util/ |
ansi-print.cc | 213 block_best (const biimage_t &bi, unsigned int *score, bool *inverse) 253 if (total < *score) { 254 *score = total; 259 if (total_i < *score) { 260 *score = total_i; 286 if (best_s < *score) { 290 *score = best_s; 318 if (best_s < *score) { 322 *score = best_s; 340 if (qs < *score) { [all...] |
/external/chromium_org/chrome/browser/history/ |
visit_filter.cc | 126 // Decay score by half each week. 133 double score = 0; local 136 score = 1.0; // Let the staleness factor take care of it. 139 score = 1.0; // Every visit counts the same. 148 // Calculate score using the normal distribution density function. 149 score = exp(-(offset * offset) / (2 * sd * sd)); 156 score = 0; 158 score = 1 - offset.InMicroseconds() / static_cast<double>( 167 return staleness * score;
|
in_memory_url_index_types.cc | 21 // The maximum score any candidate result can achieve. 24 // Score ranges used to get a 'base' score for each of the scoring factors 27 // each of these scores for each factor. Note that the top score is greater 28 // than |kMaxTotalScore|. The score for each candidate will be capped in the
|
/frameworks/base/core/java/android/hardware/camera2/ |
Face.java | 69 * @param score Confidence level between {@value #SCORE_MIN}-{@value #SCORE_MAX}. 85 public Face(Rect bounds, int score, int id, 88 if (score < SCORE_MIN || score > SCORE_MAX) { 100 mScore = score; 120 * @param score Confidence level between {@value #SCORE_MIN}-{@value #SCORE_MAX}. 129 public Face(Rect bounds, int score) { 130 this(bounds, score, ID_UNSUPPORTED, 246 return String.format("{ bounds: %s, score: %s, id: %d, " +
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
UnionPattern.java | 125 XObject score = m_patterns[i].execute(xctxt); local 127 if (score != NodeTest.SCORE_NONE) 130 bestScore = score; 131 else if (score.num() > bestScore.num()) 132 bestScore = score;
|