HomeSort by relevance Sort by last modified time
    Searched defs:scores (Results 1 - 13 of 13) sorted by null

  /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/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/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 2034 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [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];
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 1474 uint8_t scores[numFaces] = { 85, 95 }; 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/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...]
  /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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 487 milliseconds