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

1 2 3

  /external/webkit/WebCore/platform/mac/
PurgeableBufferMac.cpp 94 // If that failed we have no clue what state we are in so assume purged.
95 m_state = Purged;
105 if (m_state == Purged)
112 // If that failed we have no clue what state we are in so assume purged.
113 m_state = Purged;
117 m_state = state & VM_PURGABLE_EMPTY ? Purged : NonVolatile;
125 if (m_state == Purged)
132 // If that failed we have no clue what state we are in so assume purged.
133 m_state = Purged;
138 m_state = Purged;
    [all...]
  /frameworks/base/include/utils/
ashmem.h 20 /* Return values from ASHMEM_PIN: Was the mapping purged while unpinned? */
  /system/core/include/cutils/
ashmem.h 35 /* Return values from ASHMEM_PIN: Was the mapping purged while unpinned? */
  /external/kernel-headers/original/linux/
ashmem.h 22 /* Return values from ASHMEM_PIN: Was the mapping purged while unpinned? */
  /external/skia/include/core/
SkGraphics.h 33 Returns true if some amount was purged from the font cache.
  /frameworks/base/core/java/android/os/
MemoryFile.java 33 * After a file is purged, attempts to read or write the file will
170 * @return true if the file may be purged.
215 * Will throw an IOException if the file has been purged.
222 * @throws IOException if the memory file has been purged or deactivated.
240 * Will throw an IOException if the file has been purged.
246 * @throws IOException if the memory file has been purged or deactivated.
  /development/ndk/platforms/android-8/include/android/
bitmap.h 59 * previously purged, they will have been restored.
  /development/ndk/platforms/android-9/include/android/
bitmap.h 58 * previously purged, they will have been restored.
  /frameworks/base/native/include/android/
bitmap.h 59 * previously purged, they will have been restored.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/android/
bitmap.h 59 * previously purged, they will have been restored.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/android/
bitmap.h 59 * previously purged, they will have been restored.
  /external/chromium/net/disk_cache/
block_files.h 46 // cache is being purged.
  /external/webkit/WebCore/platform/
PurgeableBuffer.h 61 enum State { NonVolatile, Volatile, Purged };
  /external/webkit/WebKit/mac/Storage/
WebSecurityOriginPrivate.h 48 // If the quota is set to a value lower than the current usage, that quota will "stick" but no data will be purged to meet the new quota.
WebSecurityOrigin.mm 91 // If the quota is set to a value lower than the current usage, that quota will "stick" but no data will be purged to meet the new quota.
  /frameworks/base/core/jni/
android_os_MemoryFile.cpp 79 jniThrowException(env, "java/io/IOException", "ashmem region was purged");
98 jniThrowException(env, "java/io/IOException", "ashmem region was purged");
  /external/apache-http/src/org/apache/http/client/
CookieStore.java 67 * @return true if any cookies were purged.
  /external/skia/src/core/
SkGlyphCache.h 138 eventually get purged, and the win is that different thread will never
153 Return true if some amount of the cache was purged.
  /external/webkit/WebCore/loader/
Cache.cpp 322 // See if we have any purged resources we can evict.
655 bool purged = o->wasPurged(); local
656 bool purgeable = o->isPurgeable() && !purged;
659 size += purged ? 0 : o->size();
663 purgedSize += purged ? pageSize : 0;
CachedResource.h 179 // This is used by the archive machinery to get at a purged resource without
  /external/apache-http/src/org/apache/http/impl/client/
BasicCookieStore.java 132 * @return true if any cookies were purged.
  /external/skia/emoji/
EmojiFont.cpp 118 // tho, since the pixels are managed separately, and are purged,
  /external/skia/src/ports/
SkImageRef_ashmem.cpp 170 SkDebugf("===== ashmem purged %d\n", fBitmap.getSize());
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 114 * the map will be purged of all cleared entries.
120 * the map will be purged of one cleared entry.
  /external/webkit/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 89 pixels will be purged as needed, so this value can be pretty large. Making
94 been purged.

Completed in 1101 milliseconds

1 2 3