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

1 2 3 4 5 6

  /external/jemalloc/include/jemalloc/
jemalloc_typedefs.h 54 chunk_purge_t *purge; member in struct:__anon13679
  /frameworks/native/libs/binder/
PermissionCache.cpp 72 void PermissionCache::purge() { function in class:android::PermissionCache
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 131 /* Counter used to control how often we purge gc'd entries */
145 // purge should not be required
154 purge(); method
162 purge(); method
182 // for performance reasons, no purge
191 purge(); method
209 purge();
234 // for performance reasons, only purge every
237 purge();
240 // do a partial purge more ofte
    [all...]
  /external/skia/src/core/
SkTypefaceCache.cpp 30 this->purge(TYPEFACE_CACHE_LIMIT >> 2);
51 void SkTypefaceCache::purge(int numToPurge) { function in class:SkTypefaceCache
70 this->purge(fArray.count());
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
AbstractCache.java 82 public V purge(K key) { method in class:AbstractCache
84 Log.v(TAG, "Trying to purge " + key);
  /packages/apps/Messaging/src/com/android/messaging/mmslib/util/
AbstractCache.java 80 public V purge(K key) { method in class:AbstractCache
82 Log.v(TAG, "Trying to purge " + key);
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 276 _timer.purge();
285 _stateTimer.purge();
389 * Purge the general task timer
394 * Purge the state task timer
  /libcore/ojluni/src/main/java/java/util/
Timer.java 456 public int purge() { method in class:Timer
  /prebuilts/gdb/darwin-x86/lib/python2.7/
re.py 86 purge Clear the regular expression cache.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
192 def purge(): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
re.py 86 purge Clear the regular expression cache.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
192 def purge(): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 86 purge Clear the regular expression cache.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
192 def purge(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 86 purge Clear the regular expression cache.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
192 def purge(): function
  /bionic/libc/kernel/uapi/linux/
dlm_device.h 71 struct dlm_purge_params purge; member in union:dlm_write_request::__anon437
  /development/ndk/platforms/android-21/include/linux/
dlm_device.h 71 struct dlm_purge_params purge; member in union:dlm_write_request::__anon1573
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
queue.py 343 def purge(self): member in class:Queue
345 Purge all messages in the queue.
351 return self.purge()