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

  /external/e2fsprogs/debian/
libuuid1.postrm 3 if [ "$1" = purge ]
uuid-runtime.postrm 3 if [ "$1" = purge ]
  /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...]
  /frameworks/base/services/java/com/android/server/am/
DeviceMonitor.java 62 purge(); method
96 private void purge() { method in class:DeviceMonitor
  /frameworks/base/core/java/com/google/android/mms/util/
PduCache.java 119 synchronized public PduCacheEntry purge(Uri uri) { method in class:PduCache
130 // Implicit batch of purge, return null.
150 PduCacheEntry entry = super.purge(key);
198 Log.v(TAG, "Purge cache in message box: " + msgBoxId);
205 PduCacheEntry entry = super.purge(key);
223 Log.v(TAG, "Purge cache in thread: " + threadId);
229 PduCacheEntry entry = super.purge(key);
AbstractCache.java 83 public V purge(K key) { method in class:AbstractCache
85 Log.v(TAG, "Trying to purge " + key);
  /dalvik/libcore/luni/src/main/java/java/util/
Timer.java 316 public int purge() { method in class:Timer.TimerImpl
418 public int purge() { method in class:Timer
420 return impl.purge();
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 65 PduCache.getInstance().purge(changed);
  /frameworks/base/include/utils/
AssetManager.h 185 void purge(void) { purgeFileNameCacheLocked(); } function in class:android::AssetManager
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 186 // All entries are now in the Vector; purge the tree.
187 m_freeList.purge();
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TimerTest.java 349 * @tests java.util.Timer#purge()
354 method = "purge",
361 assertEquals(0, t.purge());
379 assertTrue(t.purge() <= 50);
380 assertEquals(0, t.purge());
    [all...]
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 219 mTimer.purge();
  /external/ipsec-tools/src/racoon/
isakmp.c     [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 220 * {@link #remove} and {@link #purge} are available to assist in
1633 public void purge() { method in class:ThreadPoolExecutor
    [all...]
  /external/webkit/JavaScriptCore/wtf/
AVLTree.h 155 void purge() { abs.root = null(); }
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java     [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ScheduledExecutorTest.java 522 * purge removes cancelled tasks from the queue
535 // which purge will not fail. (At worst, when queue is empty.)
538 p1.purge();
    [all...]
ThreadPoolExecutorTest.java 395 * purge removes cancelled tasks from the queue
406 p1.purge();
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 415 routers and receiver purge flow state.
ip-cref.tex 799 not forgive it, but will cruelly purge all the addresses.
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1530 var purge = function(){ function
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 316 milliseconds