Searched defs:sortedValues (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VoteResolver.java | 914 final Set<T> sortedValues = totals.getKeysetSortedByCount(false, votesThenUcaCollator); in resolveVotes() local 1005 private HashMap<T, Long> makeVoteCountMap(Set<T> sortedValues) { in makeVoteCountMap() 1032 …private void combineInheritanceWithBaileyForVoting(Set<T> sortedValues, HashMap<T, Long> voteCount… in combineInheritanceWithBaileyForVoting() 1096 public void adjustAnnotationVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount) { in adjustAnnotationVoteCounts() 1124 …private HashMap<T, Long> makeAnnotationComponentMap(Set<T> sortedValues, HashMap<T, Long> voteCoun… in makeAnnotationComponentMap() 1162 …private void calculateNewCountsBasedOnAnnotationComponents(Set<T> sortedValues, HashMap<T, Long> v… in calculateNewCountsBasedOnAnnotationComponents() 1203 …private void resortValuesBasedOnAdjustedVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount… in resortValuesBasedOnAdjustedVoteCounts() 1248 …private void promoteSuperiorAnnotationSuperset(Set<T> sortedValues, HashMap<T, Long> voteCount, Ha… in promoteSuperiorAnnotationSuperset() 1298 private long[] setBestNextAndSameVoteValues(Set<T> sortedValues, HashMap<T, Long> voteCount) { in setBestNextAndSameVoteValues()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ImmutableSortedMap.java | 518 Object[] sortedValues = new Object[size]; in build() local
|
/external/deqp/modules/glshared/ |
D | glsStateChangePerfTestCases.cpp | 87 vector<deUint64> sortedValues = values; in calculateStats() local
|