HomeSort by relevance Sort by last modified time
    Searched full:purgeable (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/mac/
PurgeableBufferMac.cpp 38 // Purgeable buffers are allocated in multiples of the page size (4KB in common CPUs) so
78 bool PurgeableBuffer::makePurgeable(bool purgeable)
80 if (purgeable) {
93 // So apparently "purgeable" is the correct spelling and the API here is misspelled.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 30 * purgeable.
34 * In contrast, the Purgeable case shows that the system can complete decoding
84 if (components[components.length - 1].equals("Purgeable")) {
PurgeableBitmapView.java 32 * Bitmaps as being purgeable.
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.h 62 // 1. Dead resources in the cache are kept in non-purgeable memory.
63 // 2. When we prune dead resources, instead of freeing them, we mark their memory as purgeable and
64 // keep the resources until the kernel reclaims the purgeable memory.
70 // And by having an unbounded number of resource objects using purgeable memory, we can use as much
72 // its member variables) are allocated in non-purgeable TC-malloc'd memory so we would see slightly
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;
CachedResource.cpp 544 bool CachedResource::makePurgeable(bool purgeable)
546 if (purgeable) {
556 // Should not make buffer purgeable if it has refs other than this since we don't want two copies.
CachedResource.h 212 bool makePurgeable(bool purgeable);
CachedImage.cpp 334 // Image refs the data buffer so we should not make it purgeable while the image is alive.
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 155 // since we "may" create a purgeable imageref, we require the stream be ref'able
389 // for now we don't allow purgeable with java inputstreams
442 /* Allow purgeable iff we own the FD, i.e., in the puregeable and
512 bool purgeable = optionsPurgeable(env, options) && !optionsJustBounds(env, options); local
514 SkStream* stream = new SkMemoryStream(ar.ptr() + offset, length, purgeable);
516 return doDecode(env, stream, NULL, options, purgeable);
BitmapRegionDecoder.cpp 180 * purgeable not supported
  /external/webkit/Source/WebCore/platform/
PurgeableBuffer.h 52 bool makePurgeable(bool purgeable);
SharedBuffer.h 62 // The buffer must be in non-purgeable state before adopted to a SharedBuffer.
133 // As well, be aware that this method does *not* return any purgeable
  /external/webkit/Source/WebKit2/Shared/mac/
WebMemorySampler.mac.mm 153 webKitMemoryStats.keys.append(String("Purgeable Malloc Zone Bytes"));
165 webKitMemoryStats.keys.append(String("Purgeable Malloc Zone Bytes"));
  /frameworks/base/core/java/android/os/
MemoryFile.java 30 * set to be purgeable.
31 * Purgeable files may have their contents reclaimed by the kernel
  /packages/providers/DownloadProvider/
AndroidManifest.xml 24 <!-- Allows to download non-purgeable files to the cache partition through the public API -->
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageManager.java 313 * Deletes purgeable files from the cache partition. This also deletes
DownloadProvider.java 529 // switch to non-purgeable download
    [all...]
  /external/chromium/base/
process_util_mac.mm 795 // Purgeable zone (if it exists)
process_util_unittest.cc 828 // Purgeable zone tests (if it exists)
  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.cpp 170 // If the resource is purgeable then make it unpurgeable to get
  /external/webkit/Source/WebCore/loader/
DocumentLoader.cpp 531 // FIXME: This has the side effect of making the resource non-purgeable.
  /frameworks/base/core/jni/
AndroidRuntime.cpp 238 // This cache is shared between browser native images, and java "purgeable"
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java     [all...]
  /development/samples/ApiDemos/
AndroidManifest.xml     [all...]

Completed in 4520 milliseconds

1 2