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

  /packages/inputmethods/LatinIME/native/dicttoolkit/src/offdevice_intermediate_dict/
offdevice_intermediate_dict_header.h 33 : mAttributeMap(attributesMap) {}
39 const AttributeMap mAttributeMap;
  /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...]
header_policy.cpp 62 mAttributeMap.find(keyCodePointVector);
63 if (it == mAttributeMap.end()) {
77 return HeaderReadWriteUtils::readCodePointVectorAttributeValue(&mAttributeMap, LOCALE_KEY);
81 const int demotionRate = HeaderReadWriteUtils::readIntAttributeValue(&mAttributeMap,
90 return HeaderReadWriteUtils::readBoolAttributeValue(&mAttributeMap,
98 DictionaryHeaderStructurePolicy::AttributeMap attributeMapToWrite(mAttributeMap);
165 const int entryCount = HeaderReadWriteUtils::readIntAttributeValue(&mAttributeMap,
176 const int maxEntryCount = HeaderReadWriteUtils::readIntAttributeValue(&mAttributeMap,
  /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/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);
  /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...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 

Completed in 258 milliseconds