Searched defs:fromCache (Results 1 - 2 of 2) 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) {
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 59 milliseconds