Searched defs:sortedValues (Results  1 – 4 of 4) sorted by relevance
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ | 
| D | VoteResolver.java | 1052         final Set<T> sortedValues = totals.getKeysetSortedByCount(false, votesThenUcaCollator);  in resolveVotes()  local1143     private HashMap<T, Long> makeVoteCountMap(Set<T> sortedValues) {  in makeVoteCountMap()
 1170 …private boolean combineInheritanceWithBaileyForVoting(Set<T> sortedValues, HashMap<T, Long> voteCo…  in combineInheritanceWithBaileyForVoting()
 1203     private void reallyCombineInheritanceWithBailey(Set<T> sortedValues, HashMap<T, Long> voteCount,  in reallyCombineInheritanceWithBailey()
 1252     public void adjustAnnotationVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount) {  in adjustAnnotationVoteCounts()
 1280 …private HashMap<T, Long> makeAnnotationComponentMap(Set<T> sortedValues, HashMap<T, Long> voteCoun…  in makeAnnotationComponentMap()
 1318 …private void calculateNewCountsBasedOnAnnotationComponents(Set<T> sortedValues, HashMap<T, Long> v…  in calculateNewCountsBasedOnAnnotationComponents()
 1359 …private void resortValuesBasedOnAdjustedVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount…  in resortValuesBasedOnAdjustedVoteCounts()
 1403 …private void promoteSuperiorAnnotationSuperset(Set<T> sortedValues, HashMap<T, Long> voteCount, Ha…  in promoteSuperiorAnnotationSuperset()
 1453     private long[] setBestNextAndSameVoteValues(Set<T> sortedValues, HashMap<T, Long> voteCount) {  in setBestNextAndSameVoteValues()
 
 | 
| /external/deqp/modules/glshared/ | 
| D | glsStateChangePerfTestCases.cpp | 87 		vector<deUint64> sortedValues = values;  in calculateStats()  local
 | 
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ | 
| D | ChartGrammaticalForms.java | 172                 Set<String> sortedValues = new TreeSet(feature.getValueComparator());  in getFormattedGrammarInfo()  local
 | 
| /external/guava/android/guava/src/com/google/common/collect/ | 
| D | ImmutableSortedMap.java | 720           Object[] sortedValues = new Object[size];  in buildOrThrow()  local
 |