Searched refs:fromCache (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkCachedData.cpp85 void SkCachedData::internalRef(bool fromCache) const {
86 AutoMutexWritable(this)->inMutexRef(fromCache);
89 void SkCachedData::internalUnref(bool fromCache) const {
90 if (AutoMutexWritable(this)->inMutexUnref(fromCache)) {
98 void SkCachedData::inMutexRef(bool fromCache) { argument
104 if (fromCache) {
110 bool SkCachedData::inMutexUnref(bool fromCache) { argument
119 if (fInCache && !fromCache) {
130 if (fromCache) {
H A DSkCachedData.h56 void internalRef(bool fromCache) const;
57 void internalUnref(bool fromCache) const;
59 void inMutexRef(bool fromCache);
60 bool inMutexUnref(bool fromCache); // returns true if we should delete "this"
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DCacheLoader.java21 File fromCache = diskCache.get(key);
22 if (fromCache == null) {
28 result = decoder.decode(fromCache, width, height);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 185 milliseconds