Home
last modified time | relevance | path

Searched refs:getCacheMode (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/evictor/
H A DCacheModeTest.java536 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 DEnvironmentConfigTest.java206 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 DServiceWorkerSettingsAdapter.java65 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 DAwServiceWorkerController.java57 public int getCacheMode() { in getCacheMode() method in AwServiceWorkerController.ServiceWorkerIoThreadClientImpl
58 return mServiceWorkerSettings.getCacheMode(); in getCacheMode()
H A DAwContentsIoThreadClient.java19 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 DSupportLibServiceWorkerSettingsAdapter.java34 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 DUIStyle.java65 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 DUIStyle.java65 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 DUIStyle.java114 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 DUIStyle.java114 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 DUIStyle.java114 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 DUIStyle.java114 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 DUIStyle.java114 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 DUIStyle.java114 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 DUIStyle.java114 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 DUIStyle.java114 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 DCacheModeStrategy.java42 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 DServiceWorkerWebSettingsBoundaryInterface.java13 int getCacheMode(); in getCacheMode() method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/diskmanager/cache/
H A DCacheFileOwner.java48 getCacheMode(); in getCacheMode() method
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/persist/
H A DBasicCursor.java246 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 DApiQueryOATH.php81 public function getCacheMode( $params ) { function in MediaWiki\\Extension\\OATHAuth\\Api\\Module\\ApiQueryOATH
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiQueryPagePropNames.php36 public function getCacheMode( $params ) { function in ApiQueryPagePropNames
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiQueryPagePropNames.php36 public function getCacheMode( $params ) { function in ApiQueryPagePropNames
H A DApiQueryTokens.php132 public function getCacheMode( $params ) { function in ApiQueryTokens
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiQueryPagePropNames.php36 public function getCacheMode( $params ) { function in ApiQueryPagePropNames

123456789