/packages/modules/ExtServices/src/android/ext/services/autofill/ |
D | AutofillFieldClassificationServiceImpl.java | 63 final float[][] scores = new float[actualValuesSize][userDataValuesSize]; in calculateScores() local 85 scores[i][j] = EditDistanceScorer.calculateScore(actualValues.get(i), in calculateScores() 88 scores[i][j] = ExactMatch.calculateScore(actualValues.get(i), in calculateScores() 93 return scores; in calculateScores()
|
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
D | RecentChannelEvaluatorTest.java | 146 Map<Long, Double> scores = new HashMap<>(); in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime() local 151 scores.put(channelId, mEvaluator.evaluateChannel(channelId)); in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime() 159 assertThat(mEvaluator.evaluateChannel(channelId)).isAtMost(scores.get(channelId)); in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime()
|
/packages/modules/ExtServices/tests/src/android/ext/services/notification/ |
D | SmartActionsHelperTest.java | 335 float[] scores = events.get(1).getScores(); in testOnSuggestedReplySent() local 336 assertThat(scores).hasLength(1); in testOnSuggestedReplySent() 337 assertThat(scores[0]).isEqualTo(SCORE); in testOnSuggestedReplySent()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |