Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DDexAnnotator.java153 List<MapItem> mapItems = dexFile.getMapItems(); in writeAnnotations() local
161 mapItems = ordering.immutableSortedCopy(mapItems); in writeAnnotations()
164 for (MapItem mapItem: mapItems) { in writeAnnotations()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSupplementalInfo.java1039 Set<String> mapItems = new LinkedHashSet<String>(); in TestTerritoryContainment() local
1042 mapItems.add(item); in TestTerritoryContainment()
1043 mapItems.addAll(map.getAll(item)); in TestTerritoryContainment()
1065 if (!mapItems.equals(bcp47Regions)) { in TestTerritoryContainment()
1066 mapItems.removeAll(oldRegions); in TestTerritoryContainment()
1067 errlnDiff("containment items not in bcp47 regions: ", mapItems, in TestTerritoryContainment()
1070 mapItems); in TestTerritoryContainment()
1086 mapItems.clear(); in TestTerritoryContainment()
1088 mapItems.add(item); in TestTerritoryContainment()
1089 mapItems.addAll(mapCore.getAll(item)); in TestTerritoryContainment()
[all …]