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

  /packages/inputmethods/LatinIME/native/dicttoolkit/src/offdevice_intermediate_dict/
offdevice_intermediate_dict_header.h 33 : mAttributeMap(attributesMap) {}
39 const AttributeMap mAttributeMap;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 58 private Map<String, AttributeInfo> mAttributeMap;
99 return mAttributeMap;
129 mAttributeMap = Maps.newHashMapWithExpectedSize(expectedAttributeCount);
133 mAttributeMap.putAll(inheritableAttributes.mAttributeMap);
424 info = mAttributeMap.get(name);
430 mAttributeMap.put(name, info);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
header_policy.h 39 mAttributeMap(createAttributeMapAndReadAllAttributes(dictBuf)),
43 mIsDecayingDict(HeaderReadWriteUtils::readBoolAttributeValue(&mAttributeMap,
45 mDate(HeaderReadWriteUtils::readIntAttributeValue(&mAttributeMap,
47 mLastDecayedTime(HeaderReadWriteUtils::readIntAttributeValue(&mAttributeMap,
50 mExtendedRegionSize(HeaderReadWriteUtils::readIntAttributeValue(&mAttributeMap,
53 &mAttributeMap, HAS_HISTORICAL_INFO_KEY, false /* defaultValue */)),
55 &mAttributeMap, FORGETTING_CURVE_PROBABILITY_VALUES_TABLE_ID_KEY,
57 mCodePointTable(HeaderReadWriteUtils::readCodePointTable(&mAttributeMap)) {}
65 attributeMap)), mSize(0), mAttributeMap(*attributeMap), mLocale(locale),
68 mIsDecayingDict(HeaderReadWriteUtils::readBoolAttributeValue(&mAttributeMap,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 60 private Map<String, AttributeInfo> mAttributeMap;
81 mAttributeMap = targetData.getAttributeMap();
225 if (!needsFullAapt() && mAttributeMap != null && ANDROID_URI.equals(uri)) {
226 AttributeInfo info = mAttributeMap.get(name);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 93 private Map<String, AttributeInfo> mAttributeMap;
108 mAttributeMap = attributeMap;
119 return mAttributeMap;
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 571 milliseconds