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

  /external/webkit/Source/WebCore/css/
CSSSegmentedFontFace.cpp 92 unsigned hashKey = ((fontDescription.computedPixelSize() + 1) << (FontTraitsMaskWidth + 1)) | ((fontDescription.orientation() == Vertical ? 1 : 0) << FontTraitsMaskWidth) | desiredTraitsMask;
94 SegmentedFontData* fontData = m_fontDataTable.get(hashKey);
120 m_fontDataTable.set(hashKey, fontData);
CSSFontFaceSource.cpp 119 unsigned hashKey = (fontDescription.computedPixelSize() + 1) << 6 | fontDescription.widthVariant() << 4
121 if (SimpleFontData* cachedData = m_fontDataTable.get(hashKey))
190 m_fontDataTable.set(hashKey, fontDataRawPtr);
  /system/core/libcutils/
hashmap.c 80 static inline int hashKey(Hashmap* map, void* key) {
190 int hash = hashKey(map, key);
222 int hash = hashKey(map, key);
237 int hash = hashKey(map, key);
253 int hash = hashKey(map, key);
285 int hash = hashKey(map, key);
  /external/webkit/Source/WebCore/bridge/qt/
qt_instance.h 63 QObject* hashKey() const { return m_hashkey; }
qt_instance.cpp 128 cachedInstances.remove(instance->hashKey());
  /external/icu4c/tools/ctestfw/
datamap.cpp 106 UnicodeString hashKey(key, -1, US_INV);
107 const ResourceBundle *r = (ResourceBundle *)fData->get(hashKey);
  /external/icu4c/common/
locid.cpp 638 UHashTok hashKey;
639 hashKey.pointer = fullName;
640 return uhash_hashChars(hashKey);
  /external/icu4c/i18n/
numfmt.cpp     [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/deps/
google-collect-1.0-rc1.jar 

Completed in 112 milliseconds