/external/chromium_org/gpu/config/ |
gpu_info_collector_win.cc | 57 double score; local 58 if (!base::StringToDouble(score_string, &score)) 61 return static_cast<float>(score); 142 LOG(ERROR) << "Could not read overall score from assessment results."; 144 LOG(ERROR) << "Could not read graphics score from assessment results."; 146 LOG(ERROR) << "Could not read gaming score from assessment results.";
|
/external/ceres-solver/internal/ceres/ |
canonical_views_clustering.cc | 156 // Computes the difference in the quality score if 'candidate' were 161 // View score. 165 // Compute how much the quality score changes if the candidate view
|
/external/chromium_org/chrome/test/functional/ |
webrtc_audio_quality.py | 80 using the resulting file. The purpose is to lessen the impact on the score 107 pyauto_utils.PrintPerfResult('audio_pesq', 'raw_mos', results[0], 'score') 108 pyauto_utils.PrintPerfResult('audio_pesq', 'mos_lqo', results[1], 'score')
|
/external/srec/srec/crec/ |
srec_initialize.c | 47 int viterbi_prune_thresh; score-based pruning threshold - only keep paths within this delta of best cost 73 int viterbi_prune_thresh, /*score-based pruning threshold - only keep paths within this delta of best cost*/ 139 int viterbi_prune_thresh, /*score-based pruning threshold - only keep paths within this delta of best cost*/
|
/frameworks/base/docs/html/reference/com/google/android/gms/games/leaderboard/ |
SubmitScoreResult.Result.html | 808 <td class="jd-descrcol" width="100%">String containing the score data in a display-appropriate format.</td> 819 <td class="jd-descrcol" width="100%">Boolean indicating whether or not this score was the player's new best score for this 831 <td class="jd-descrcol" width="100%">The raw score value of this score result.</td> 842 <td class="jd-descrcol" width="100%">The score tag associated with this result, if any.</td> 1173 <div class="jd-tagdata jd-tagdescr"><p>String containing the score data in a display-appropriate format. 1202 <div class="jd-tagdata jd-tagdescr"><p>Boolean indicating whether or not this score was the player's new best score for this 1232 <div class="jd-tagdata jd-tagdescr"><p>The raw score value of this score result [all...] |
OnScoreSubmittedListener.html | 702 <p itemprop="articleBody">Listener for getting status back after submitting a score to a leaderboard. 775 <div class="jd-descrdiv">Called when a leaderboard score has been submitted.</div> 851 <div class="jd-tagdata jd-tagdescr"><p>Called when a leaderboard score has been submitted. The statusCode indicates whether or not 852 the score was successfully submitted to the servers. 856 <li><code><a href="/reference/com/google/android/gms/games/GamesClient.html#STATUS_OK">STATUS_OK</a></code> if the score was successfully submitted to the server. 859 was otherwise unable to post the score to the server. The score was stored locally and will 863 reconnect to the service before attempting to submit the score.</li> 879 was the new high score for any of the supported time spans. Note that the results
|
LeaderboardVariant.html | 787 <td class="jd-descrcol" width="100%">Constant returned when a player's score for this variant is unknown.</td> 884 <div class="jd-descrdiv">Retrieves the viewing player's score for this variant, if any.</div> 938 <div class="jd-descrdiv">Retrieves the viewing player's score tag for this variant, if any.</div> 956 <div class="jd-descrdiv">Retrieves the viewing player's score for this variant, if any.</div> 992 <div class="jd-descrdiv">Get whether or not this variant contains score information for the viewing player or not.</div> [all...] |
/external/chromium/chrome/browser/autocomplete/ |
history_contents_provider.cc | 38 int relevance; // Score of relevance computed by CalculateRelevance. 179 // Make the result references and score the results. 209 int score) { 212 AutocompleteMatch match(this, score, true, MatchInTitle(result) ?
|
history_contents_provider.h | 45 int score);
|
/external/chromium/net/http/ |
http_auth_handler.cc | 40 // Init() is expected to set the scheme, realm, score, and properties. The
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnail_service_impl.cc | 49 return local_ptr->SetPageThumbnail(context.url, thumbnail, context.score);
|
/external/chromium_org/content/browser/zygote_host/ |
zygote_host_impl_linux.h | 53 int score) OVERRIDE;
|
/external/chromium_org/net/http/ |
http_auth_handler.cc | 38 // Init() is expected to set the scheme, realm, score, and properties. The
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
webtreemap.js | 124 var last_score = 0; // Best score yet found. 137 var score = Math.max(5*space*space*rmax / (rsum*rsum), 139 if (last_score && score > last_score) { 143 last_score = score;
|
/external/chromium_org/third_party/icu/source/i18n/ |
csrutf8.cpp | 88 // Cook up some sort of confidence score, based on presense of a BOM
|
/external/chromium_org/third_party/libwebp/utils/ |
filters.c | 192 int score = 0; local 195 score += i; 198 if (score < best_score) { 199 best_score = score;
|
/external/chromium_org/tools/perf/benchmarks/ |
spaceport.py | 53 results.Add('Score', 'objects (bigger is better)',
|
/external/icu4c/i18n/ |
csrutf8.cpp | 89 // Cook up some sort of confidence score, based on presense of a BOM
|
/external/srec/tools/cmd/ |
srecres2utd.pl | 102 $score = $2; 103 $token{scores}[$i] = $score; 104 } elsif(/^RAW SCORE\s+:\s+\'(.*)\'/) { 118 } elsif(/^CONFIDENCE SCORE\s+:\s+\'(.*)\'/) {
|
/external/webp/src/utils/ |
filters.c | 192 int score = 0; local 195 score += i; 198 if (score < best_score) { 199 best_score = score;
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
shared.rsh | 8 float score;
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
shared.rsh | 8 float score;
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXFD.cpp | 382 //For real faces, it is seen that the h/w passes a score >=80 383 //For false faces, we seem to get even a score of 70 sometimes. 385 //<=70 score here. 418 faces[i].score = faceData->tFacePosition[j].nScore;
|
/packages/inputmethods/PinyinIME/jni/share/ |
userdict.cpp | [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/games/ |
GamesClient.html | [all...] |