Home
last modified time | relevance | path

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

1234567

/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/skia/src/core/
DSkTypefaceCache.cpp20 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()
DSkTypefaceCache.h71 void purge(int count);
DSkImageFilterCache.h61 virtual void purge() = 0;
/external/skqp/src/core/
DSkTypefaceCache.cpp20 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()
DSkTypefaceCache.h71 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/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/autotest/server/site_tests/logging_KernelCrashServer/
Dcontrol26 # and purge its content after each test pass. This test executes several
30 # purge the content.
/external/trappy/trappy/plotter/js/
DILinePlot.js22 var purge = function() { function in ILinePlot
103 purge();
/external/python/cpython3/Tools/msi/
Duploadrelease.bat25 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/
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/jmdns/src/javax/jmdns/impl/
DDNSTaskStarter.java276 _timer.purge(); in purgeTimer()
285 _stateTimer.purge(); in purgeStateTimer()
/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/kernel-headers/original/uapi/linux/
Ddlm_device.h71 struct dlm_purge_params purge; member
/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 …]
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyses.def42 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")

1234567