Home
last modified time | relevance | path

Searched defs:purge (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/npm/node_modules/fs-vacuum/test/
Dnot-remove-home-directory.js40 vacuum(homePath, {purge: false, base: basePath, log: log}, function (er) { property
Dno-entries-no-purge.js38 vacuum(testPath, {purge: false, base: testBase, log: log}, function (er) { property
Dno-entries-with-purge.js43 vacuum(testPath, {purge: true, base: testBase, log: log}, function (er) { property
Dother-directories-no-purge.js44 vacuum(testPath, {purge: false, base: testBase, log: log}, function (er) { property
Dno-entries-file-no-purge.js46 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) { property
Dno-entries-link-no-purge.js52 vacuum(expandoPath, {purge: false, base: testBase, log: log}, function (er) { property
Dno-entries-with-link-purge.js54 vacuum(fullPath, {purge: true, base: testBase, log: log}, function (er) { property
Dracy-entries.js70 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) { property
Dracy-entries-eexist.js85 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) { property
Dracy-entries-enotempty.js85 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) { property
/third_party/skia/src/core/
DSkTypefaceCache.cpp33 void SkTypefaceCache::purge(int numToPurge) { in purge() function in SkTypefaceCache
DSkImageFilterCache.cpp96 void purge() override { in purge() function in __anon298b98530311::CacheImpl
/third_party/flutter/skia/src/core/
DSkTypefaceCache.cpp33 void SkTypefaceCache::purge(int numToPurge) { in purge() function in SkTypefaceCache
DSkImageFilterCache.cpp98 void purge() override { in purge() function in __anonbb46f7680311::CacheImpl
/third_party/python/Lib/
Dre.py253 def purge(): function
/third_party/flutter/skia/tools/
Dremote_demo.cpp171 ClientDiscardableManager::ScopedPurgeCache purge(discardableManager); in final_draw() local
/third_party/skia/tools/
Dremote_demo.cpp171 ClientDiscardableManager::ScopedPurgeCache purge(discardableManager); in final_draw() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h41361 struct list_head purge; member