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

1 2

  /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...]
  /external/skia/src/core/
SkTypefaceCache.h 41 * cache is also an owner. Later, if we need to purge the cache, typefaces
65 * This function is exposed for clients that explicitly want to purge the
81 void purge(int count);
SkTypefaceCache.cpp 18 this->purge(TYPEFACE_CACHE_LIMIT >> 2);
51 void SkTypefaceCache::purge(int numToPurge) { function in class:SkTypefaceCache
70 this->purge(fArray.count());
  /frameworks/native/include/binder/
PermissionCache.h 57 void purge();
  /external/clang/lib/StaticAnalyzer/Core/
AnalysisManager.cpp 25 AnalysisPurgeMode purge,
40 VisualizeEGDot(vizdot), VisualizeEGUbi(vizubi), PurgeDead(purge),
  /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 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);
AbstractCache.java 82 public V purge(K key) { method in class:AbstractCache
84 Log.v(TAG, "Trying to 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::__anon23058
  /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::__anon24648
  /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::__anon26160
  /frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
RSTestCore.java 141 mTimer.purge();
166 mTimer.purge();
  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
RSTestCore.java 145 mTimer.purge();
170 mTimer.purge();
  /libcore/luni/src/main/java/java/util/
Timer.java 311 public int purge() { method in class:Timer.TimerImpl
414 public int purge() { method in class:Timer
416 return impl.purge();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 93 bool vizdot, bool vizubi, AnalysisPurgeMode purge,
  /frameworks/native/libs/binder/
PermissionCache.cpp 72 void PermissionCache::purge() { function in class:android::PermissionCache
  /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
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
RSTestCore.java 162 mTimer.purge();
187 mTimer.purge();
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 56 void purge();
67 void TextureMapperCache::purge() function in class:WebCore::TextureMapperCache
75 // We only do this when we're actually ready to purge.
486 m_cache->purge();
659 options.cache->purge();
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 303 mTimer.purge();
HTML5VideoView.java 92 mTimer.purge();
  /frameworks/base/include/androidfw/
AssetManager.h 206 void purge(void) { purgeFileNameCacheLocked(); } function in class:android::AssetManager
  /packages/apps/Mms/src/com/android/mms/util/
PduLoaderManager.java 137 mPduCache.purge(uri);

Completed in 1694 milliseconds

1 2