Home
last modified time | relevance | path

Searched refs:purge (Results 1 – 25 of 167) sorted by relevance

1234567

/external/apache-http/src/org/apache/commons/logging/impl/
DWeakHashtable.java154 purge(); in elements()
162 purge(); in entrySet()
191 purge(); in keys()
209 purge();
237 purge();
267 purge();
278 purge();
292 purge();
300 purge();
308 purge();
[all …]
/external/skia/src/core/
DSkTypefaceCache.cpp29 this->purge(TYPEFACE_CACHE_LIMIT >> 2); in add()
50 void SkTypefaceCache::purge(int numToPurge) { in purge() function in SkTypefaceCache
69 this->purge(fArray.count()); in purgeAll()
DSkTypefaceCache.h79 void purge(int count);
/external/e2fsprogs/debian/
Dlibuuid1.postrm3 if [ "$1" = purge ]
Duuid-runtime.postrm3 if [ "$1" = purge ]
/external/jmdns/src/javax/jmdns/impl/
DDNSTaskStarter.java276 _timer.purge(); in purgeTimer()
285 _stateTimer.purge(); in purgeStateTimer()
/external/kernel-headers/original/uapi/linux/
Ddlm_device.h70 struct dlm_purge_params purge; member
/external/mesa3d/src/mesa/drivers/common/
Ddescrip.mms39 purge
/external/mesa3d/src/mesa/drivers/osmesa/
Ddescrip.mms42 purge
/external/mesa3d/src/mesa/swrast_setup/
Ddescrip.mms38 purge
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-buildid-cache.txt16 the cache. In the future it should as well purge older entries, set upper
/external/mesa3d/src/mesa/math/
Ddescrip.mms37 purge
/external/mesa3d/src/mesa/drivers/x11/
Ddescrip.mms44 purge
/external/mesa3d/src/mesa/vbo/
Ddescrip.mms46 purge
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyses.def42 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")
/external/mesa3d/src/mesa/tnl/
Ddescrip.mms50 purge
/external/mesa3d/src/mesa/program/
Ddescrip.mms74 purge
/external/jemalloc/
DChangeLog42 "arena.<i>.chunk.purge" mallctls.
139 - Remove the "arenas.purge" mallctl, which was obsoleted by the
140 "arena.<i>.purge" mallctl in 3.1.0.
346 - Fix deadlock in the "arenas.purge" mallctl. This regression was introduced
347 in 3.1.0 by the addition of the "arena.<i>.purge" mallctl.
359 - Add the "arena.<i>.purge" mallctl, which obsoletes "arenas.purge".
609 - Add the "arenas.purge" mallctl, which can be used to synchronously purge all
/external/skia/site/dev/runtime/
Dconfig.md57 description: Dump the contents of the font cache before every purge
/external/skia/src/gpu/
DGrLayerCache.cpp362 void GrLayerCache::purge(uint32_t pictureID) { in purge() function in GrLayerCache
477 this->purge(deletedPictures[i].fUniqueID); in processDeletedPictures()
DGrLayerCache.h388 void purge(uint32_t pictureID);
/external/libxml2/vms/
Dbuild_libxml.com227 $ purge/nolog [.debug]
/external/mesa3d/src/mesa/swrast/
Ddescrip.mms51 purge
/external/ipsec-tools/src/racoon/
Disakmp.c3395 goto purge;
3408 goto purge;
3458 goto purge;
3470 goto purge;
3482 goto purge;
3489 goto purge;
3554 goto purge;
3601 purge:
/external/skia/tests/
DGpuLayerCacheTest.cpp22 cache->purge(pictureID); in Purge()

1234567