HomeSort by relevance Sort by last modified time
    Searched refs:scores (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/core/java/android/os/
IProcessInfoService.aidl 34 void getProcessStatesAndOomScoresFromPids(in int[] pids, out int[] states, out int[] scores);
  /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...]
  /frameworks/native/include/binder/
IProcessInfoService.h 37 /*out*/ int32_t* scores) = 0;
  /external/opencv3/samples/python2/
digits_adjust.py 53 scores = map(f, xrange(kfold))
55 scores = pool.map(f, xrange(kfold))
56 return np.mean(scores)
102 scores = np.zeros((len(Cs), len(gammas)))
103 scores[:] = np.nan
113 ires = self.run_jobs(f, np.ndindex(*scores.shape))
115 scores[i, j] = score
116 print '%d / %d (best error: %.2f %%, last: %.2f %%)' % (count+1, scores.size, np.nanmin(scores)*100, score*100)
117 print scores
    [all...]
  /frameworks/native/libs/binder/
IProcessInfoService.cpp 53 /*in*/ int32_t* pids, /*out*/ int32_t* states, /*out*/ int32_t* scores)
80 scores, length * sizeof(*scores))) != NO_ERROR) {
  /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RecentChannelEvaluatorTest.java 128 Map<Long, Double> scores = new HashMap<>(); local
133 scores.put(channelId, mEvaluator.evaluateChannel(channelId));
141 assertTrue(mEvaluator.evaluateChannel(channelId) <= scores.get(channelId));
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_log.py 22 TestResult: encapsulation of scores and metrics
461 aggregate scores.
463 def __init__(self, scores):
465 if scores:
466 self.average = np.average(np.array(scores))
467 self.ssd = _calc_sample_standard_deviation(scores)
468 self.count = len(scores)
509 def __init__(self, scores, metrics):
510 self.stat_scores = StatisticsScores(scores)
714 scores = [vlog.score for _key, vlogs in rows for vlog in vlogs
    [all...]
test_flow.py 54 self.scores = []
359 """Add the new scores of a single gesture to the scores list."""
361 self.scores += new_scores
363 def _final_scores(self, scores):
366 final_score = eval(conf.score_aggregator)(scores)
402 self._final_scores(self.scores)
  /external/autotest/tko/
nightly.py 92 # get unscaled scores of test runs for 1 test on certain jobs
94 platform_scores = {} # platform --> list of perf scores
103 # get scores of test runs for 1 test on some kernels and platforms
106 plot_data = {} # platform --> (kernel --> list of perf scores)
161 scores = {} # kernel --> (platform --> list of perf scores)
164 scores[k] = collect_raw_scores(test_runs[k], metric)
166 for platform in scores[ref]:
167 if latest in scores and platform in scores[latest]
    [all...]
  /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];
aflatin2.c 2055 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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];
aflatin2.c 2050 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /external/v8/test/js-perf-test/
base.js 60 // on. This way, all scores are relative to a reference run and higher
61 // scores implies better performance.
73 // Scores are not comparable across versions. Bump the version if
74 // you're making changes that will affect that scores, e.g. if you add
122 BenchmarkSuite.scores = [];
145 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
227 BenchmarkSuite.scores.push(score);
236 BenchmarkSuite.scores.push(scoreLatency);
247 BenchmarkSuite.scores.push(1); // push default reference score.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLandActivity.java 34 mLand.setScoreFieldHolder((ViewGroup) findViewById(R.id.scores));
  /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);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiQualifiedNetworkSelectorTest.java 275 private void configureScoreCache(List<ScanDetail> scanDetails, Integer[] scores,
279 Integer score = scores[i];
1644 Integer[] scores = {null, 120}; local
1709 Integer[] scores = {null, null, null, 120}; local
1788 Integer[] scores = {null, null, null, 120}; local
1858 Integer[] scores = {20, 120}; local
1926 Integer[] scores = {null, 120}; local
1970 Integer[] scores = {120}; local
2016 Integer[] scores = {120, 120}; local
2067 Integer[] scores = {10, 120}; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 491 LinkedHashSet<Row.R3<LocalePatternMatcher,LocalePatternMatcher,Double>> scores = new LinkedHashSet<R3<LocalePatternMatcher, LocalePatternMatcher, Double>>(); field in class:LocaleMatcher.ScoreData
499 // Map<String, Set<R3<LocalePatternMatcher,LocalePatternMatcher,Double>>> lang_result = scores.get(desired);
501 // scores.put(desired, lang_result = new HashMap());
508 boolean added = scores.add(data);
529 for (R3<LocalePatternMatcher,LocalePatternMatcher,Double> datum : scores) { // : result
546 for (R3<LocalePatternMatcher, LocalePatternMatcher, Double> score : scores) {
557 result.scores = (LinkedHashSet<R3<LocalePatternMatcher, LocalePatternMatcher, Double>>) result.scores.clone();
578 for (R3<LocalePatternMatcher, LocalePatternMatcher, Double> item : scores) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 498 LinkedHashSet<Row.R3<LocalePatternMatcher,LocalePatternMatcher,Double>> scores = new LinkedHashSet<R3<LocalePatternMatcher, LocalePatternMatcher, Double>>(); field in class:LocaleMatcher.ScoreData
506 // Map<String, Set<R3<LocalePatternMatcher,LocalePatternMatcher,Double>>> lang_result = scores.get(desired);
508 // scores.put(desired, lang_result = new HashMap());
515 boolean added = scores.add(data);
536 for (R3<LocalePatternMatcher,LocalePatternMatcher,Double> datum : scores) { // : result
553 for (R3<LocalePatternMatcher, LocalePatternMatcher, Double> score : scores) {
564 result.scores = (LinkedHashSet<R3<LocalePatternMatcher, LocalePatternMatcher, Double>>) result.scores.clone();
585 for (R3<LocalePatternMatcher, LocalePatternMatcher, Double> item : scores) {
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
StatisticsTool.java 407 int[] scores = new int[file_count]; local
411 scores[c] = checkers[c].checkBuffer(buffer, charCount);
415 int score = scores[c];
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
layer1.py 253 calculates relevance scores. To specify a field weight, append a
285 string appear in close proximity within a field, the field scores
321 the scores for the rest of the matching fields)`. Set `tieBreaker`
323 `"tieBreaker":0`. Set to 1 to sum the scores from all fields (pure
381 default relevance scores in descending order: `_score desc`. You
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 196 // scores are calculated based on exact and prefix matches,
225 if (n == 0) // lexicographical sort if scores are the same
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 196 // scores are calculated based on exact and prefix matches,
225 if (n == 0) // lexicographical sort if scores are the same
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java 91 /** Mapping of Wifi Scores to counts */
1111 List<WifiMetricsProto.WifiScoreCount> scores = new ArrayList<>(); local
    [all...]
  /external/opencv3/modules/features2d/src/
brisk.cpp 164 // get scores - attention, this is in layer coordinates, not scale=1 coordinates!
179 scores() const function in class:cv::BriskLayer
207 // its Agast scores
875 // go through the octaves and intra layers and calculate agast corner scores:
    [all...]

Completed in 807 milliseconds

1 2