Home
last modified time | relevance | path

Searched refs:setCacheSize (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ContentDownloader/
H A DContentDownloader.cpp96 Shepherd::setCacheSize( g_Settings()->Get( "settings.content.cache_size", 2000 ), 0 ); in Startup()
97 Shepherd::setCacheSize( g_Settings()->Get( "settings.content.cache_size_gold", 2000 ), 1 ); in Startup()
99 Shepherd::setCacheSize( 0, 0 ); in Startup()
101 Shepherd::setCacheSize( 0, 1 ); in Startup()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/evictor/
H A DEvictActionTest.java145 config.setCacheSize(SMALL_CACHE_SIZE); in testSetCacheSize()
153 config.setCacheSize(BIG_CACHE_SIZE); in testSetCacheSize()
172 config.setCacheSize(0); in testSetCachePercent()
182 config.setCacheSize(0); in testSetCachePercent()
191 config.setCacheSize(0); in testSetCachePercent()
220 config.setCacheSize(SMALL_CACHE_SIZE); in testThreadedCacheSizeChanges()
235 config.setCacheSize(BIG_CACHE_SIZE); in testThreadedCacheSizeChanges()
294 config.setCacheSize(500 * 1024); in testSmallCacheSettings()
322 config.setCacheSize(500 * 1024); in testSmallCacheSettings()
328 config.setCacheSize(500 * 1024); in testSmallCacheSettings()
H A DEvictSelectionTest.java103 envConfig.setCacheSize(MemoryBudget.MIN_MAX_MEMORY_SIZE); in testEmptyINList()
222 mutableConfig.setCacheSize(MemoryBudget.MIN_MAX_MEMORY_SIZE); in testReadOnlyAllDirty()
/dports/databases/db5/db-5.3.28/test/java/junit/src/com/sleepycat/db/test/
H A DBackupTest.java69 envc.setCacheSize(64 * 1024); in test1()
98 envc.setCacheSize(64 * 1024); in test2()
124 envc.setCacheSize(64 * 1024); in test3()
189 envc.setCacheSize(64 * 1024); in test4()
/dports/databases/db18/db-18.1.40/test/java/junit/src/com/sleepycat/db/test/
H A DBackupTest.java69 envc.setCacheSize(64 * 1024); in test1()
98 envc.setCacheSize(64 * 1024); in test2()
124 envc.setCacheSize(64 * 1024); in test3()
189 envc.setCacheSize(64 * 1024); in test4()
/dports/graphics/djview4/djview4-4.12/src/
H A Dqdjvu.h66 Q_PROPERTY(long cacheSize READ cacheSize WRITE setCacheSize)
80 void setCacheSize(long);
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/net/
H A DImageNode.java140 this.setCacheSize( 0 ); in setCacheOption()
336 this.setCacheSize( iv.intValue() ); in handleAssignment()
353 public void setCacheSize( int size ) in setCacheSize() method in ImageNode
488 this.setCacheSize( wcount ); in associate()
600 this.setCacheSize( 9 ); in setInteractionMode()
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dhostinfo.cpp51 void setCacheSize(int s) in setCacheSize() function in KIO::HostInfoAgentPrivate
302 void HostInfo::setCacheSize(int s) in setCacheSize() function in HostInfo
304 hostInfoAgentPrivate()->setCacheSize(s); in setCacheSize()
H A Dhostinfo.h38 KIOCORE_EXPORT void setCacheSize(int s);
/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/backend/
H A Dcamerathumbsctrl.cpp94 setCacheSize(200); in CameraThumbsCtrl()
200 void CameraThumbsCtrl::setCacheSize(int numberOfItems) in setCacheSize() function in Digikam::CameraThumbsCtrl
H A Dcamerathumbsctrl.h63 void setCacheSize(int numberOfItems);
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Headers/fontconfig/
H A DFCFontInfo.h46 - (void) setCacheSize:(unsigned int)size;
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dfileiconprovider.h18 static void setCacheSize(int size);
/dports/graphics/imageviewer/ImageViewer-0.6.3/
H A DPrefController.h28 - (void)setCacheSize:(id)sender;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/CoverView/
H A DCoverViewPixmapCache.h53 void setCacheSize(int cacheSize);
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DFilterManager.h54 void setCacheSize(int32_t cacheCleanSize);
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/support/incrementer/
H A DAbstractColumnMaxValueIncrementer.java79 public void setCacheSize(int cacheSize) { in setCacheSize() method in AbstractColumnMaxValueIncrementer
/dports/databases/zodb/ZODB-5.6.0/src/ZODB/tests/
H A DtestCache.py205 self.db.setCacheSize(CACHE_SIZE)
243 self.db.setCacheSize(CACHE_SIZE)
264 self.db.setCacheSize(CACHE_SIZE)
/dports/graphics/qgis/qgis-3.22.3/src/core/vector/
H A Dqgsvectorlayercache.cpp55 void QgsVectorLayerCache::setCacheSize( int cacheSize ) in setCacheSize() function in QgsVectorLayerCache
96 setCacheSize( mLayer->featureCount() + 100 ); in setFullCache()
296 setCacheSize( mLayer->featureCount() + 100 ); in onFeatureAdded()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsvectorlayercache.cpp53 void QgsVectorLayerCache::setCacheSize( int cacheSize ) in setCacheSize() function in QgsVectorLayerCache
94 setCacheSize( mLayer->featureCount() + 100 ); in setFullCache()
298 setCacheSize( mLayer->featureCount() + 100 ); in onFeatureAdded()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dwconfig_cachesize.cc74 _baseconfig.setCacheSize( val ); in saveValues()
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/fontconfig/
H A DFCFontInfo.m39 - (void) setCacheSize: (unsigned int)size
71 [self setCacheSize: [_faceInfo cacheSize]];
/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Ddevice.h49 void setCacheSize(size_t bytes);
/dports/databases/db18/db-18.1.40/util/db_gui/envpage/
H A DEnvConfig.java119 public void setCacheSize(long cacheSize) { in setCacheSize() method in EnvConfig
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/dbi/
H A DDbConfigManagerTest.java29 envConfig.setCacheSize(2000); in testBasicParams()

1234567891011