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

  /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/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;
  /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!");
  /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!");
  /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!");
  /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!");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
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...]
  /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;
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 

Completed in 1531 milliseconds