Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/header/
Dheader_read_write_utils_test.cpp44 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in TEST() local
60 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in TEST() local
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaTypeData.java48 public final LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap; field in EapSimAkaTypeData
52 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapSimAkaTypeData()
124 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap = new LinkedHashMap<>(); in decode() local
160 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap); in getInstance()
DEapAkaPrimeTypeData.java38 int eapSubType, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapAkaPrimeTypeData()
91 int eapSubtype, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in getInstance()
DEapSimTypeData.java66 public EapSimTypeData(int eapSubType, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapSimTypeData()
121 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in getInstance()
DEapAkaTypeData.java72 public EapAkaTypeData(int eapSubType, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapAkaTypeData()
133 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in getInstance()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Ddict_file_writing_utils.cpp43 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in createEmptyDictFile()
67 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap, in createEmptyV4DictFile()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp58 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in newPolicyForOnMemoryDict()
87 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in newPolicyForOnMemoryV4Dict()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCombinedFormatUtils.java40 public static String formatAttributeMap(final HashMap<String, String> attributeMap) { in formatAttributeMap() argument
DBinaryDictionaryUtils.java96 final Locale locale, final Map<String, String> attributeMap) { in createEmptyDictFile() argument
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp52 DictionaryHeaderStructurePolicy::AttributeMap attributeMap = in latinime_BinaryDictionaryUtils_createEmptyDictFile() local
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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DUserHistoryDictionary.java118 final Map<String, String> attributeMap = super.getHeaderAttributeMap(); in getHeaderAttributeMap() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
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
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimChallengeStateTest.java162 LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap = new LinkedHashMap<>(); in testIsValidChallengeAttributes() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_policy.cpp157 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in createAttributeMapAndReadAllAttributes() local
Dheader_policy.h62 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) in HeaderPolicy()
Dheader_read_write_utils.cpp65 const AttributeMap *const attributeMap) { in createAndGetDictionaryFlagsUsingAttributeMap()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.h46 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in constructAttributeMap() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java209 HashMap<String, String> attributeMap = new HashMap<>(); in getHeaderAttributeMap() local
682 final Map<String, String> attributeMap) { in clearAndFlushDictionaryWithAdditionalAttributes() argument
DBinaryDictionary.java145 final Map<String, String> attributeMap) { in BinaryDictionary() argument