/external/apache-http/src/org/apache/commons/logging/impl/ |
D | WeakHashtable.java | 154 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/ |
D | SkTypefaceCache.cpp | 18 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()
|
D | SkTypefaceCache.h | 71 void purge(int count);
|
D | SkImageFilterCache.h | 61 virtual void purge() = 0;
|
/external/skia/src/core/ |
D | SkTypefaceCache.cpp | 18 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()
|
D | SkTypefaceCache.h | 69 void purge(int count);
|
D | SkImageFilterCache.h | 61 virtual void purge() = 0;
|
/external/jemalloc/test/integration/ |
D | mallocx.c | 59 purge(void) in purge() function 112 purge(); in TEST_BEGIN() 160 purge(); in TEST_BEGIN() 218 purge(); in TEST_BEGIN()
|
D | chunk.c | 91 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()
|
D | posix_memalign.c | 12 purge(void) in purge() function 119 purge(); in TEST_BEGIN()
|
D | aligned_alloc.c | 12 purge(void) in purge() function 125 purge(); in TEST_BEGIN()
|
/external/jemalloc_new/test/integration/ |
D | mallocx.c | 49 purge(void) { in purge() function 100 purge(); in TEST_BEGIN() 147 purge(); in TEST_BEGIN() 214 purge(); in TEST_BEGIN()
|
D | posix_memalign.c | 11 purge(void) { in purge() function 115 purge(); in TEST_BEGIN()
|
D | aligned_alloc.c | 11 purge(void) { in purge() function 121 purge(); in TEST_BEGIN()
|
/external/curl/packages/vms/ |
D | setup_gnv_curl_build.com | 159 $ 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'
|
D | build_gnv_curl.com | 35 $ purge new_gnu:[*...]/log
|
/external/e2fsprogs/debian/ |
D | libuuid1.postrm | 3 if [ "$1" = purge ]
|
D | uuid-runtime.postrm | 3 if [ "$1" = purge ]
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_typedefs.h | 54 chunk_purge_t *purge; member
|
D | jemalloc_typedefs.h.in | 54 chunk_purge_t *purge; member
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_macros.h.in | 35 * 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/ |
D | uploadrelease.bat | 27 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/ |
D | dlm_device.h | 71 struct dlm_purge_params purge; member
|
/external/libcups/cups/ |
D | util.c | 70 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/ |
D | ChangeLog | 157 + 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 …]
|