Searched refs:attributeMap (Results 1 – 5 of 5) sorted by relevance
136 MediaCodecsXmlParser::AttributeMap attributeMap = searchTypeMap->second; in TEST() local170 auto searchAttr = attributeMap.find(name); in TEST()171 if (searchAttr == attributeMap.end()) { in TEST()182 auto searchAttr = attributeMap.find(name); in TEST()183 if (searchAttr == attributeMap.end()) { in TEST()
233 Map<String, Integer> attributeMap = map.get(attr); in getEnumMap() local234 if (attributeMap == null) { in getEnumMap()235 attributeMap = Maps.newHashMap(); in getEnumMap()236 map.put(attr, attributeMap); in getEnumMap()238 attributeMap.put(name, i); in getEnumMap()
45 vector<pair<string, string>> attributeMap; member280 roleProperty.attributeMap = attributeNameValuePair; in setRoleProperties()336 (mInputRoleVector.at(index).attributeMap).begin(); in checkRoleMap()339 itr_attributeMapDB != mInputRoleVector.at(index).attributeMap.end(); in checkRoleMap()
6912 final SparseArray<String> attributeMap = getAttributeMap();6926 String resourceName = attributeMap.get(resourceId);6933 attributeMap.put(resourceId, resourceName);
32325 HSPLsun/security/x509/X509CertInfo;->attributeMap(Ljava/lang/String;)I