HomeSort by relevance Sort by last modified time
    Searched refs:Purge (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/base/
diskcache.h 43 bool Purge();
diskcache.cc 83 bool DiskCache::Purge() {
  /external/skia/tests/
GpuLayerCacheTest.cpp 35 static void Purge(GrLayerCache* cache, uint32_t pictureID) {
36 cache->purge(pictureID);
276 TestingAccess::Purge(&cache, picture->uniqueID());
289 // Test out the GrContext-style purge. This should remove all the layers
307 // Purge the resource cache ...
320 // Test out the MessageBus-style purge. This will not free the atlas
  /external/skqp/tests/
GpuLayerCacheTest.cpp 35 static void Purge(GrLayerCache* cache, uint32_t pictureID) {
36 cache->purge(pictureID);
276 TestingAccess::Purge(&cache, picture->uniqueID());
289 // Test out the GrContext-style purge. This should remove all the layers
307 // Purge the resource cache ...
320 // Test out the MessageBus-style purge. This will not free the atlas
  /external/python/cpython3/Tools/msi/
uploadrelease.bat 27 if "%1" EQU "--skip-purge" (set NOPURGE=true) && shift && goto CheckOpts
68 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Purge
88 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Purge
106 echo --skip-purge Does not perform CDN purge after uploading

Completed in 96 milliseconds