Searched defs:purge (Results 1 - 20 of 20) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DEventElementType.java37 purge, enum constant in enum:EventElementType
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDataCache.cpp109 bool FontDataCache::purge(PurgeSeverity PurgeSeverity) function in class:blink::FontDataCache
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);
/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());
/external/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());
/external/smack/src/org/jivesoftware/smackx/packet/
H A DOfflineMessageRequest.java41 private boolean purge = false; field in class:OfflineMessageRequest
74 return purge;
80 * @param purge true if all the offline messages of the user should be deleted.
82 public void setPurge(boolean purge) { argument
83 this.purge = purge;
113 if (purge) {
114 buf.append("<purge/>");
205 else if (parser.getName().equals("purge")) {
/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/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);
/external/kernel-headers/original/uapi/linux/
H A Ddlm_device.h70 struct dlm_purge_params purge; member in union:dlm_write_request::__anon22944
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_wrappers.py309 def purge(self): member in class:IsDownloadError.SynchronousTaskQueue.Queue
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractReferenceMap.java117 * See purge.
335 * This implementation calls {@link #purge()} to maintain a consistent state.
338 purge();
344 * This implementation calls {@link #purge()} to maintain a consistent state.
347 purge();
358 protected void purge() { method in class:AbstractReferenceMap
361 purge(ref);
369 * @param ref the reference to purge
371 protected void purge(Reference ref) { method in class:AbstractReferenceMap
380 if (((ReferenceEntry<K, V>) entry).purge(re
700 boolean purge(Reference ref) { method in class:AbstractReferenceMap.ReferenceEntry
[all...]
/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/mdnsresponder/mDNSCore/
H A DmDNS.c4050 // and we're actively using less than 1/32 of that cache, then we purge all the unused records
10822 mDNSBool purge = cr->resrec.RecordType == kDNSRecordTypePacketNegative || local
10830 purge ? "purging" : "reconfirming",
10834 if (purge)
10904 // do a purge or reconfirm to delete or validate the RDATA. We don't need to do anything
10959 // Though we set it to the new DNS server, the caller is *assumed* to do either a purge
11092 // We just mark them for purge or reconfirm. We can't affect the DNSServer pointer
11143 // 2) We might have marked the cache entries for purge above and for us to be able to generate the RMV
11243 // If we now have no DNS servers at all and we used to have some, then immediately purge all unicast cache records (including for LLQs).
11246 // Similarly, if we now have some DNS servers and we used to have none, we want to purge an
[all...]
/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/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/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/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 9573 milliseconds