OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:score
(Results
226 - 250
of
637
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/suite/cts/deviceTests/browserbench/assets/octane/
index.html
64
function AddScore(
score
) {
67
status.innerHTML = "Octane
Score
: " +
score
;
69
status.innerHTML = "Octane
Score
(incomplete): " +
score
;
72
CtsReport("Octane
Score
" + (success ? " " : "(incomplete)"),
score
, true);
356
The final
score
is the <a href="http://en.wikipedia.org/wiki/Geometric_mean#Properties">geometric mean</a> of the single scores. We suggest to restart the browser before repeating the test.
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyIterator.java
129
double
score
= matchExpr.getMatchScore(xctxt, testNode);
local
131
if (
score
== kd.getMatch().MATCH_SCORE_NONE)
/external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionChildIterator.java
122
XObject
score
= pnt.execute(xctxt, n);
local
123
if (
score
!= NodeTest.SCORE_NONE)
/external/ceres-solver/internal/ceres/
canonical_views_clustering_test.cc
116
// Increases view
score
weight so vertex 2 will be chosen.
131
// it's view
score
.
/external/chromium/chrome/browser/autocomplete/
autocomplete_result_unittest.cc
22
// Relevance
score
.
143
// Tests that if the new results have a lower max relevance
score
than last,
/external/chromium/chrome/browser/history/
in_memory_url_index.h
68
// An interim
score
taking into consideration location and completeness
298
// by
score
. Also, provide the metrics for where the matches occur so that
327
// Calculates a raw
score
for this history item by first determining
329
// calculating a raw
score
based on 1) starting position of each term
333
// This raw
score
allows the results to be ordered and can be used
334
// to influence the final
score
calculated by the client of this
335
// index. Returns a ScoredHistoryMatch structure with the raw
score
and
341
// Calculates a component
score
based on position, ordering and total
thumbnail_database.cc
241
const ThumbnailScore&
score
,
252
add_thumbnail = ShouldReplaceThumbnailWith(current_score,
score
);
277
statement.BindDouble(1,
score
.boring_score);
278
statement.BindBool(2,
score
.good_clipping);
279
statement.BindBool(3,
score
.at_top);
280
statement.BindInt64(4,
score
.time_at_snapshot.ToTimeT());
333
ThumbnailScore*
score
) {
354
*
score
= ThumbnailScore(current_boring_score, current_clipping,
thumbnail_database.h
77
const ThumbnailScore&
score
,
87
// If there is a thumbnail
score
for the id provided, retrieves the
88
// current thumbnail
score
and places it in |
score
| and returns
90
bool ThumbnailScoreForId(URLID id, ThumbnailScore*
score
);
/external/chromium/net/http/
http_auth_handler.h
95
int
score
() const {
function in class:net::HttpAuthHandler
173
// The
score
for this challenge. Higher numbers are better.
/external/chromium_org/chrome/browser/autocomplete/
zero_suggest_provider.h
104
// |navigation_results|, and the verbatim relevance
score
into
174
// The relevance
score
for the URL of the current page.
/external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.h
64
float
score
;
member in struct:predictors::ResourcePrefetchPredictorTables::ResourceRow
68
// Sorts the ResourceRows by
score
, descending.
/external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c
129
// Get baseline error
score
157
// Get Low filter error
score
/external/skia/tests/
RandomTest.cpp
98
// creating a z-
score
(# of deviations from the mean) for one iteration of this step
143
// convert counts to normal distribution z-
score
/external/srec/srec/include/
astar.h
76
bigcostdata costsofar; /* quick access to total
score
, frwd+bkwd */
97
partial_path** active_paths; /* partial paths, sorted by
score
*/
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/
camera_graph.xml
144
<connect sourceFilter="goodnessFilter" sourcePort="
score
"
171
<connect sourceFilter="colorfulness" sourcePort="
score
"
/frameworks/ex/variablespeed/jni/
sola_time_scaler.h
52
// Returns a cross-correlation
score
for the specified buffers.
58
// @param returns a correlation
score
in the range zero to num_frames
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AutoCorrectionUtils.java
88
// TODO: when the normalized
score
of the first suggestion is nearly equals to
89
// the normalized
score
of the second suggestion, behave less aggressive.
/packages/inputmethods/PinyinIME/jni/include/
searchutility.h
31
// Type used to express a lemma and its probability
score
.
35
uint16 psb; // The
score
, the lower psb, the higher possibility.
/external/chromium_org/chrome/browser/history/
visitsegment_database.cc
403
float
score
= 0;
local
409
pud->SetScore(
score
);
415
score
= 0;
441
score
+= recency_boost * day_score;
445
pud->SetScore(
score
);
/external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc
328
// This is just a starting
score
for a renderer or extension (the
342
int
score
) {
394
adj_oom_score_cmdline.push_back(base::IntToString(
score
));
402
if (!base::AdjustOOMScore(pid,
score
))
403
PLOG(ERROR) << "Failed to adjust OOM
score
of renderer with pid " << pid;
/external/chromium_org/sandbox/linux/suid/
sandbox.c
439
long
score
;
local
447
score
= strtol(argv[3], &endptr, 10);
448
if (
score
== LONG_MAX ||
score
== LONG_MIN ||
451
return AdjustOOMScore(pid,
score
);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py
177
score
= self._score_regex.match(line)
183
elif
score
:
184
if
score
.group('key') != 'values':
187
metric = self._ensure_metrics(current_metric,
score
.group('unit'))
188
metric.append_group(map(lambda value: float(value),
score
.group('value').split(', ')))
/external/chromium_org/tools/perf/
test-info.json
190
"description": "
Score
on [Facebook's JSGameBench benchmark](https://github.com/facebook/jsgamebench).\n\nThe focus is sprite performance a player is likely to see. Scoring is how many sprites are drawn, so large scores are better.\n\nFor each render path, JSGameBench draws as many moving, animating sprites as possible at 30fps against a background with both axis-aligned and rotated sprites. We try both because significant performance differences between the two indicate flaws or oversights in current rendering techniques. More importantly, while animation can be used instead of sprite rotations, it is often an unacceptable trade off that game developers should not be forced to make.\n\nThe final
score
is the geometric mean of the axis aligned and rotated scores. Geometric mean is used to prevent a high axis aligned
score
from hiding the poor rotated performance.",
194
"description": "
Score
on [Mozilla's Kraken JavaScript benchmark](http://krakenbenchmark.mozilla.org/)",
229
"description": "
Score
on the [V8 team's Octane benchmark](http://octane-benchmark.googlecode.com/svn/latest/index.html)",
/frameworks/base/services/java/com/android/server/
NotificationManagerService.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java
134
private static native float calcNormalizedScoreNative(int[] before, int[] after, int
score
);
221
final int
score
= SuggestedWordInfo.KIND_WHITELIST == kind
local
226
score
, kind, this /* sourceDict */,
239
final int
score
) {
241
StringUtils.toCodePointArray(after),
score
);
Completed in 1082 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>