HomeSort by relevance Sort by last modified time
    Searched refs:purge (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/e2fsprogs/debian/
libuuid1.postrm 3 if [ "$1" = purge ]
uuid-runtime.postrm 3 if [ "$1" = purge ]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
EventElementType.java 37 purge, enum constant in enum:EventElementType
  /external/chromium_org/third_party/skia/src/lazy/
SkPurgeableMemoryBlock.h 31 * Whether the platform supports one shot purge of all unpinned blocks. If so,
32 * PurgeAllUnpinnedBlocks will be used to test a purge. Otherwise, purge will be called on
38 * Purge all unpinned blocks at once, if the platform supports it.
44 bool purge();
  /external/chromium_org/third_party/skia/src/ports/
SkPurgeableMemoryBlock_none.cpp 23 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
SkPurgeableMemoryBlock_android.cpp 27 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
  /external/skia/src/lazy/
SkPurgeableMemoryBlock.h 31 * Whether the platform supports one shot purge of all unpinned blocks. If so,
32 * PurgeAllUnpinnedBlocks will be used to test a purge. Otherwise, purge will be called on
38 * Purge all unpinned blocks at once, if the platform supports it.
44 bool purge();
  /external/skia/src/ports/
SkPurgeableMemoryBlock_none.cpp 23 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
SkPurgeableMemoryBlock_android.cpp 27 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 126 /* Counter used to control how often we purge gc'd entries */
140 // purge should not be required
149 purge(); method
157 purge(); method
177 // for performance reasons, no purge
186 purge(); method
204 purge();
229 // for performance reasons, only purge every
232 purge();
235 // do a partial purge more ofte
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
OfflineMessageRequest.java 41 private boolean purge = false; field in class:OfflineMessageRequest
74 return purge;
80 * @param purge true if all the offline messages of the user should be deleted.
82 public void setPurge(boolean purge) {
83 this.purge = purge;
113 if (purge) {
114 buf.append("<purge/>");
205 else if (parser.getName().equals("purge")) {
  /external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.cpp 20 this->purge(TYPEFACE_CACHE_LIMIT >> 2);
66 void SkTypefaceCache::purge(int numToPurge) { function in class:SkTypefaceCache
90 this->purge(fArray.count());
SkTypefaceCache.h 41 * cache is also an owner. Later, if we need to purge the cache, typefaces
67 * This function is exposed for clients that explicitly want to purge the
83 void purge(int count);
  /external/skia/src/core/
SkTypefaceCache.cpp 20 this->purge(TYPEFACE_CACHE_LIMIT >> 2);
66 void SkTypefaceCache::purge(int numToPurge) { function in class:SkTypefaceCache
90 this->purge(fArray.count());
SkTypefaceCache.h 41 * cache is also an owner. Later, if we need to purge the cache, typefaces
67 * This function is exposed for clients that explicitly want to purge the
83 void purge(int count);
  /frameworks/native/include/binder/
PermissionCache.h 58 void purge();
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
failures_unittests.js 53 "purge",
130 grid.purge();
  /external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.h 30 // Purge unopened areas only.
33 // Purge aggressively, i.e. discard cache even for areas that have
72 void PurgeMemory(PurgeOption purge);
  /frameworks/opt/mms/src/java/com/google/android/mms/util/
PduCache.java 133 synchronized public PduCacheEntry purge(Uri uri) { method in class:PduCache
144 // Implicit batch of purge, return null.
165 PduCacheEntry entry = super.purge(key);
214 Log.v(TAG, "Purge cache in message box: " + msgBoxId);
222 PduCacheEntry entry = super.purge(key);
240 Log.v(TAG, "Purge cache in thread: " + threadId);
247 PduCacheEntry entry = super.purge(key);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dlm_device.h 64 struct dlm_purge_params purge; member in union:dlm_write_request::__anon39283
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dlm_device.h 64 struct dlm_purge_params purge; member in union:dlm_write_request::__anon40874
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dlm_device.h 64 struct dlm_purge_params purge; member in union:dlm_write_request::__anon42388
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base_unittests.js 248 dict.purge();
256 dict.purge();
259 dict.purge();
268 dict.purge();
271 dict.purge(function() {
278 dict.purge(function() {
282 dict.purge(function() {
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
RSTestCore.java 141 mTimer.purge();
166 mTimer.purge();
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
RSTestCore.java 145 mTimer.purge();
170 mTimer.purge();

Completed in 528 milliseconds

1 2 3