Home
last modified time | relevance | path

Searched refs:FlushCache (Results 1 – 25 of 1128) sorted by relevance

12345678910>>...46

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmDynamicLoader.cxx17 bool FlushCache(const char* path);
18 void FlushCache();
36 this->FlushCache(path); in CacheFile()
52 bool cmDynamicLoaderCache::FlushCache(const char* path) in FlushCache() function in cmDynamicLoaderCache
64 void cmDynamicLoaderCache::FlushCache() in FlushCache() function in cmDynamicLoaderCache
89 void cmDynamicLoader::FlushCache() in FlushCache() function in cmDynamicLoader
91 cmDynamicLoaderCache::GetInstance().FlushCache(); in FlushCache()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmDynamicLoader.cxx17 bool FlushCache(const char* path);
18 void FlushCache();
36 this->FlushCache(path); in CacheFile()
52 bool cmDynamicLoaderCache::FlushCache(const char* path) in FlushCache() function in cmDynamicLoaderCache
64 void cmDynamicLoaderCache::FlushCache() in FlushCache() function in cmDynamicLoaderCache
89 void cmDynamicLoader::FlushCache() in FlushCache() function in cmDynamicLoader
91 cmDynamicLoaderCache::GetInstance().FlushCache(); in FlushCache()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmDynamicLoader.cxx17 bool FlushCache(const char* path);
18 void FlushCache();
36 this->FlushCache(path); in CacheFile()
52 bool cmDynamicLoaderCache::FlushCache(const char* path) in FlushCache() function in cmDynamicLoaderCache
64 void cmDynamicLoaderCache::FlushCache() in FlushCache() function in cmDynamicLoaderCache
89 void cmDynamicLoader::FlushCache() in FlushCache() function in cmDynamicLoader
91 cmDynamicLoaderCache::GetInstance().FlushCache(); in FlushCache()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/plugins/ps2/
H A Dps2-provider.cpp39 FlushCache(0); in flushDataCache()
40 FlushCache(2); in flushDataCache()
/dports/emulators/citra/citra-ac98458e0/externals/teakra/hwtest/dspmemorytester/source/
H A Dmain.cpp37 void FlushCache(void* ptr, u32 size) { in FlushCache() function
108 FlushCache((void*)dsp_playground, playground_size); in ResetDspPlayground()
116 FlushCache((void*)fcram_playground, playground_size); in ResetFcramPlayground()
172 FlushCache((void*)dspD, 8); in Fire()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/teakra/hwtest/dspmemorytester/source/
H A Dmain.cpp37 void FlushCache(void* ptr, u32 size) { in FlushCache() function
108 FlushCache((void*)dsp_playground, playground_size); in ResetDspPlayground()
116 FlushCache((void*)fcram_playground, playground_size); in ResetFcramPlayground()
172 FlushCache((void*)dspD, 8); in Fire()
/dports/sysutils/doctl/doctl-1.68.0/do/
H A Dcdns.go21 FlushCache(string, *godo.CDNFlushCacheRequest) error
106 func (c *cdnsService) FlushCache(id string, req *godo.CDNFlushCacheRequest) error {
107 _, err := c.client.CDNs.FlushCache(context.TODO(), id, req)
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalhashsetbandblockcache.cpp79 CPLErr FlushCache() override;
115 GDALHashSetBandBlockCache::FlushCache(); in ~GDALHashSetBandBlockCache()
156 CPLErr GDALHashSetBandBlockCache::FlushCache() in FlushCache() function in GDALHashSetBandBlockCache
H A Dgdalproxydataset.cpp147 void GDALProxyDataset::FlushCache() in FlushCache() function in GDALProxyDataset
152 poUnderlyingDataset->FlushCache(); in FlushCache()
324 CPLErr GDALProxyRasterBand::FlushCache() in FlushCache() function in GDALProxyRasterBand
328 CPLErr ret = GDALRasterBand::FlushCache(); in FlushCache()
334 ret = poSrcBand->FlushCache(); in FlushCache()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalhashsetbandblockcache.cpp79 CPLErr FlushCache() override;
115 GDALHashSetBandBlockCache::FlushCache(); in ~GDALHashSetBandBlockCache()
156 CPLErr GDALHashSetBandBlockCache::FlushCache() in FlushCache() function in GDALHashSetBandBlockCache
H A Dgdalproxydataset.cpp147 void GDALProxyDataset::FlushCache() in FlushCache() function in GDALProxyDataset
152 poUnderlyingDataset->FlushCache(); in FlushCache()
324 CPLErr GDALProxyRasterBand::FlushCache() in FlushCache() function in GDALProxyRasterBand
328 CPLErr ret = GDALRasterBand::FlushCache(); in FlushCache()
334 ret = poSrcBand->FlushCache(); in FlushCache()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalhashsetbandblockcache.cpp79 CPLErr FlushCache() override;
115 GDALHashSetBandBlockCache::FlushCache(); in ~GDALHashSetBandBlockCache()
156 CPLErr GDALHashSetBandBlockCache::FlushCache() in FlushCache() function in GDALHashSetBandBlockCache
H A Dgdalproxydataset.cpp147 void GDALProxyDataset::FlushCache() in FlushCache() function in GDALProxyDataset
152 poUnderlyingDataset->FlushCache(); in FlushCache()
324 CPLErr GDALProxyRasterBand::FlushCache() in FlushCache() function in GDALProxyRasterBand
328 CPLErr ret = GDALRasterBand::FlushCache(); in FlushCache()
334 ret = poSrcBand->FlushCache(); in FlushCache()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dovlymgr.c27 FlushCache (void) in FlushCache() function
70 FlushCache (); in OverlayLoad()
/dports/emulators/citra/citra-ac98458e0/externals/teakra/hwtest/dsptester/source/
H A Dmain.cpp171 void FlushCache(void* ptr, u32 size) { in FlushCache() function
181 FlushCache(&dspD[1], 2); in StartDspProgram()
188 FlushCache(&dspD[2], 2); in StopDspProgram()
195 FlushCache(&dspD[3], 2); in SetOnshotDspProgram()
286 FlushCache(&dspP[0x2000], 0x2000); in ExecuteTestCases()
288 FlushCache(&dspD[0], 0x20000); in ExecuteTestCases()
293 FlushCache(&dspD[0], 0x20000); in ExecuteTestCases()
373 FlushCache(&dspP[0x2000], 0x2000); in UploadDspProgram()
624 FlushCache(&dspD[0x3000], 0x40000 - 0x6000); in main()
647 FlushCache(&dspD[0x2000], 0x1000); in main()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/teakra/hwtest/dsptester/source/
H A Dmain.cpp171 void FlushCache(void* ptr, u32 size) { in FlushCache() function
181 FlushCache(&dspD[1], 2); in StartDspProgram()
188 FlushCache(&dspD[2], 2); in StopDspProgram()
195 FlushCache(&dspD[3], 2); in SetOnshotDspProgram()
286 FlushCache(&dspP[0x2000], 0x2000); in ExecuteTestCases()
288 FlushCache(&dspD[0], 0x20000); in ExecuteTestCases()
293 FlushCache(&dspD[0], 0x20000); in ExecuteTestCases()
373 FlushCache(&dspP[0x2000], 0x2000); in UploadDspProgram()
624 FlushCache(&dspD[0x3000], 0x40000 - 0x6000); in main()
647 FlushCache(&dspD[0x2000], 0x1000); in main()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Dctable2dataset.cpp61 virtual void FlushCache(void);
92 FlushCache(); in ~CTable2Dataset()
102 void CTable2Dataset::FlushCache() in FlushCache() function in CTable2Dataset
105 RawDataset::FlushCache(); in FlushCache()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/csharp/apps/
H A DGDALWrite.cs138 band.FlushCache(); in Main()
139 ds.FlushCache(); in Main()
/dports/graphics/gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALWrite.cs138 band.FlushCache(); in Main()
139 ds.FlushCache(); in Main()
/dports/graphics/py-gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALWrite.cs138 band.FlushCache(); in Main()
139 ds.FlushCache(); in Main()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Dctable2dataset.cpp61 void FlushCache(void) override;
93 CTable2Dataset::FlushCache(); in ~CTable2Dataset()
108 void CTable2Dataset::FlushCache() in FlushCache() function in CTable2Dataset
111 RawDataset::FlushCache(); in FlushCache()
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Dctable2dataset.cpp61 void FlushCache(void) override;
93 CTable2Dataset::FlushCache(); in ~CTable2Dataset()
108 void CTable2Dataset::FlushCache() in FlushCache() function in CTable2Dataset
111 RawDataset::FlushCache(); in FlushCache()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Dctable2dataset.cpp61 void FlushCache(void) override;
93 CTable2Dataset::FlushCache(); in ~CTable2Dataset()
108 void CTable2Dataset::FlushCache() in FlushCache() function in CTable2Dataset
111 RawDataset::FlushCache(); in FlushCache()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdaloverviewdataset.cpp113 virtual CPLErr FlushCache();
209 FlushCache(); in ~GDALOverviewDataset()
520 FlushCache(); in ~GDALOverviewBand()
527 CPLErr GDALOverviewBand::FlushCache() in FlushCache() function in GDALOverviewBand
530 return poUnderlyingBand->FlushCache(); in FlushCache()
/dports/sysutils/doctl/doctl-1.68.0/do/mocks/
H A DCDNsService.go68 func (m *MockCDNsService) FlushCache(arg0 string, arg1 *godo.CDNFlushCacheRequest) error { func
76 func (mr *MockCDNsServiceMockRecorder) FlushCache(arg0, arg1 interface{}) *gomock.Call { func
78 …thMethodType(mr.mock, "FlushCache", reflect.TypeOf((*MockCDNsService)(nil).FlushCache), arg0, arg1)

12345678910>>...46