Home
last modified time | relevance | path

Searched refs:typeMap (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/tools/xsdc/src/com/android/xsdc/
H A DXmlSchema.java27 final private Map<String, XsdType> typeMap; field in XmlSchema
33 XmlSchema(Map<String, XsdElement> elementMap, Map<String, XsdType> typeMap, in XmlSchema() argument
38 this.typeMap = typeMap; in XmlSchema()
50 return typeMap; in getTypeMap()
71 typeMap.putAll(schema.getTypeMap()); in include()
H A DXsdHandler.java246 Map<String, XsdType> typeMap = new LinkedHashMap<>(); in makeSchema() local
261 typeMap.put(tag.getName(), (XsdType) tag); in makeSchema()
267 return new XmlSchema(elementMap, typeMap, attrMap, attrGroupMap, groupMap, includeList); in makeSchema()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationUtilsTest.java192 Map<String, CarNotificationTypeItem> typeMap = new HashMap<>(); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType() local
193 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()
/aosp12/frameworks/av/media/libmedia/tests/codeclist/
H A DCodecListTest.cpp128 MediaCodecsXmlParser::TypeMap typeMap = codecProperties.typeMap; in TEST() local
131 auto searchTypeMap = typeMap.find(mediaType.c_str()); in TEST()
132 ASSERT_NE(searchTypeMap, typeMap.end()) in TEST()
/aosp12/frameworks/av/media/libstagefright/xmlparser/
H A DMediaCodecsXmlParser.cpp1004 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 …]
/aosp12/frameworks/av/media/libstagefright/xmlparser/test/
H A DXMLParserTest.cpp222 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()
/aosp12/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
H A DMediaCodecsXmlParser.h70 TypeMap typeMap; ///< Map of types supported by this codec member
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2InfoBuilder.cpp567 for (auto typeIt = codec.typeMap.begin(); typeIt != codec.typeMap.end(); ++typeIt) { in buildMediaCodecList()
/aosp12/art/test/636-arm64-veneer-pool/src/
H A DMain.java1270 java.util.HashMap<String, Integer> typeMap; field in Main
1275 if (this.typeMap == null) { in configure()
1278 Integer num = (Integer) this.typeMap.get(cls.getName()); in configure()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...