Searched refs:purge (Results 1 - 21 of 21) sorted by relevance

/external/e2fsprogs/debian/
H A Dlibuuid1.postrm3 if [ "$1" = purge ]
H A Duuid-runtime.postrm3 if [ "$1" = 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/skia/src/core/
H A DSkTypefaceCache.h38 * cache is also an owner. Later, if we need to purge the cache, typefaces
54 * This function is exposed for clients that explicitly want to purge the
79 void purge(int count);
H A DSkTypefaceCache.cpp29 this->purge(TYPEFACE_CACHE_LIMIT >> 2);
50 void SkTypefaceCache::purge(int numToPurge) { function in class:SkTypefaceCache
69 this->purge(fArray.count());
/external/kernel-headers/original/uapi/linux/
H A Ddlm_device.h70 struct dlm_purge_params purge; member in union:dlm_write_request::__anon6741
/external/jmdns/src/javax/jmdns/impl/
H A DDNSTaskStarter.java276 _timer.purge();
285 _stateTimer.purge();
/external/libxml2/vms/
H A Dbuild_libxml.com178 $ purge XML_LIBDIR:LIBXML.OLB
227 $ purge/nolog [.debug]
/external/skia/src/gpu/
H A DGrLayerCache.cpp206 for (int i = 0; i < 2; ++i) { // extra pass in case we fail to add but are able to purge
230 break; // We weren't able to purge any plots
362 void GrLayerCache::purge(uint32_t pictureID) { function in class:GrLayerCache
477 this->purge(deletedPictures[i].fUniqueID);
H A DGrLayerCache.h388 void purge(uint32_t pictureID);
/external/skia/tests/
H A DGpuLayerCacheTest.cpp22 cache->purge(pictureID);
226 // Test out the GrContext-style purge. This should remove all the layers
238 // Test out the MessageBus-style purge. This will not free the atlas
/external/ipsec-tools/src/racoon/
H A Disakmp.c3284 * If we have a new ph1, do not purge IPsec-SAs binded
3292 /* If the ph2handle is established, do not purge IPsec-SA */
3396 goto purge;
3409 goto purge;
3459 goto purge;
3471 goto purge;
3483 goto purge;
3490 goto purge;
3555 goto purge;
3602 purge
[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/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/jemalloc/src/
H A Dctl.c292 {NAME("purge"), CTL(arena_i_chunk_purge)}
296 {NAME("purge"), CTL(arena_i_purge)},
1711 CHUNK_FUNC(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/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/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/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 7809 milliseconds