OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:purgeable
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/loader/cache/
MemoryCache.cpp
143
// Add the size back since we had subtracted it when we marked the memory as
purgeable
.
339
// resource
purgeable
in makeResourcePurgeable(). So adjust the size if we are evicting a
340
// resource that was not marked as
purgeable
.
596
bool
purgeable
= o->isPurgeable() && !purged;
local
602
purgeableSize +=
purgeable
? pageSize : 0;
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
111
// since we "may" create a
purgeable
imageref, we require the stream be ref'able
274
// for now we don't allow
purgeable
with java inputstreams
322
/* Allow
purgeable
iff we own the FD, i.e., in the puregeable and
386
bool
purgeable
= optionsPurgeable(env, options)
local
389
SkStream* stream = new SkMemoryStream(ar.ptr() + offset, length,
purgeable
);
391
return doDecode(env, stream, NULL, options,
purgeable
);
Completed in 22 milliseconds