/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/evictor/ |
H A D | CacheModeTest.java | 536 assertSame(CacheMode.DYNAMIC, cursor.getCacheMode()); 786 assertSame(CacheMode.DEFAULT, cursor.getCacheMode()); 790 assertSame(CacheMode.DEFAULT, cursor.getCacheMode()); 824 assertSame(CacheMode.DEFAULT, cursor.getCacheMode()); 847 assertSame(CacheMode.DEFAULT, cursor.getCacheMode()); 875 assertSame(CacheMode.DYNAMIC, cursor.getCacheMode()); 898 assertSame(CacheMode.DYNAMIC, cursor.getCacheMode()); 919 assertSame(CacheMode.DYNAMIC, cursor.getCacheMode()); 932 assertSame(CacheMode.DYNAMIC, cursor.getCacheMode()); 962 public CacheMode getCacheMode() { [all …]
|
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/ |
H A D | EnvironmentConfigTest.java | 206 assertEquals(newConfig.getCacheMode(), envConfig.getCacheMode()); in testSerialize() 207 assertEquals(newConfig.getCacheModeStrategy().getCacheMode(), in testSerialize() 208 envConfig.getCacheModeStrategy().getCacheMode()); in testSerialize() 251 public CacheMode getCacheMode() { in getCacheMode() method in EnvironmentConfigTest.MyCacheModeStrategy
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/glue/java/src/com/android/webview/chromium/ |
H A D | ServiceWorkerSettingsAdapter.java | 65 public int getCacheMode() { in getCacheMode() method in ServiceWorkerSettingsAdapter 66 return mAwServiceWorkerSettings.getCacheMode(); in getCacheMode()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/ |
H A D | AwServiceWorkerController.java | 57 public int getCacheMode() { in getCacheMode() method in AwServiceWorkerController.ServiceWorkerIoThreadClientImpl 58 return mServiceWorkerSettings.getCacheMode(); in getCacheMode()
|
H A D | AwContentsIoThreadClient.java | 19 public abstract int getCacheMode(); in getCacheMode() method in AwContentsIoThreadClient
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/support_library/java/src/org/chromium/support_lib_glue/ |
H A D | SupportLibServiceWorkerSettingsAdapter.java | 34 public int getCacheMode() { in getCacheMode() method in SupportLibServiceWorkerSettingsAdapter 36 return mAwServiceWorkerSettings.getCacheMode(); in getCacheMode()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/make/src/classes/build/tools/generatenimbus/ |
H A D | UIStyle.java | 65 public CacheMode getCacheMode() { in getCacheMode() method in UIStyle 68 CacheMode.FIXED_SIZES : parentStyle.getCacheMode()); in getCacheMode()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/make/src/classes/build/tools/generatenimbus/ |
H A D | UIStyle.java | 65 public CacheMode getCacheMode() { in getCacheMode() method in UIStyle 68 CacheMode.FIXED_SIZES : parentStyle.getCacheMode()); in getCacheMode()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/generatenimbus/ |
H A D | UIStyle.java | 114 public CacheMode getCacheMode() { in getCacheMode() method in UIStyle 117 CacheMode.FIXED_SIZES : parentStyle.getCacheMode()); in getCacheMode()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/generatenimbus/ |
H A D | UIStyle.java | 114 public CacheMode getCacheMode() { in getCacheMode() method in UIStyle 117 CacheMode.FIXED_SIZES : parentStyle.getCacheMode()); in getCacheMode()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/jdk/src/classes/build/tools/generatenimbus/ |
H A D | UIStyle.java | 114 public CacheMode getCacheMode() { in getCacheMode() method in UIStyle 117 CacheMode.FIXED_SIZES : parentStyle.getCacheMode()); in getCacheMode()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/jdk/src/classes/build/tools/generatenimbus/ |
H A D | UIStyle.java | 114 public CacheMode getCacheMode() { in getCacheMode() method in UIStyle 117 CacheMode.FIXED_SIZES : parentStyle.getCacheMode()); in getCacheMode()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/jdk/src/classes/build/tools/generatenimbus/ |
H A D | UIStyle.java | 114 public CacheMode getCacheMode() { in getCacheMode() method in UIStyle 117 CacheMode.FIXED_SIZES : parentStyle.getCacheMode()); in getCacheMode()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/jdk/src/classes/build/tools/generatenimbus/ |
H A D | UIStyle.java | 114 public CacheMode getCacheMode() { in getCacheMode() method in UIStyle 117 CacheMode.FIXED_SIZES : parentStyle.getCacheMode()); in getCacheMode()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/jdk/src/classes/build/tools/generatenimbus/ |
H A D | UIStyle.java | 114 public CacheMode getCacheMode() { in getCacheMode() method in UIStyle 117 CacheMode.FIXED_SIZES : parentStyle.getCacheMode()); in getCacheMode()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/jdk/src/classes/build/tools/generatenimbus/ |
H A D | UIStyle.java | 114 public CacheMode getCacheMode() { in getCacheMode() method in UIStyle 117 CacheMode.FIXED_SIZES : parentStyle.getCacheMode()); in getCacheMode()
|
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/ |
H A D | CacheModeStrategy.java | 42 public CacheMode getCacheMode(); in getCacheMode() method
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/support_library/boundary_interfaces/src/org/chromium/support_lib_boundary/ |
H A D | ServiceWorkerWebSettingsBoundaryInterface.java | 13 int getCacheMode(); in getCacheMode() method
|
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/diskmanager/cache/ |
H A D | CacheFileOwner.java | 48 getCacheMode(); in getCacheMode() method
|
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/persist/ |
H A D | BasicCursor.java | 246 public CacheMode getCacheMode() { in getCacheMode() method in BasicCursor 247 return cursor.getCursor().getCacheMode(); in getCacheMode()
|
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/OATHAuth/src/Api/Module/ |
H A D | ApiQueryOATH.php | 81 public function getCacheMode( $params ) { function in MediaWiki\\Extension\\OATHAuth\\Api\\Module\\ApiQueryOATH
|
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/ |
H A D | ApiQueryPagePropNames.php | 36 public function getCacheMode( $params ) { function in ApiQueryPagePropNames
|
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/ |
H A D | ApiQueryPagePropNames.php | 36 public function getCacheMode( $params ) { function in ApiQueryPagePropNames
|
H A D | ApiQueryTokens.php | 132 public function getCacheMode( $params ) { function in ApiQueryTokens
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/ |
H A D | ApiQueryPagePropNames.php | 36 public function getCacheMode( $params ) { function in ApiQueryPagePropNames
|