Searched refs:typeMap (Results 1 – 11 of 11) sorted by relevance
27 final private Map<String, XsdType> typeMap; field in XmlSchema33 XmlSchema(Map<String, XsdElement> elementMap, Map<String, XsdType> typeMap, in XmlSchema() argument38 this.typeMap = typeMap; in XmlSchema()50 return typeMap; in getTypeMap()71 typeMap.putAll(schema.getTypeMap()); in include()
246 Map<String, XsdType> typeMap = new LinkedHashMap<>(); in makeSchema() local261 typeMap.put(tag.getName(), (XsdType) tag); in makeSchema()267 return new XmlSchema(elementMap, typeMap, attrMap, attrGroupMap, groupMap, includeList); in makeSchema()
192 Map<String, CarNotificationTypeItem> typeMap = new HashMap<>(); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType() local193 typeMap.put(Notification.CATEGORY_CAR_EMERGENCY, CarNotificationTypeItem.EMERGENCY); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType()194 typeMap.put(Notification.CATEGORY_NAVIGATION, CarNotificationTypeItem.NAVIGATION); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType()195 typeMap.put(Notification.CATEGORY_CALL, CarNotificationTypeItem.CALL); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType()196 typeMap.put(Notification.CATEGORY_CAR_WARNING, CarNotificationTypeItem.WARNING); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType()197 typeMap.put(Notification.CATEGORY_CAR_INFORMATION, CarNotificationTypeItem.INFORMATION); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType()198 typeMap.put(Notification.CATEGORY_MESSAGE, CarNotificationTypeItem.MESSAGE); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType()200 typeMap.forEach((category, typeItem) -> { in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType()
128 MediaCodecsXmlParser::TypeMap typeMap = codecProperties.typeMap; in TEST() local131 auto searchTypeMap = typeMap.find(mediaType.c_str()); in TEST()132 ASSERT_NE(searchTypeMap, typeMap.end()) in TEST()
1004 typeIt = codecIt->second.typeMap.end(); in enterMediaCodec()1015 typeIt = codecIt->second.typeMap.find(type); in enterMediaCodec()1016 if (typeIt == codecIt->second.typeMap.end()) { in enterMediaCodec()1023 typeIt = codecIt->second.typeMap.begin(); in enterMediaCodec()1024 if (typeIt == codecIt->second.typeMap.end() in enterMediaCodec()1025 || codecIt->second.typeMap.size() != 1) { in enterMediaCodec()1142 TypeMap::iterator typeIt = codecIt->second.typeMap.find(name); in enterType()1144 if (typeIt != codecIt->second.typeMap.end()) { in enterType()1148 } else if (typeIt == codecIt->second.typeMap.end()) { in enterType()1574 const auto& typeMap = codec.second.typeMap; in generateRoleMap() local[all …]
222 codecProperty.codecProp.typeMap = TypeMapDataBase; in setCodecProperties()270 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in printCodecMap()337 mInputDataVector.at(index).codecProp.typeMap; in TEST_F()338 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in TEST_F()
70 TypeMap typeMap; ///< Map of types supported by this codec member
567 for (auto typeIt = codec.typeMap.begin(); typeIt != codec.typeMap.end(); ++typeIt) { in buildMediaCodecList()
1270 java.util.HashMap<String, Integer> typeMap; field in Main1275 if (this.typeMap == null) { in configure()1278 Integer num = (Integer) this.typeMap.get(cls.getName()); in configure()
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...