Home
last modified time | relevance | path

Searched refs:getValueMap (Results 1 – 10 of 10) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DIntMap.java35 public abstract Map<T, Integer> getValueMap(Map<T, Integer> output); in getValueMap() method in IntMap
37 public Map<T, Integer> getValueMap() { in getValueMap() method in IntMap
38 return getValueMap(new HashMap<T, Integer>()); in getValueMap()
44 return getValueMap().toString(); in toString()
60 public Map<T, Integer> getValueMap(Map<T, Integer> output) { in getValueMap() method in IntMap.BasicIntMap
108 public Map<String, Integer> getValueMap(Map<String, Integer> output) { in getValueMap() method in IntMap.CompactStringIntMap
DStateDictionaryBuilder.java97 Map<T, Integer> valueToInt = builtResults.getValueMap(); in make()
DStateDictionary.java76 Map<T, Integer> map = builtResults.getValueMap(); in toString()
DLenientDateParser.java943 ZONE_VALUE_MAP = Collections.unmodifiableMap(ZONE_INT_MAP.getValueMap());
/external/python/pyasn1/pyasn1/type/
Dconstraint.py82 def getValueMap(self): member in AbstractConstraint
90 self in otherConstraint.getValueMap())
453 self._valueMap.update(constraint.getValueMap())
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DLegacyManifestParser.java181 activityInfo.metaData = metaDataToBundle(data.getMetaData().getValueMap()); in createPackage()
308 outInfo.metaData = metaDataToBundle(itemData.getMetaData().getValueMap()); in populatePackageItemInfo()
423 permissionInfo.metaData = metaDataToBundle(itemData.getMetaData().getValueMap()); in createPermissionInfo()
453 permissionGroupInfo.metaData = metaDataToBundle(itemData.getMetaData().getValueMap()); in createPermissionGroupInfo()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestIntMap.java63 .getValueMap(new TreeMap<String, Integer>()); in checkSamples()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DMetaData.java73 public Map<String, Object> getValueMap() { in getValueMap() method in MetaData
DAndroidManifest.java626 return applicationMetaData.getValueMap(); in getApplicationMetaData()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/manifest/
DAndroidManifestTest.java55 …assertThat(permissionItemData.getMetaData().getValueMap()).containsEntry("meta_data_name", "meta_d… in parseManifest_shouldReadPermissions()
152 Map<String, Object> meta = config.getBroadcastReceivers().get(4).getMetaData().getValueMap(); in parseManifest_shouldReadBroadcastReceiversWithMetaData()