Home
last modified time | relevance | path

Searched defs:attributeMap (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
H A DEapSimAkaTypeData.java51 public final LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap; field in EapSimAkaTypeData
54 int eapSubType, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapSimAkaTypeData()
60 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap, in EapSimAkaTypeData()
136 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap = new LinkedHashMap<>(); in decode() local
172 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap, in getInstance()
H A DEapAkaPrimeTypeData.java37 EapAkaPrimeTypeData(int eapSubType, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapAkaPrimeTypeData()
43 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap, in EapAkaPrimeTypeData()
98 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap, in getInstance()
H A DEapSimTypeData.java66 public EapSimTypeData(int eapSubType, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapSimTypeData()
72 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap, in EapSimTypeData()
128 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap, in getInstance()
H A DEapAkaTypeData.java72 public EapAkaTypeData(int eapSubType, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapAkaTypeData()
78 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap, in EapAkaTypeData()
140 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap, in getInstance()
/aosp12/packages/inputmethods/LatinIME/native/jni/tests/dictionary/header/
H A Dheader_read_write_utils_test.cpp44 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in TEST() local
60 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in TEST() local
/aosp12/system/tools/xsdc/src/com/android/xsdc/
H A DXmlSchema.java28 final private Map<String, XsdAttribute> attributeMap; field in XmlSchema
34 Map<String, XsdAttribute> attributeMap, in XmlSchema()
H A DXsdHandler.java40 final Map<String, String> attributeMap; field in XsdHandler.State
46 State(String name, Map<String, String> attributeMap) { in State() argument
118 Map<String, String> attributeMap = new HashMap<>(); in startElement() local
676 private boolean isDeprecated(Map<String, String> attributeMap,List<XsdTag> tags, in isDeprecated() argument
685 private boolean isFinalValue(Map<String, String> attributeMap,List<XsdTag> tags, in isFinalValue() argument
694 private Nullability getNullability(Map<String, String> attributeMap,List<XsdTag> tags, in getNullability() argument
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Ddict_file_writing_utils.cpp43 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in createEmptyDictFile()
67 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap, in createEmptyV4DictFile()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
H A Ddictionary_structure_with_buffer_policy_factory.cpp58 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in newPolicyForOnMemoryDict()
87 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in newPolicyForOnMemoryV4Dict()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DCombinedFormatUtils.java40 public static String formatAttributeMap(final HashMap<String, String> attributeMap) { in formatAttributeMap() argument
H A DBinaryDictionaryUtils.java96 final Locale locale, final Map<String, String> attributeMap) { in createEmptyDictFile() argument
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
H A DUserHistoryDictionary.java118 final Map<String, String> attributeMap = super.getHeaderAttributeMap(); in getHeaderAttributeMap() local
/aosp12/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp52 DictionaryHeaderStructurePolicy::AttributeMap attributeMap = in latinime_BinaryDictionaryUtils_createEmptyDictFile() local
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp85 DictionaryHeaderStructurePolicy::AttributeMap attributeMap = in latinime_BinaryDictionary_createOnMemory() local
147 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap = in latinime_BinaryDictionary_getHeaderInfo() local
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryTests.java81 final HashMap<String, String> attributeMap) { in createEmptyDictionaryWithAttributesAndGetFile() argument
94 final HashMap<String, String> attributeMap) throws IOException { in createEmptyVer4DictionaryAndGetFile() argument
528 final HashMap<String, String> attributeMap = new HashMap<>(); in testRandomOperationsAndFlashWithGC() local
659 final HashMap<String, String> attributeMap = new HashMap<>(); in testUnigramAndBigramCount() local
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_policy.cpp157 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in createAttributeMapAndReadAllAttributes() local
H A Dheader_policy.h62 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) in HeaderPolicy()
H A Dheader_read_write_utils.cpp65 const AttributeMap *const attributeMap) { in createAndGetDictionaryFlagsUsingAttributeMap()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
H A DEapSimChallengeStateTest.java163 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap = new LinkedHashMap<>(); in testIsValidChallengeAttributes() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DExpandableBinaryDictionary.java209 HashMap<String, String> attributeMap = new HashMap<>(); in getHeaderAttributeMap() local
682 final Map<String, String> attributeMap) { in clearAndFlushDictionaryWithAdditionalAttributes() argument
H A DBinaryDictionary.java145 final Map<String, String> attributeMap) { in BinaryDictionary() argument
/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Djni_data_utils.h46 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in constructAttributeMap() local
/aosp12/frameworks/av/media/libmedia/tests/codeclist/
H A DCodecListTest.cpp134 MediaCodecsXmlParser::AttributeMap attributeMap = searchTypeMap->second; in TEST() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java233 Map<String, Integer> attributeMap = map.get(attr); in getEnumMap() local
/aosp12/frameworks/av/media/libstagefright/xmlparser/test/
H A DXMLParserTest.cpp45 vector<pair<string, string>> attributeMap; member

12