/external/jemalloc/test/unit/ |
stats.c | 79 uint64_t npurge, nmadvise, purged; local 106 assert_d_eq(mallctl("stats.arenas.0.purged", &purged, &sz, NULL, 0), 112 assert_u64_le(nmadvise, purged, 113 "nmadvise should be no greater than purged");
|
/external/skia/src/gpu/ |
GrResourceCache.h | 45 * flush then the resource is proactively purged even when the cache is under budget. By default 58 // purged. Large values disable the feature (as the ring buffer of flush timestamps would be 70 * a suggestion and there is no promise that a resource will be purged immediately after it
|
GrTextBlobCache.h | 94 // If we break out of the loop with lruBlob == blob, then we haven't purged enough
|
GrBatchFontCache.h | 89 // another client of the cache may cause the strike to be purged while it is still reffed.
|
GrLayerCache.h | 361 // remove the GrPictureInfo once its layers are purged from all the atlas 393 // was purged; false otherwise.
|
/external/apache-http/src/org/apache/http/client/ |
CookieStore.java | 72 * @return true if any cookies were purged.
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
InputSmoother.java | 29 * Any samples that are older than this maximum are continually purged from the sample window,
|
/external/skia/src/core/ |
SkResourceCache.h | 109 * "stale" and will be purged from the cache. 214 * cache exceeds this new value, it will be purged to try to fit within
|
SkGlyphCache.h | 145 eventually get purged, and the win is that different thread will never
|
/external/skia/tests/ |
ResourceCacheTest.cpp | [all...] |
SkResourceCacheTest.cpp | 173 // local, I know it won't get purged behind my back
|
/external/jemalloc/src/ |
stats.c | 263 uint64_t npurge, nmadvise, purged; local 292 CTL_M2_GET("stats.arenas.0.purged", i, &purged, uint64_t); 295 " %"PRIu64" madvise%s, %"PRIu64" purged\n", 297 nmadvise, nmadvise == 1 ? "" : "s", purged);
|
chunk.c | 365 * pages have already been purged, so that this is only
|
ctl.c | 453 {NAME("purged"), CTL(stats_arenas_i_purged)}, 575 sstats->astats.purged += astats->astats.purged; [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
BasicCookieStore.java | 137 * @return true if any cookies were purged.
|
/external/iptables/extensions/ |
libxt_recent.man | 50 to be purged.
|
/external/jetty/src/java/org/eclipse/jetty/servlet/listener/ |
ELContextCleaner.java | 63 LOG.info("javax.el.BeanELResolver purged");
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
WeakHashtable.java | 119 * the map will be purged of all cleared entries. 125 * the map will be purged of one cleared entry.
|
/external/llvm/test/DebugInfo/X86/ |
ghost-sdnode-dbgvalues.ll | 22 ; This map was never purged when the SDNodes were deallocated and thus if a new
|
/frameworks/base/rs/java/android/renderscript/ |
FileA3D.java | 134 // to be purged on cleanup
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
StorageTest.java | 165 // Ensure that we've purged everything possible for destination
|
/external/compiler-rt/lib/asan/ |
asan_malloc_mac.cc | 84 // Must return 0 if the contents were not purged since the last call to
|
/external/guava/guava/src/com/google/common/collect/ |
ComputingConcurrentHashMap.java | 116 // This is a duplicate check, as preWriteCleanup already purged expired
|
/external/libvncserver/ |
NEWS | 118 purged exit() calls (suggested by Erik)
|
/external/libvncserver/libvncserver/ |
cargs.c | 67 POSITION points to the first non purged argument afterwards. */
|