Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVoteResolver.java1201 final Set<T> sortedValues = totals.getKeysetSortedByCount(false, votesThenUcaCollator); in resolveVotes() local
1315 private HashMap<T, Long> makeVoteCountMap(Set<T> sortedValues) { in makeVoteCountMap()
1343 Set<T> sortedValues, HashMap<T, Long> voteCount) { in combineInheritanceWithBaileyForVoting()
1377 Set<T> sortedValues, in reallyCombineInheritanceWithBailey()
1427 public void adjustAnnotationVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount) { in adjustAnnotationVoteCounts()
1461 Set<T> sortedValues, HashMap<T, Long> voteCount) { in makeAnnotationComponentMap()
1501 Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> compMap) { in calculateNewCountsBasedOnAnnotationComponents()
1546 Set<T> sortedValues, HashMap<T, Long> voteCount) { in resortValuesBasedOnAdjustedVoteCounts()
1594 Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> rawVoteCount) { in promoteSuperiorAnnotationSuperset()
1660 private long[] setBestNextAndSameVoteValues(Set<T> sortedValues, HashMap<T, Long> voteCount) { in setBestNextAndSameVoteValues()
/external/pytorch/aten/src/ATen/native/cuda/
DTensorTopK.cpp88 Tensor sortedValues = at::empty_like(values); in TORCH_IMPL_FUNC() local
/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.cpp87 vector<uint64_t> sortedValues = values; in calculateStats() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DChartGrammaticalForms.java187 Set<String> sortedValues = new TreeSet(feature.getValueComparator()); in getFormattedGrammarInfo() local
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSortedMap.java760 Object[] sortedValues = new Object[size]; in buildOrThrow() local