Searched refs:purge (Results 1 - 25 of 38) sorted by last modified time

12

/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());
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/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/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/smack/src/org/jivesoftware/smackx/pubsub/
H A DEventElementType.java37 purge, enum constant in enum:EventElementType
H A DNode.java322 EventContentFilter purge = new EventContentFilter(EventElementType.purge.toString());
324 con.addPacketListener(delListener, new OrFilter(deleteItem, purge));
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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/kernel-headers/original/uapi/linux/
H A Ddlm_device.h70 struct dlm_purge_params purge; member in union:dlm_write_request::__anon22944
/external/jmdns/src/javax/jmdns/impl/
H A DDNSTaskStarter.java276 _timer.purge();
285 _stateTimer.purge();
/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.
/external/ipsec-tools/src/racoon/
H A Disakmp.c3283 * If we have a new ph1, do not purge IPsec-SAs binded
3291 /* If the ph2handle is established, do not purge IPsec-SA */
3395 goto purge;
3408 goto purge;
3458 goto purge;
3470 goto purge;
3482 goto purge;
3489 goto purge;
3554 goto purge;
3601 purge
[all...]
/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/e2fsprogs/debian/
H A Dlibuuid1.postrm3 if [ "$1" = purge ]
H A Duuid-runtime.postrm3 if [ "$1" = purge ]
/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/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/ ...

Completed in 1025 milliseconds

12