/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/skia/src/core/ |
D | SkTypefaceCache.cpp | 20 this->purge(TYPEFACE_CACHE_LIMIT >> 2); in add() 35 void SkTypefaceCache::purge(int numToPurge) { in purge() function in SkTypefaceCache 52 this->purge(fTypefaces.count()); in purgeAll()
|
D | SkTypefaceCache.h | 71 void purge(int count);
|
D | SkImageFilterCache.h | 61 virtual void purge() = 0;
|
/external/skqp/src/core/ |
D | SkTypefaceCache.cpp | 20 this->purge(TYPEFACE_CACHE_LIMIT >> 2); in add() 35 void SkTypefaceCache::purge(int numToPurge) { in purge() function in SkTypefaceCache 52 this->purge(fTypefaces.count()); in purgeAll()
|
D | SkTypefaceCache.h | 71 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/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/autotest/server/site_tests/logging_KernelCrashServer/ |
D | control | 26 # and purge its content after each test pass. This test executes several 30 # purge the content.
|
/external/trappy/trappy/plotter/js/ |
D | ILinePlot.js | 22 var purge = function() { function in ILinePlot 103 purge();
|
/external/python/cpython3/Tools/msi/ |
D | uploadrelease.bat | 25 if "%1" EQU "--skip-purge" (set PURGE_OPTION=) && shift && godo CheckOpts 73 echo --skip-purge Does not perform CDN purge after uploading
|
/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/jmdns/src/javax/jmdns/impl/ |
D | DNSTaskStarter.java | 276 _timer.purge(); in purgeTimer() 285 _stateTimer.purge(); in purgeStateTimer()
|
/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/kernel-headers/original/uapi/linux/ |
D | dlm_device.h | 71 struct dlm_purge_params purge; member
|
/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 …]
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Analyses.def | 42 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")
|