HomeSort by relevance Sort by last modified time
    Searched refs:AttributeMap (Results 1 - 25 of 25) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_read_write_utils.h 44 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap);
47 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes);
59 const DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes,
66 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes,
70 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes,
74 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes,
78 const DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes,
82 const DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes,
86 const DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes
    [all...]
header_read_write_utils.cpp 46 typedef DictionaryHeaderStructurePolicy::AttributeMap AttributeMap;
63 const AttributeMap *const attributeMap) {
68 AttributeMap *const headerAttributes) {
86 headerAttributes->insert(AttributeMap::value_type(key, value));
123 BufferWithExtendableBuffer *const buffer, const AttributeMap *const headerAttributes,
125 for (AttributeMap::const_iterator it = headerAttributes->begin();
145 AttributeMap *const headerAttributes, const char *const key, const std::vector<int> value) {
146 AttributeMap::key_type keyVector
    [all...]
header_policy.cpp 69 DictionaryHeaderStructurePolicy::AttributeMap::const_iterator it =
106 DictionaryHeaderStructurePolicy::AttributeMap attributeMapToWrite(mAttributeMap);
137 DictionaryHeaderStructurePolicy::AttributeMap *outAttributeMap) const {
153 /* static */ DictionaryHeaderStructurePolicy::AttributeMap
155 DictionaryHeaderStructurePolicy::AttributeMap attributeMap;
156 HeaderReadWriteUtils::fetchAllHeaderAttributes(dictBuf, &attributeMap);
157 return attributeMap;
header_policy.h 73 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap)
76 attributeMap)), mSize(0), mAttributeMap(*attributeMap), mLocale(locale),
210 const DictionaryHeaderStructurePolicy::AttributeMap *getAttributeMap() const {
243 DictionaryHeaderStructurePolicy::AttributeMap *outAttributeMap) const;
282 DictionaryHeaderStructurePolicy::AttributeMap mAttributeMap;
303 static DictionaryHeaderStructurePolicy::AttributeMap createAttributeMapAndReadAllAttributes(
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
dictionary_header_structure_policy.h 33 typedef std::map<std::vector<int>, std::vector<int>> AttributeMap;
41 virtual const AttributeMap *getAttributeMap() const = 0;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
dict_file_writing_utils.h 36 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap);
51 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap,
57 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap,
dict_file_writing_utils.cpp 42 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) {
50 filePath, localeAsCodePointVector, attributeMap, formatVersion);
55 filePath, localeAsCodePointVector, attributeMap, formatVersion);
66 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap,
68 HeaderPolicy headerPolicy(formatVersion, localeAsCodePointVector, attributeMap);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_xml_utils.h 24 typedef std::map<std::string, std::string> AttributeMap;
  /external/sfntly/cpp/src/test/
test_xml_utils.h 24 typedef std::map<std::string, std::string> AttributeMap;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.h 38 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap);
47 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap);
dictionary_structure_with_buffer_policy_factory.cpp 58 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) {
66 dictFormatVersion, locale, attributeMap);
72 dictFormatVersion, locale, attributeMap);
87 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) {
88 HeaderPolicy headerPolicy(formatVersion, locale, attributeMap);
  /external/deqp/executor/
xeXMLParser.hpp 139 typedef std::map<std::string, std::string> AttributeMap;
140 typedef AttributeMap::const_iterator AttributeIter;
158 const AttributeMap& attributes (void) const { return m_attributes; }
194 AttributeMap m_attributes;
  /packages/inputmethods/LatinIME/native/jni/src/utils/
jni_data_utils.h 43 static DictionaryHeaderStructurePolicy::AttributeMap constructAttributeMap(JNIEnv *env,
45 DictionaryHeaderStructurePolicy::AttributeMap attributeMap;
54 DictionaryHeaderStructurePolicy::AttributeMap::key_type key;
63 DictionaryHeaderStructurePolicy::AttributeMap::mapped_type value;
65 attributeMap[key] = value;
67 return attributeMap;
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 66 AttributeMapType AttributeMap;
113 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
114 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
ValueEnumerator.cpp 426 unsigned &Entry = AttributeMap[PAL];
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 64 AttributeMapType AttributeMap;
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
ValueEnumerator.cpp 437 unsigned &Entry = AttributeMap[PAL];
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 64 AttributeMapType AttributeMap;
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
ValueEnumerator.cpp 437 unsigned &Entry = AttributeMap[PAL];
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 64 AttributeMapType AttributeMap;
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
ValueEnumerator.cpp 437 unsigned &Entry = AttributeMap[PAL];
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp 52 DictionaryHeaderStructurePolicy::AttributeMap attributeMap =
56 localeCodePoints, &attributeMap);
com_android_inputmethod_latin_BinaryDictionary.cpp 84 DictionaryHeaderStructurePolicy::AttributeMap attributeMap =
89 formatVersion, localeCodePoints, &attributeMap);
146 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap =
148 for (DictionaryHeaderStructurePolicy::AttributeMap::const_iterator it = attributeMap->begin();
149 it != attributeMap->end(); ++it) {
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 358 milliseconds