Searched defs:cacheKey (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescription.cpp155 FontCacheKey FontDescription::cacheKey(const FontFaceCreationParams& creationParams, FontTraits desiredTraits) const function in class:blink::FontDescription
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageDecodingStore.h158 DecoderCacheKey cacheKey() const { return makeCacheKey(m_generator, m_size); } function in class:blink::ImageDecodingStore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPresentationAttributeStyle.cpp164 PresentationAttributeCacheKey cacheKey; local
165 makePresentationAttributeCacheKey(element, cacheKey);
167 unsigned cacheHash = computePresentationAttributeCacheHash(cacheKey);
172 if (cacheValue->value && cacheValue->value->key != cacheKey)
194 newEntry->key = cacheKey;
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngine.java183 public void onResourceReleased(Key cacheKey, Resource resource) { argument
185 Log.v(TAG, "released: " + cacheKey);
187 activeResources.remove(cacheKey);
190 Log.v(TAG, "recaching: " + cacheKey);
192 cache.put(cacheKey, resource);
195 Log.v(TAG, "recycling: " + cacheKey);
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzgnames.cpp841 PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); local
842 if (cacheKey != NULL) {
843 cacheKey->tzID = key.tzID;
844 cacheKey->mzID = key.mzID;
845 cacheKey->isLong = key.isLong;
846 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
848 uprv_free(cacheKey);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp412 GrResourceKey* cacheKey) {
433 if (cacheKey) {
434 *cacheKey = resourceKey;
407 createTexture(const GrTextureParams* params, const GrTextureDesc& desc, const GrCacheID& cacheID, const void* srcData, size_t rowBytes, GrResourceKey* cacheKey) argument
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp841 PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); local
842 if (cacheKey != NULL) {
843 cacheKey->tzID = key.tzID;
844 cacheKey->mzID = key.mzID;
845 cacheKey->isLong = key.isLong;
846 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
848 uprv_free(cacheKey);
/external/skia/src/gpu/
H A DGrContext.cpp390 GrResourceKey* cacheKey) {
411 if (NULL != cacheKey) {
412 *cacheKey = resourceKey;
385 createTexture(const GrTextureParams* params, const GrTextureDesc& desc, const GrCacheID& cacheID, const void* srcData, size_t rowBytes, GrResourceKey* cacheKey) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 200 milliseconds