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

/external/chromium_org/third_party/skia/src/ports/
H A DSkPurgeableMemoryBlock_none.cpp23 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
H A DSkPurgeableMemoryBlock_android.cpp27 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
H A DSkPurgeableMemoryBlock_mac.cpp28 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
/external/skia/src/ports/
H A DSkPurgeableMemoryBlock_none.cpp23 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
H A DSkPurgeableMemoryBlock_android.cpp27 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
H A DSkPurgeableMemoryBlock_mac.cpp28 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
/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:WebCore::FontDataCache
H A DFontCache.cpp226 void FontCache::purge(PurgeSeverity PurgeSeverity) function in class:WebCore::FontCache
228 // We should never be forcing the purge while the FontCachePurgePreventer is in scope.
233 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.java126 /* Counter used to control how often we purge gc'd entries */
140 // purge should not be required
149 purge();
157 purge();
177 // for performance reasons, no purge
186 purge();
204 purge();
229 // for performance reasons, only purge every
232 purge();
235 // do a partial purge mor
320 private void purge() { method in class:WeakHashtable
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.cpp116 bool purge = true; local
125 if (purge) {
127 purge = strikeToPurge->fAtlas.isEmpty();
/external/skia/src/gpu/
H A DGrTextStrike.cpp116 bool purge = true; local
125 if (purge) {
127 purge = strikeToPurge->fAtlas.isEmpty();
/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/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/ ...
/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 ...

Completed in 511 milliseconds