Home
last modified time | relevance | path

Searched refs:purge (Results 1 – 25 of 185) sorted by relevance

12345678

/external/apache-http/src/org/apache/commons/logging/impl/
DWeakHashtable.java154 purge(); in elements()
162 purge(); in entrySet()
191 purge(); in keys()
209 purge();
237 purge();
267 purge();
278 purge();
292 purge();
300 purge();
308 purge();
[all …]
/external/skqp/src/core/
DSkTypefaceCache.cpp18 this->purge(TYPEFACE_CACHE_LIMIT >> 2); in add()
33 void SkTypefaceCache::purge(int numToPurge) { in purge() function in SkTypefaceCache
50 this->purge(fTypefaces.count()); in purgeAll()
DSkTypefaceCache.h71 void purge(int count);
DSkImageFilterCache.h61 virtual void purge() = 0;
/external/skia/src/core/
DSkTypefaceCache.cpp18 this->purge(TYPEFACE_CACHE_LIMIT >> 2); in add()
33 void SkTypefaceCache::purge(int numToPurge) { in purge() function in SkTypefaceCache
50 this->purge(fTypefaces.count()); in purgeAll()
DSkTypefaceCache.h69 void purge(int count);
DSkImageFilterCache.h61 virtual void purge() = 0;
/external/jemalloc/test/integration/
Dmallocx.c59 purge(void) in purge() function
112 purge(); in TEST_BEGIN()
160 purge(); in TEST_BEGIN()
218 purge(); in TEST_BEGIN()
Dchunk.c91 return (old_hooks.purge(chunk, size, offset, length, arena_ind)); in chunk_purge()
162 assert_ptr_ne(old_hooks.purge, chunk_purge, "Unexpected purge error"); in TEST_BEGIN()
280 assert_ptr_eq(old_hooks.purge, orig_hooks.purge, in TEST_BEGIN()
Dposix_memalign.c12 purge(void) in purge() function
119 purge(); in TEST_BEGIN()
Daligned_alloc.c12 purge(void) in purge() function
125 purge(); in TEST_BEGIN()
/external/jemalloc_new/test/integration/
Dmallocx.c49 purge(void) { in purge() function
100 purge(); in TEST_BEGIN()
147 purge(); in TEST_BEGIN()
214 purge(); in TEST_BEGIN()
Dposix_memalign.c11 purge(void) { in purge() function
115 purge(); in TEST_BEGIN()
Daligned_alloc.c11 purge(void) { in purge() function
121 purge(); in TEST_BEGIN()
/external/curl/packages/vms/
Dsetup_gnv_curl_build.com159 $ purge 'base_dir'gnv$conftest.*
174 $ purge [.src]gnv$*.*
226 $ purge [.docs.examples]gnv$*.opt
254 $ purge [.tests.libtest]gnv$*.opt
278 $ purge 'init_obj'
Dbuild_gnv_curl.com35 $ purge new_gnu:[*...]/log
/external/e2fsprogs/debian/
Dlibuuid1.postrm3 if [ "$1" = purge ]
Duuid-runtime.postrm3 if [ "$1" = purge ]
/external/jemalloc/include/jemalloc/
Djemalloc_typedefs.h54 chunk_purge_t *purge; member
Djemalloc_typedefs.h.in54 chunk_purge_t *purge; member
/external/jemalloc_new/include/jemalloc/
Djemalloc_macros.h.in35 * Use as arena index in "arena.<i>.{purge,decay,dss}" and
43 * mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".purge", NULL, NULL, NULL,
/external/python/cpython3/Tools/msi/
Duploadrelease.bat27 if "%1" EQU "--skip-purge" (set NOPURGE=true) && shift && goto CheckOpts
106 echo --skip-purge Does not perform CDN purge after uploading
/external/kernel-headers/original/uapi/linux/
Ddlm_device.h71 struct dlm_purge_params purge; member
/external/libcups/cups/
Dutil.c70 int purge) /* I - 1 to purge, 0 to cancel */ in cupsCancelJob2() argument
127 if (purge && job_id >= 0) in cupsCancelJob2()
129 else if (!purge && job_id < 0) in cupsCancelJob2()
/external/jemalloc/
DChangeLog157 + opt.purge
166 specify --with-malloc-conf=purge:decay , since the default must remain
167 purge:ratio until the 5.0.0 release. (@jasone)
279 - Fix chunk purge hook calls for in-place huge shrinking reallocation to
281 no correctness issues for the default chunk purge function, but was
437 - Remove the "arenas.purge" mallctl, which was obsoleted by the
438 "arena.<i>.purge" mallctl in 3.1.0.
649 - Fix deadlock in the "arenas.purge" mallctl. This regression was introduced
650 in 3.1.0 by the addition of the "arena.<i>.purge" mallctl.
662 - Add the "arena.<i>.purge" mallctl, which obsoletes "arenas.purge".
[all …]

12345678