/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_ext_pixelformat.c | 320 struct stw_pixelformat_score *scores, 355 scores[index].points = 0; 364 scores[index].points = 0; 366 scores[index].points -= (actual_value - expected_value) * ami->weight; 383 struct stw_pixelformat_score *scores; local 389 * have higher scores. Start with a high score and take out penalty 394 scores = (struct stw_pixelformat_score *) MALLOC( count * sizeof( struct stw_pixelformat_score ) ); 395 if (scores == NULL) 398 scores[i].points = 0x7fffffff; 399 scores[i].index = i [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_pixelformat.c | 320 struct stw_pixelformat_score *scores, 355 scores[index].points = 0; 364 scores[index].points = 0; 366 scores[index].points -= (actual_value - expected_value) * ami->weight; 383 struct stw_pixelformat_score *scores; local 389 * have higher scores. Start with a high score and take out penalty 394 scores = (struct stw_pixelformat_score *) MALLOC( count * sizeof( struct stw_pixelformat_score ) ); 395 if (scores == NULL) 398 scores[i].points = 0x7fffffff; 399 scores[i].index = i [all...] |
/external/chromium_org/chrome/browser/history/ |
scored_history_match.h | 85 // The number of days of recency scores to precompute. 88 // The number of raw term score buckets use; raw term scores 122 // Combines the two component scores into a final score that's 152 // Pre-computed information to speed up calculating recency scores. 155 // assign it. This allows easy lookups of scores without requiring 161 // scores. |raw_term_score_to_topicality_score_| is a simple array 162 // mapping how raw terms scores (a weighted sum of the number of 165 // it. This allows easy lookups of scores without requiring math. 193 // If true, assign raw scores to be max(whatever it normally would be, 203 // will get demoted later in HistoryQuickProvider to non-inlineable scores [all...] |
scored_history_match_unittest.cc | 125 // Test scores based on visit_count. 136 // Test scores based on last_visit. 147 // Test scores based on typed_count. 160 // Test scores based on a terms appearing multiple times. 172 // boundary) scores 0. 243 // With properly discounted scores, thr final raw_score should be lower.
|
/cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/ |
BrowserBenchTest.java | 62 // used for all other scores 98 double[] scores = mResultsMap.get(message); 99 scores[mRunIndex] = score; 158 double[] scores = entry.getValue(); local 161 getReportLog().printArray(message, scores, mTypeFinal, mUnitFinal); 162 getReportLog().printSummary(message, Stat.getAverage(scores), mTypeFinal, 165 getReportLog().printArray(message, scores, mTypeNonFinal, mUnitNonFinal);
|
/external/chromium_org/content/browser/speech/ |
speech_recognizer_impl_android.cc | 151 std::vector<float> scores(options.size(), 0.0); 153 JavaFloatArrayToFloatVector(env, floats, &scores); 157 CHECK_EQ(options.size(), scores.size()); 160 options[i], static_cast<double>(scores[i])));
|
/frameworks/base/docs/html/training/cloudsync/ |
index.jd | 25 that user data such as preferences, notes, and high scores update seamlessly
|
backupapi.jd | 37 megabyte), like the user's preferences, notes, game high scores or other 94 <p>Here's an example that backs up a high scores file.</p> 103 static final String HIGH_SCORES_FILENAME = "scores"; 118 have backed up both a high scores file and a game progress file just by adding 132 high scores are implemented as preferences instead of a flat file:</p>
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
base.js | 65 // on. This way, all scores are relative to a reference run and higher 66 // scores implies better performance. 79 // Scores are not comparable across versions. Bump the version if 80 // you're making changes that will affect that scores, e.g. if you add 114 BenchmarkSuite.scores = []; 131 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores); 185 BenchmarkSuite.scores.push(score);
|
/external/chromium_org/v8/benchmarks/ |
base.js | 64 // on. This way, all scores are relative to a reference run and higher 65 // scores implies better performance. 78 // Scores are not comparable across versions. Bump the version if 79 // you're making changes that will affect that scores, e.g. if you add 109 BenchmarkSuite.scores = []; 126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores); 180 BenchmarkSuite.scores.push(score);
|
/external/v8/benchmarks/ |
base.js | 64 // on. This way, all scores are relative to a reference run and higher 65 // scores implies better performance. 78 // Scores are not comparable across versions. Bump the version if 79 // you're making changes that will affect that scores, e.g. if you add 109 BenchmarkSuite.scores = []; 126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores); 180 BenchmarkSuite.scores.push(score);
|
/packages/inputmethods/LatinIME/native/jni/ |
com_android_inputmethod_latin_BinaryDictionary.cpp | 193 int scores[scoresLength]; local 204 memset(scores, 0, sizeof(scores)); 214 scores, spaceIndices, outputTypes, outputAutoCommitFirstWordConfidence); 217 outputCodePoints, scores, outputTypes); 222 env->SetIntArrayRegion(scoresArray, 0, scoresLength, scores);
|
/external/chromium_org/tools/perf/benchmarks/ |
dom_perf.py | 74 Scores are not comparable across benchmark suite versions and higher scores
|
octane.py | 49 # Collect all test scores to compute geometric mean.
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
compact_lang_det.cc | 222 // Same as above, and also returns internal language scores as a ratio to 223 // normal score for real text in that language. Scores close to 1.0 indicate 224 // normal text, while scores far away from 1.0 indicate badly-skewed text or
|
compact_lang_det.h | 182 // Same as above, and also returns internal language scores as a ratio to 183 // normal score for real text in that language. Scores close to 1.0 indicate 184 // normal text, while scores far away from 1.0 indicate badly-skewed text or
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
ContactMatcher.java | 29 * Logic for matching contacts' data and accumulating match scores. 62 // Scores a multiplied by this number to allow room for "fractional" scores 79 * Name matching scores: a matrix by name type vs. candidate lookup type. 82 * find "first name", the score may be 50 (see specific scores defined 85 * For approximate matching, we have a range of scores, let's say 40-70. Depending one how 104 * scores than direct matches.
|
/external/chromium_org/chrome/browser/autocomplete/ |
search_provider.h | 353 // server-provided scores. 362 // The server supplied verbatim relevance scores. Negative values 435 // Apply calculated relevance scores to the current results. 496 // Calculates relevance scores for all |results|. 536 // method that gives high scores (1200+) rather than one that gives lower 537 // scores. When using the aggressive method, scores may exceed 1300 556 // Resets the scores of all |keyword_navigation_results_| matches to 561 // then drops the suggested relevance scores for the navsuggestions 604 // We annotate our AutocompleteMatches with whether their relevance scores [all...] |
shortcuts_provider_unittest.cc | 76 "Yahoo! Sports - Sports News, Scores, Rumors, Fantasy Games, and more", 85 { "BD85DBA2-8C29-49F9-84AE-48E1E90880E5", "nhl scores", "sports.yahoo.com", 87 "Yahoo! Sports - Sports News, Scores, Rumors, Fantasy Games, and more", 90 { "BD85DBA2-8C29-49F9-84AE-48E1E90880E6", "nhl scores", 91 "www.nhl.com/scores/index.html", "http://www.nhl.com/scores/index.html", 92 "www.nhl.com/scores/index.html", "0,1,4,3,7,1", 93 "January 13, 2010 - NHL.com - Scores", "0,0,19,2,22,0,29,2,35,0", 486 // Scores high because of completion length. 489 // Scores high because of visit count [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
SpeechRecognition.java | 161 float[] scores = bundle.getFloatArray(SpeechRecognizer.CONFIDENCE_SCORES); local 165 scores, 292 float[] scores,
|
/packages/inputmethods/PinyinIME/jni/include/ |
dicttrie.h | 80 // lemmas with highest scores. 84 size_t top_lmas_num_; // Number of lemma with highest scores. 226 // Fill the lemmas with highest scores to the prediction buffer.
|
/external/chromium_org/chrome/browser/thumbnails/ |
simple_thumbnail_crop.h | 32 // luma. Higher boring scores indicate that a higher percentage of a
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afwarp.c | 83 AF_WarpScore scores[65]; local 87 scores[nn] = 0; 130 scores[idx] += af_warper_weights[y & 63] * len; 140 AF_WarpScore score = scores[idx];
|
/external/freetype/src/autofit/ |
afwarp.c | 83 AF_WarpScore scores[65]; local 87 scores[nn] = 0; 130 scores[idx] += af_warper_weights[y & 63] * len; 140 AF_WarpScore score = scores[idx];
|
/external/srec/srec/include/ |
hmm_type.h | 34 typedef int scodata; /* for path scores */
|