Home
last modified time | relevance | path

Searched refs:compMap (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java1101 HashMap<T, Long> compMap = makeAnnotationComponentMap(sortedValues, voteCount); in adjustAnnotationVoteCounts() local
1107 calculateNewCountsBasedOnAnnotationComponents(sortedValues, voteCount, compMap); in adjustAnnotationVoteCounts()
1125 HashMap<T, Long> compMap = new HashMap<>(); in makeAnnotationComponentMap() local
1130 if (compMap.containsKey(comp)) { in makeAnnotationComponentMap()
1131 compMap.replace(comp, compMap.get(comp) + count); in makeAnnotationComponentMap()
1134 compMap.put(comp, count); in makeAnnotationComponentMap()
1140 for (T comp : compMap.keySet()) { in makeAnnotationComponentMap()
1141 System.out.println("\t" + comp + ":" + compMap.get(comp)); in makeAnnotationComponentMap()
1144 return compMap; in makeAnnotationComponentMap()
1162 …OnAnnotationComponents(Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> compMap) { in calculateNewCountsBasedOnAnnotationComponents() argument
[all …]
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp316 static const int compMap[6][3] = in calcCubemapFaceCoords() local
342 const int mappedComp = compMap[faceNdx][compNdx]; in calcCubemapFaceCoords()