Searched refs:purge (Results 1 - 25 of 38) sorted by path

12

/external/apache-http/src/org/apache/commons/logging/impl/
H A DWeakHashtable.java131 /* Counter used to control how often we purge gc'd entries */
145 // purge should not be required
154 purge();
162 purge();
182 // for performance reasons, no purge
191 purge();
209 purge();
234 // for performance reasons, only purge every
237 purge();
240 // do a partial purge mor
325 private void purge() { method in class:WeakHashtable
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_wrappers.py309 def purge(self): member in class:IsDownloadError.SynchronousTaskQueue.Queue
H A Dcron_servlet.py100 queue.purge()
H A Dhandler.py41 queue.purge()
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_namespace.h79 void PurgeMemory(PurgeOption purge);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js3163 purge: function(element) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1530 var purge = function(){ function
1900 window.addListener('unload', purge);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCache.cpp222 void FontCache::purge(PurgeSeverity PurgeSeverity) function in class:blink::FontCache
224 // We should never be forcing the purge while the FontCachePurgePreventer is in scope.
229 if (!gFontDataCache || !gFontDataCache->purge(PurgeSeverity))
291 purge(ForcePurge);
H A DFontCache.h138 void purge(PurgeSeverity = PurgeIfNeeded);
145 purge(PurgeIfNeeded);
160 // Don't purge if this count is > 0;
H A DFontDataCache.cpp109 bool FontDataCache::purge(PurgeSeverity PurgeSeverity) function in class:blink::FontDataCache
H A DFontDataCache.h87 bool purge(PurgeSeverity);
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/chromium_org/third_party/skia/src/core/
H A DSkTypefaceCache.cpp35 this->purge(TYPEFACE_CACHE_LIMIT >> 2);
81 void SkTypefaceCache::purge(int numToPurge) { function in class:SkTypefaceCache
105 this->purge(fArray.count());
H A DSkTypefaceCache.h38 * cache is also an owner. Later, if we need to purge the cache, typefaces
62 * This function is exposed for clients that explicitly want to purge the
90 void purge(int count);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerCache.cpp185 for (int i = 0; i < 2; ++i) { // extra pass in case we fail to add but are able to purge
206 break; // We weren't able to purge any plots
313 void GrLayerCache::purge(uint32_t pictureID) { function in class:GrLayerCache
425 this->purge(deletedPictures[i].pictureID);
H A DGrLayerCache.h20 // The layer cache listens for these messages to purge picture-related resources.
256 void purge(uint32_t pictureID);
H A DGrLayerHoister.cpp261 layerCache->purge(picture->uniqueID());
/external/chromium_org/third_party/skia/tests/
H A DGpuLayerCacheTest.cpp22 cache->purge(pictureID);
190 // Test out the GrContext-style purge. This should remove all the layers
202 // Test out the MessageBus-style purge. This will not free the atlas
/external/e2fsprogs/debian/
H A Dlibuuid1.postrm3 if [ "$1" = purge ]
H A Duuid-runtime.postrm3 if [ "$1" = purge ]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex415 routers and receiver purge flow state.
H A Dip-cref.tex799 not forgive it, but will cruelly purge all the addresses.
1381 If a routing daemon starts, it will purge all of them.

Completed in 6581 milliseconds

12