Searched refs:PathCache (Results 1 - 11 of 11) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h18 #include "PathCache.h"
33 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
91 mcld::sys::fs::PathCache m_Cache;
107 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
110 typedef mcld::sys::fs::PathCache DirCache;
H A DFileSystem.h17 #include "mcld/Support/PathCache.h"
93 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
H A DPathCache.h1 //===- PathCache.h --------------------------------------------------------===//
27 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCache; typedef in namespace:mcld::sys::fs
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp131 PathCache::iterator iter = m_Cache.begin();
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc76 mcld::sys::fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc60 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/base/libs/hwui/
H A DAndroid.mk42 PathCache.cpp \
H A DCaches.h47 #include "PathCache.h"
338 PathCache pathCache;
H A DDisplayListOp.h1228 PathCache::computePathBounds(path, paint, left, top, offset, width, height);
H A DPathCache.cpp31 #include "PathCache.h"
82 bool PathCache::canDrawAsConvexPath(SkPath* path, const SkPaint* paint) {
87 void PathCache::computePathBounds(const SkPath* path, const SkPaint* paint,
90 PathCache::computeBounds(bounds, paint, left, top, offset, width, height);
93 void PathCache::computeBounds(const SkRect& bounds, const SkPaint* paint,
152 PathCache::PathCache(): function in class:android::uirenderer::PathCache
172 PathCache::~PathCache() {
180 uint32_t PathCache
[all...]
H A DPathCache.h160 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> { class in namespace:android::uirenderer
162 PathCache();
163 ~PathCache();
313 }; // class PathCache

Completed in 206 milliseconds