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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_policy.cpp 43 HeaderReadWriteUtils::AttributeMap::const_iterator it = mAttributeMap.find(keyCodePointVector);
84 HeaderReadWriteUtils::AttributeMap attributeMapTowrite(mAttributeMap);
111 /* static */ HeaderReadWriteUtils::AttributeMap
113 HeaderReadWriteUtils::AttributeMap attributeMap;
114 HeaderReadWriteUtils::fetchAllHeaderAttributes(dictBuf, &attributeMap);
115 return attributeMap;
  /libcore/luni/src/main/java/java/text/
AttributedString.java 39 Map<AttributedCharacterIterator.Attribute, List<Range>> attributeMap;
186 return attrString.attributeMap.keySet();
190 (attrString.attributeMap.size() * 4 / 3) + 1);
191 Iterator<Map.Entry<Attribute, List<Range>>> it = attrString.attributeMap
223 ArrayList<Range> ranges = (ArrayList<Range>) attrString.attributeMap
233 (attrString.attributeMap.size() * 4 / 3) + 1);
234 Iterator<Map.Entry<Attribute, List<Range>>> it = attrString.attributeMap
276 ArrayList<Range> ranges = (ArrayList<Range>) attrString.attributeMap
324 ArrayList<Range> ranges = (ArrayList<Range>) attrString.attributeMap
403 attributeMap = new HashMap<Attribute, List<Range>>
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DecayingExpandableBinaryDictionaryBase.java 96 HashMap<String, String> attributeMap = new HashMap<String, String>();
97 attributeMap.put(FormatSpec.FileHeader.SUPPORTS_DYNAMIC_UPDATE_ATTRIBUTE,
99 attributeMap.put(FormatSpec.FileHeader.USES_FORGETTING_CURVE_ATTRIBUTE,
101 attributeMap.put(FormatSpec.FileHeader.DICTIONARY_ID_ATTRIBUTE, mFileName);
102 attributeMap.put(FormatSpec.FileHeader.DICTIONARY_LOCALE_ATTRIBUTE, mLocale);
103 return attributeMap;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 78 Map<String, String> attributeMap = new HashMap<String, String>();
79 attributeMap.put(FormatSpec.FileHeader.SUPPORTS_DYNAMIC_UPDATE_ATTRIBUTE,
81 attributeMap.put(FormatSpec.FileHeader.USES_FORGETTING_CURVE_ATTRIBUTE,
84 3 /* dictVersion */, attributeMap)) {
BinaryDictionaryTests.java 54 Map<String, String> attributeMap = new HashMap<String, String>();
55 attributeMap.put(FormatSpec.FileHeader.SUPPORTS_DYNAMIC_UPDATE_ATTRIBUTE,
58 3 /* dictVersion */, attributeMap)) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 236 HashMap<String, String> attributeMap = new HashMap<String, String>();
237 attributeMap.put(FormatSpec.FileHeader.SUPPORTS_DYNAMIC_UPDATE_ATTRIBUTE,
239 attributeMap.put(FormatSpec.FileHeader.DICTIONARY_ID_ATTRIBUTE, mFilename);
240 return attributeMap;
  /sdk/attribute_stats/src/
Analyzer.java 247 Map<String, Usage> attributeMap = mFrequencies.get(tag);
248 if (attributeMap == null) {
249 attributeMap = new HashMap<String, Usage>(70);
250 mFrequencies.put(tag, attributeMap);
277 Usage usage = attributeMap.get(name);
283 attributeMap.put(name, usage);
289 Map<String, Usage> attributeMap = mLayoutAttributeFrequencies.get(parentTag);
290 if (attributeMap == null) {
291 attributeMap = new HashMap<String, Usage>(70);
292 mLayoutAttributeFrequencies.put(parentTag, attributeMap);
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 51 HeaderReadWriteUtils::AttributeMap attributeMap;
59 HeaderReadWriteUtils::AttributeMap::key_type key;
68 HeaderReadWriteUtils::AttributeMap::mapped_type value;
70 attributeMap[key] = value;
74 &attributeMap);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 306 Map<String, AttributeInfo> attributeMap = parser.getAttributeMap();
307 assertNotNull(attributeMap);
308 assertNotNull(attributeMap.get("layout_width"));
311 checkDir(new File(git, "packages" + File.separator + "apps"), false, attributeMap, seen);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h 107 NamedNodeMap* attributeMap() const { return m_attributeMap.get(); }
108 void setAttributeMap(PassOwnPtr<NamedNodeMap> attributeMap) { m_attributeMap = attributeMap; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 258 NamedNodeMap attributeMap = element.getAttributes();
259 for (int i = 0, n = attributeMap.getLength(); i < n; i++) {
260 Attr attribute = (Attr) attributeMap.item(i);
ChangeLayoutRefactoring.java 566 NamedNodeMap attributeMap = layout.getAttributes();
567 for (int i = 0, n = attributeMap.getLength(); i < n; i++) {
568 Node attributeNode = attributeMap.item(i);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 6455 milliseconds