Home
last modified time | relevance | path

Searched defs:sortedValues (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVoteResolver.java918 final Set<T> sortedValues = totals.getKeysetSortedByCount(false, votesThenUcaCollator); in resolveVotes() local
1009 private HashMap<T, Long> makeVoteCountMap(Set<T> sortedValues) { in makeVoteCountMap()
1036 …private boolean combineInheritanceWithBaileyForVoting(Set<T> sortedValues, HashMap<T, Long> voteCo… in combineInheritanceWithBaileyForVoting()
1069 private void reallyCombineInheritanceWithBailey(Set<T> sortedValues, HashMap<T, Long> voteCount, in reallyCombineInheritanceWithBailey()
1118 public void adjustAnnotationVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount) { in adjustAnnotationVoteCounts()
1146 …private HashMap<T, Long> makeAnnotationComponentMap(Set<T> sortedValues, HashMap<T, Long> voteCoun… in makeAnnotationComponentMap()
1184 …private void calculateNewCountsBasedOnAnnotationComponents(Set<T> sortedValues, HashMap<T, Long> v… in calculateNewCountsBasedOnAnnotationComponents()
1225 …private void resortValuesBasedOnAdjustedVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount… in resortValuesBasedOnAdjustedVoteCounts()
1269 …private void promoteSuperiorAnnotationSuperset(Set<T> sortedValues, HashMap<T, Long> voteCount, Ha… in promoteSuperiorAnnotationSuperset()
1319 private long[] setBestNextAndSameVoteValues(Set<T> sortedValues, HashMap<T, Long> voteCount) { in setBestNextAndSameVoteValues()
/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.cpp87 vector<deUint64> sortedValues = values; in calculateStats() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DChartGrammaticalForms.java172 Set<String> sortedValues = new TreeSet(feature.getValueComparator()); in getFormattedGrammarInfo() local
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSortedMap.java720 Object[] sortedValues = new Object[size]; in buildOrThrow() local