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

1 2 3 4 5

  /external/e2fsprogs/debian/
libuuid1.postrm 3 if [ "$1" = purge ]
uuid-runtime.postrm 3 if [ "$1" = purge ]
  /external/dropbear/debian/
dropbear.postrm 4 test "$1" = 'purge' || exit 0
  /external/skia/include/core/
SkGraphics.h 31 /** Attempt to purge the font cache until <= the specified amount remains
32 in the cache. Specifying 0 will attempt to purge the entire cache.
  /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/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);
  /external/chromium/base/test/
test_file_util_mac.cc 15 // There aren't any really direct ways to purge a file from the UBC. From
  /external/skia/src/images/
SkImageRefPool.cpp 37 // if we purge, we purge from the tail
54 // only purge it if its pixels are unlocked
61 SkDebugf("=== ImagePool: purge %s [%d %d %d] bytes=%d heap=%d\n",
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
build.com 67 $ PURGE = "purge_/noConfirm/noLog"
118 $ if f$search("flexlib.olb;-1").nes."" then 'PURGE' flexlib.olb
123 $ if f$search("crtl.opt;-1").nes."" then 'PURGE' crtl.opt
133 $ if f$search("ident.opt;-1").nes."" then 'PURGE' ident.opt
descrip.mms 73 PURGE = purge_/noConfirm/noLog # relatively quiet file removal
235 @- $(PURGE) scan.obj
240 @ if f$search("$(FLEXLIB);-1").nes."" then $(PURGE) $(FLEXLIB)
283 @- if f$search("*.obj;-1").nes."" then $(PURGE) *.obj
284 @- if f$search("*.exe;-1").nes."" then $(PURGE) *.exe
285 @- if f$search("*.opt;-1").nes."" then $(PURGE) *.opt
  /prebuilt/linux-x86/toolchain/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::__anon14318
atmmpc.h 105 #define DATA_PLANE_PURGE 208 /* Data plane purge because of egress cache hit miss or dead MPS */
  /bionic/libm/src/
e_remainder.c 46 /* purge off exception values */
e_remainderf.c 39 /* purge off exception values */
e_fmodf.c 42 /* purge off exception values */
e_lgammaf_r.c 146 /* purge off +-inf, NaN, +-0, and negative arguments */
167 /* purge off 1 and 2 */
  /external/fdlibm/
e_remainder.c 51 /* purge off exception values */
  /external/webkit/WebKit/chromium/public/
WebKit.h 61 // Purge the plugin list cache. If |reloadPages| is true, any pages
  /frameworks/base/services/java/com/android/server/am/
DeviceMonitor.java 62 purge(); method
96 private void purge() { method in class:DeviceMonitor
  /external/skia/bench/
TextBench.cpp 15 force purge after each draw to measure scaler
  /external/skia/include/images/
SkImageRef.h 28 // define this to enable dumping whenever we add/remove/purge an imageref
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 65 PduCache.getInstance().purge(changed);
  /external/skia/src/gl/
SkTextureCache.cpp 233 // don't purge an entry that is locked
266 SkDebugf("---- purge texture cache %d size=%d\n",
  /libcore/luni/src/main/java/java/util/
Timer.java 311 public int purge() { method in class:Timer.TimerImpl
416 public int purge() { method in class:Timer
418 return impl.purge();

Completed in 278 milliseconds

1 2 3 4 5