HomeSort by relevance Sort by last modified time
    Searched full:score (Results 26 - 50 of 637) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/suite/cts/utils/
grapher.py 54 score = r.get('result', 'no results')
57 if score == 'pass':
60 # Get the score, then trim it to 2 decimal places
61 score = r['summary']['Average Frames Per Second']
62 score = score[0:score.index('.') + 3]
63 if score != 'no results':
67 lbl = name + ' (%s)'%score
  /external/chromium_org/sandbox/linux/suid/
process_util_linux.c 23 // flavors of OOM score.
33 bool AdjustOOMScore(pid_t process, int score) {
34 if (score < 0 || score > kMaxOomScore)
65 // [0, kMaxOldOomScore], so we scale the score. This may result in some
67 score = score * kMaxOldOomScore / kMaxOomScore;
72 char buf[11]; // 0 <= |score| <= kMaxOomScore; using log_10(2**32) + 1 size
73 snprintf(buf, sizeof(buf), "%d", score);
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
FunctionPattern.java 55 * Static calc of match score.
107 XNumber score = SCORE_NONE; local
115 score = (n == context) ? SCORE_OTHER : SCORE_NONE;
117 if (score == SCORE_OTHER)
129 return score;
151 XNumber score = SCORE_NONE; local
159 score = (n == context) ? SCORE_OTHER : SCORE_NONE;
161 if (score == SCORE_OTHER)
172 return score;
194 XNumber score = SCORE_NONE local
    [all...]
ContextMatchStepPattern.java 90 XObject score = NodeTest.SCORE_NONE; local
119 score = execute(xctxt);
121 if (score != NodeTest.SCORE_NONE)
123 //score = executePredicates( xctxt, prevStep, SCORE_OTHER,
126 return score;
128 score = NodeTest.SCORE_NONE;
147 score = execute(xctxt);
149 if (score != NodeTest.SCORE_NONE)
151 //score = executePredicates( xctxt, prevStep, SCORE_OTHER,
154 if (score != NodeTest.SCORE_NONE
    [all...]
  /external/srec/doc/logs/srec/
out_SHIP_bothtags5.txt 27 RAW SCORE[ 0] : '25016'
32 RAW SCORE[ 1] : '25023'
37 RAW SCORE[ 2] : '25024'
42 RAW SCORE[ 3] : '25025'
47 RAW SCORE[ 4] : '25027'
52 RAW SCORE[ 5] : '25032'
57 RAW SCORE[ 6] : '25037'
62 RAW SCORE[ 7] : '25039'
67 RAW SCORE[ 8] : '25043'
72 RAW SCORE[ 9] : '25063
    [all...]
out_SHIP_bothtags5_from_saved.txt 27 RAW SCORE[ 0] : '25016'
32 RAW SCORE[ 1] : '25023'
37 RAW SCORE[ 2] : '25024'
42 RAW SCORE[ 3] : '25025'
47 RAW SCORE[ 4] : '25027'
52 RAW SCORE[ 5] : '25032'
57 RAW SCORE[ 6] : '25037'
62 RAW SCORE[ 7] : '25039'
67 RAW SCORE[ 8] : '25043'
72 RAW SCORE[ 9] : '25063
    [all...]
  /external/chromium_org/chrome/browser/resources/predictors/
resource_prefetch_predictor.html 19 <th>Score</th>
37 <th>Score</th>
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_unittest.cc 31 ThumbnailScore* score) OVERRIDE {
37 *score = iter->second;
42 // Adds a known URL with the associated thumbnail score.
43 void AddKnownURL(const GURL& url, const ThumbnailScore& score) {
44 known_url_map_[url.spec()] = score;
66 void AddKnownURL(const GURL& url, const ThumbnailScore& score) {
67 mock_top_sites_->AddKnownURL(url, score);
111 // Replace the thumbnail score with a really good one.
  /frameworks/base/core/java/android/gesture/
Prediction.java 22 public double score; field in class:Prediction
26 score = predictionScore;
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_match.h 20 // calculates a relevance score between [0, 1] and marks the matched portions
22 // other. The higher the relevance score, the better the two strings are
32 // somewhat matched, i.e. relevance score is not zero.
  /external/chromium_org/chrome/common/
thumbnail_score.cc 18 // Calculates a numeric score from traits about where a snapshot was
22 static int GetThumbnailType(const ThumbnailScore& score) {
24 if (!score.at_top)
26 if (!score.good_clipping)
28 if (!score.load_completed)
42 ThumbnailScore::ThumbnailScore(double score, bool clipping, bool top)
43 : boring_score(score),
51 ThumbnailScore::ThumbnailScore(double score, bool clipping, bool top,
53 : boring_score(score),
96 // is better." Then we can decrease the score by dividing by a fraction
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 50 // score, an extra char after each spelling string is the score.
51 // An item with a lower score has a higher probability.
77 // score for each spelling.
97 // init_table(). If the table is initialized to calculate score, item_size
99 // unsinged char score.
100 // An item with a lower score has a higher probability.
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.cc 46 // matches can score high enough to qualify.
104 // Create and score the AutocompleteMatch. If its score is 0 then the
127 // when calculating the final score.
184 // Summary on how a relevance score is determined for the match:
188 // use the sum to figure out a value between the base score and the maximum
189 // score.
198 // term lengths of 5 and 8, respectively, 'fghijklm' will score higher
207 // start positions of 0 and 6, respectively, 'abcde' will score higher
219 // subtracting the minimum possible score, 900, from the maximum possibl
    [all...]
  /cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/
BrowserBenchTest.java 59 // used for final score
64 private ResultUnit mUnitFinal = ResultUnit.SCORE;
71 /** stores results for each runs. last entry will be the final score. */
80 // post uri will look like "cts_report.html?final=1&score=10.1&message=hello"
87 ".*cts_report.html\\?final=([\\d])&score=([\\d]+\\.?[\\d]*)&message=([\\w][\\w ]*)";
92 double score = Double.parseDouble(matchResult.group(2));
94 Log.i(TAG, message + ":" + score);
99 scores[mRunIndex] = score;
130 ResultType.HIGHER_BETTER, ResultUnit.SCORE, kRepeat);
159 if (numberToProcess == numberEntries) { // final score
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/discovery/
discovery_api_unittest.cc 36 // Converts the parameters to the API Suggest method to JSON (without score).
49 double score) {
51 suggest_details.score.reset(new double(score));
110 ASSERT_DOUBLE_EQ(0.5, links->at(0)->score());
125 ASSERT_DOUBLE_EQ(1.0, links->at(0)->score()); // Score should default to 1.
143 ASSERT_DOUBLE_EQ(0.1, links->at(0)->score());
165 ASSERT_DOUBLE_EQ(1.0, links->at(0)->score());
169 ASSERT_DOUBLE_EQ(1.0, links->at(1)->score());
    [all...]
  /external/chromium_org/chrome/renderer/safe_browsing/
scorer.h 5 // This class loads a client-side model and lets you compute a phishing score
6 // for a set of previously extracted features. The phishing score corresponds
9 // For more details on how the score is actually computed for a given model
37 // of phishing. It returns a score value that falls in the range [0.0,1.0]
68 // Computes the score for a given rule and feature map. The score is computed
  /external/chromium_org/chrome/browser/history/
top_sites.h 53 const ThumbnailScore& score) = 0;
60 const ThumbnailScore& score) = 0;
81 // Get a thumbnail score for a given page. Returns true iff we have the
82 // thumbnail score. This may be invoked on any thread. The score will
83 // be copied to |score|.
85 ThumbnailScore* score) = 0;
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/content/public/browser/
zygote_host_linux.h 36 // Adjust the OOM score of the given renderer's PID. The allowed
37 // range for the score is [0, 1000], where higher values are more
40 int score) = 0;
  /external/chromium_org/tools/perf/benchmarks/
octane.py 32 results['score'] = octane_score;
40 if key == 'score':
42 results.Add(key, 'score (bigger is better)', value, data_type=data_type)
  /external/chromium_org/v8/benchmarks/
run.js 52 function PrintScore(score) {
55 print('Score (version ' + BenchmarkSuite.version + '): ' + score);
  /external/v8/benchmarks/
run.js 52 function PrintScore(score) {
55 print('Score (version ' + BenchmarkSuite.version + '): ' + score);
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp 77 float score = 1; local
80 score *= max((padding - abs(distance.width())) * reciprocalPadding, 0.f);
81 score *= max((padding - abs(distance.height())) * reciprocalPadding, 0.f);
83 return score;
88 float score; member in struct:WebCore::TouchTargetData
134 targetData.score = scoreTouchTarget(touchPoint, touchPointPadding, targetData.windowBoundingBox);
135 bestScore = max(bestScore, targetData.score);
142 // Currently the scoring function uses the overlap area with the fat point as the score.
144 if (it->value.score < bestScore * 0.5)
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
shared.rsh 8 float score;
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
shared.rsh 8 float score;
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.cc 31 // Returns a cross-correlation score for the specified buffers.
36 int score = 0; local
39 // Increment the score if the sign bits match.
40 score += ((bit_cast<int32>(*buffer1++) ^ bit_cast<int32>(*buffer2++)) >= 0)
43 return score;
275 // find the best correlation score, working from the center out.
282 int score; local
284 score = analyzer_->Correlate(input_pointer,
287 if (score > best_score) {
288 best_score = score;
    [all...]

Completed in 665 milliseconds

12 3 4 5 6 7 8 91011>>