Home
last modified time | relevance | path

Searched refs:purge (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/src/core/
H A 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()
H A DSkTypefaceCache.h29 * Add a typeface to the cache. Later, if we need to purge the cache,
44 * This function is exposed for clients that explicitly want to purge the
69 void purge(int count);
H A DSkImageFilterCache.h68 virtual void purge() = 0;
H A DSkImageFilterCache.cpp96 void purge() override {
H A DSkImageFilter.cpp677 SkImageFilterCache::Get()->purge(); in PurgeCache()
/third_party/mesa3d/.gitlab-ci/container/debian/
H A Dx86_test-vk.sh195 apt-get purge -y \
198 apt-get autoremove -y --purge
/third_party/icu/tools/cldr/lib/
H A Dinstall-cldr-jars.sh97 run_with_logging mvn -B dependency:purge-local-repository \
/third_party/rust/crates/libc/ci/
H A Dandroid-sysimage.sh39 apt-get purge --auto-remove -y e2tools
/third_party/python/Tools/msi/
H A Duploadrelease.bat27 if "%1" EQU "--skip-purge" (set NOPURGE=true) && shift && goto CheckOpts
106 echo --skip-purge Does not perform CDN purge after uploading
/third_party/python/Lib/test/libregrtest/
H A Dutils.py141 re.purge()
/third_party/python/Lib/re/
H A D__init__.py97 purge Clear the regular expression cache.
100 Each function other than purge and escape can take an optional 'flags' argument
132 "findall", "finditer", "compile", "purge", "template", "escape",
229 def purge(): function
/third_party/skia/tools/
H A Dremote_demo.cpp171 ClientDiscardableManager::ScopedPurgeCache purge(discardableManager); in final_draw()
/third_party/skia/tests/
H A DImageFilterCacheTest.cpp115 // Exercise the purgeByKey and purge methods
145 cache->purge(); in test_explicit_purging()
/third_party/python/Lib/test/
H A Dtest_re.py806 re.purge() # for warnings
2003 re.purge()
2006 re.purge()
2127 re.purge()
2133 re.purge()
2140 re.purge()
2152 re.purge()
2159 re.purge()
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py1030 if args.purge:
1072 parser.add_argument('--purge', help='Purge all build directories on exit.')

Completed in 11 milliseconds