/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/ |
H A D | header_read_write_utils.cpp | 48 typedef DictionaryHeaderStructurePolicy::AttributeMap AttributeMap; typedef 65 const AttributeMap *const attributeMap) { in createAndGetDictionaryFlagsUsingAttributeMap() 70 AttributeMap *const headerAttributes) { in fetchAllHeaderAttributes() 94 AttributeMap *const headerAttributes) { in readCodePointTable() 95 AttributeMap::key_type keyVector; in readCodePointTable() 163 AttributeMap::key_type keyVector; in setCodePointVectorAttribute() 175 AttributeMap::key_type keyVector; in setIntAttribute() 182 AttributeMap::mapped_type valueVector; in setIntAttributeInner() 191 AttributeMap::key_type keyVector; in readCodePointVectorAttributeValue() 212 AttributeMap::key_type keyVector; in readIntAttributeValue() [all …]
|
H A D | header_read_write_utils.h | 44 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap); 47 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes); 50 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes); 62 const DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 69 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 73 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 77 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 93 DictionaryHeaderStructurePolicy::AttributeMap::key_type *const key); 113 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 114 const DictionaryHeaderStructurePolicy::AttributeMap::key_type *const key, [all …]
|
H A D | header_policy.cpp | 61 DictionaryHeaderStructurePolicy::AttributeMap::const_iterator it = in readHeaderValueOrQuestionMark() 98 DictionaryHeaderStructurePolicy::AttributeMap attributeMapToWrite(mAttributeMap); in fillInAndWriteHeaderToBuffer() 136 DictionaryHeaderStructurePolicy::AttributeMap *outAttributeMap) const { in fillInHeader() 155 /* static */ DictionaryHeaderStructurePolicy::AttributeMap 157 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in createAttributeMapAndReadAllAttributes()
|
H A D | header_policy.h | 62 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) in HeaderPolicy() 190 const DictionaryHeaderStructurePolicy::AttributeMap *getAttributeMap() const { in getAttributeMap() 207 DictionaryHeaderStructurePolicy::AttributeMap *outAttributeMap) const; 245 DictionaryHeaderStructurePolicy::AttributeMap mAttributeMap; 264 static DictionaryHeaderStructurePolicy::AttributeMap createAttributeMapAndReadAllAttributes(
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/families/ |
H A D | Nl80211.cpp | 61 static const AttributeMap iftypes{ 335 {std::nullopt, {"BAND", DataType::Nested, AttributeMap{ 337 {std::nullopt, {"FQ", DataType::Nested, AttributeMap{ 366 {std::nullopt, {"RATE", DataType::Nested, AttributeMap{ 423 {NL80211_ATTR_SCAN_SSIDS, {"SCAN_SSIDS", DataType::Nested, AttributeMap{ 427 {NL80211_ATTR_BSS, {"BSS", DataType::Nested, AttributeMap{ 541 {std::nullopt, {"TFT", DataType::Nested, AttributeMap{ 546 {std::nullopt, {"RFT", DataType::Nested, AttributeMap{ 582 {"WOWLAN_TRIGGERS_SUPPORTED", DataType::Nested, AttributeMap{ 623 {std::nullopt, {"IC", DataType::Nested, AttributeMap{ [all …]
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/ |
H A D | MessageDefinition.h | 40 class AttributeMap : private std::map<std::optional<nlattrtype_t>, AttributeDefinition> { 44 AttributeMap(const std::initializer_list<value_type> attrTypes); 104 std::variant<AttributeMap, ToStream> ops = AttributeMap{}; 149 const AttributeMap& getAttributeMap() const; 166 const AttributeMap&& attrTypes, size_t contentsSize); 172 const AttributeMap mAttributeMap; 186 const std::initializer_list<AttributeMap::value_type> attrTypes = {})
|
H A D | MessageDefinition.cpp | 21 AttributeMap::AttributeMap(const std::initializer_list<value_type> attrTypes) in AttributeMap() function in android::nl::protocols::AttributeMap 24 const AttributeDefinition AttributeMap::operator[](nlattrtype_t nla_type) const { in __anonc0c14fb30102() 37 const AttributeMap&& attrTypes, size_t contentsSize) 53 const AttributeMap& MessageDescriptor::getAttributeMap() const { in getAttributeMap()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/ |
H A D | Ctrl.cpp | 47 {CTRL_ATTR_OPS, {"OPS", DataType::Nested, AttributeMap{ 48 {std::nullopt, {"OP", DataType::Nested, AttributeMap{ 53 {CTRL_ATTR_MCAST_GROUPS, {"MCAST_GROUPS", DataType::Nested, AttributeMap{ 54 {std::nullopt, {"GRP", DataType::Nested, AttributeMap{
|
H A D | GenericMessageBase.h | 32 const std::initializer_list<AttributeMap::value_type> attrTypes = {});
|
/aosp12/packages/inputmethods/LatinIME/native/dicttoolkit/src/offdevice_intermediate_dict/ |
H A D | offdevice_intermediate_dict_header.h | 30 using AttributeMap = std::map<std::vector<int>, std::vector<int>>; 32 OffdeviceIntermediateDictHeader(const AttributeMap &attributesMap) in OffdeviceIntermediateDictHeader() 39 const AttributeMap mAttributeMap;
|
/aosp12/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/ |
H A D | MediaCodecsXmlParser.h | 54 typedef std::map<std::string, std::string> AttributeMap; typedef 56 typedef std::pair<std::string, AttributeMap> Type; 57 typedef std::map<std::string, AttributeMap> TypeMap; 102 const AttributeMap& getServiceAttributeMap() const;
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
H A D | dict_file_writing_utils.h | 36 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap); 51 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap, 57 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap,
|
H A D | dict_file_writing_utils.cpp | 43 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in createEmptyDictFile() 67 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap, in createEmptyV4DictFile()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/route/ |
H A D | Link.cpp | 51 {IFLA_LINKINFO, {"LINKINFO", DataType::Nested, AttributeMap{ 65 {IFLA_AF_SPEC, {"AF_SPEC", DataType::Nested, AttributeMap{ 66 {AF_INET, {"AF_INET", DataType::Nested, AttributeMap{ 69 {AF_INET6, {"AF_INET6", DataType::Nested, AttributeMap{
|
/aosp12/packages/inputmethods/LatinIME/native/jni/tests/dictionary/header/ |
H A D | header_read_write_utils_test.cpp | 30 DictionaryHeaderStructurePolicy::AttributeMap::key_type vector; in TEST() 44 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in TEST() 60 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in TEST()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/ |
H A D | jni_data_utils.h | 44 static DictionaryHeaderStructurePolicy::AttributeMap constructAttributeMap(JNIEnv *env, in constructAttributeMap() 46 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in constructAttributeMap() 56 DictionaryHeaderStructurePolicy::AttributeMap::key_type key; in constructAttributeMap() 66 DictionaryHeaderStructurePolicy::AttributeMap::mapped_type value; in constructAttributeMap()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/ |
H A D | dictionary_header_structure_policy.h | 33 typedef std::map<std::vector<int>, std::vector<int>> AttributeMap; typedef 41 virtual const AttributeMap *getAttributeMap() const = 0;
|
/aosp12/frameworks/av/media/libstagefright/xmlparser/test/ |
H A D | XMLParserTest.cpp | 212 map<string, MediaCodecsXmlParser::AttributeMap> TypeMapDataBase; in setCodecProperties() 214 pair<string, MediaCodecsXmlParser::AttributeMap>(typeName, AttributeMapDB)); in setCodecProperties() 270 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in printCodecMap() 336 map<string, MediaCodecsXmlParser::AttributeMap> TypeMapDB = in TEST_F() 338 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in TEST_F() 339 map<string, MediaCodecsXmlParser::AttributeMap>::iterator itr_TypeMapDB = TypeMapDB.begin(); in TEST_F() 340 map<string, MediaCodecsXmlParser::AttributeMap>::iterator itr_TypeMap = TypeMap.begin(); in TEST_F()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/ |
H A D | dictionary_structure_with_buffer_policy_factory.h | 38 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap); 47 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap);
|
H A D | dictionary_structure_with_buffer_policy_factory.cpp | 58 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in newPolicyForOnMemoryDict() 87 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in newPolicyForOnMemoryV4Dict()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9/ |
H A D | ValueEnumerator.h | 71 AttributeMapType AttributeMap; variable 131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() 132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | ValueEnumerator.h | 71 AttributeMapType AttributeMap; variable 131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() 132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | ValueEnumerator.h | 74 AttributeMapType AttributeMap; variable 134 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() 135 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | Codec2InfoBuilder.cpp | 269 std::string setting, const MediaCodecsXmlParser::AttributeMap &settings, in isSettingEnabled() 279 std::string variant, const MediaCodecsXmlParser::AttributeMap &settings) { in isVariantEnabled() 284 std::string exp, const MediaCodecsXmlParser::AttributeMap &settings) { in isVariantExpressionEnabled() 292 std::string domain, const MediaCodecsXmlParser::AttributeMap &settings) { in isDomainEnabled() 404 MediaCodecsXmlParser::AttributeMap settings = parser.getServiceAttributeMap(); in buildMediaCodecList() 584 const MediaCodecsXmlParser::AttributeMap &attrMap = typeIt->second; in buildMediaCodecList()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
H A D | printer.cpp | 100 const protocols::AttributeMap& attrMap) { in toStream() 129 toStream(ss, childattr, std::get<protocols::AttributeMap>(attrtype.ops)); in toStream()
|