Searched refs:PathCache (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h1 //===- PathCache.h --------------------------------------------------------===//
31 typedef HashTable<HashEntryType, StringHash<BKDR>, EntryFactory<HashEntryType> > PathCache; typedef in namespace:mcld::sys::fs
H A DDirectory.h18 #include "mcld/Support/PathCache.h"
36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
94 mcld::sys::fs::PathCache m_Cache;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
113 typedef mcld::sys::fs::PathCache DirCache;
H A DFileSystem.h20 #include "mcld/Support/PathCache.h"
105 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/base/libs/hwui/
H A DPathCache.cpp21 #include "PathCache.h"
53 PathCache::PathCache(): ShapeCache<PathCacheEntry>("path", function in class:android::uirenderer::PathCache
57 void PathCache::remove(SkPath* path) {
76 void PathCache::removeDeferred(SkPath* path) {
81 void PathCache::clearGarbage() {
90 PathTexture* PathCache::get(SkPath* path, SkPaint* paint) {
H A DPathCache.h61 class PathCache: public ShapeCache<PathCacheEntry> { class in namespace:android::uirenderer
63 PathCache();
87 }; // class PathCache
H A DAndroid.mk27 PathCache.cpp \
H A DCaches.h37 #include "PathCache.h"
254 PathCache pathCache;
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp127 PathCache::iterator iter = m_Cache.begin();

Completed in 759 milliseconds