OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PathCache
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/include/mcld/Support/
PathCache.h
1
//===-
PathCache
.h --------------------------------------------------------===//
27
EntryFactory<HashEntryType> >
PathCache
;
/frameworks/base/libs/hwui/
PathCache.cpp
31
#include "
PathCache
.h"
182
PathCache
::
PathCache
()
191
PathCache
::~
PathCache
() {
199
uint32_t
PathCache
::getSize() {
203
uint32_t
PathCache
::getMaxSize() {
211
void
PathCache
::operator()(PathDescription& entry, PathTexture*& texture) {
219
void
PathCache
::removeTexture(PathTexture* texture) {
240
PATH_LOGD("
PathCache
::delete name, size, mSize = %d, %d, %d", texture->id, size, mSize)
[
all
...]
PathCache.h
158
class
PathCache
: public OnEntryRemoved<PathDescription, PathTexture*> {
160
PathCache
();
161
~
PathCache
();
262
}; // class
PathCache
Completed in 198 milliseconds