Home
last modified time | relevance | path

Searched refs:oCache (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DSuspendManager.cs82 var oCache = HttpRuntime.Cache.GetObjectCache(createIfDoesNotExist: false); in SuspendImpl()
86 if (oCache != null && !oCache.Equals(iCache)) { in SuspendImpl()
87 oCache.Trim(0); in SuspendImpl()
H A DHostingEnvironment.cs214 var oCache = HttpRuntime.Cache.GetObjectCache(createIfDoesNotExist: false); in TrimCacheInternal()
215 if (oCache != null) { in TrimCacheInternal()
216 trimmedOrExpired = oCache.Trim(percent); in TrimCacheInternal()
218 if (iCache != null && !iCache.Equals(oCache)) { in TrimCacheInternal()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/flow/tests/
H A DTestCaseSwitch.java92 Object oCache = null; in m4() local
93 if (oCache != null) { in m4()
94 return oCache; in m4()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/flow/tests/
H A DTestCaseSwitch.java92 Object oCache = null; in m4() local
93 if (oCache != null) { in m4()
94 return oCache; in m4()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/flow/tests/
H A DTestCaseSwitch.java92 Object oCache = null; in m4() local
93 if (oCache != null) { in m4()
94 return oCache; in m4()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/flow/tests/
H A DTestCaseSwitch.java92 Object oCache = null; in m4() local
93 if (oCache != null) { in m4()
94 return oCache; in m4()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/flow/tests/
H A DTestCaseSwitch.java92 Object oCache = null; in m4() local
93 if (oCache != null) { in m4()
94 return oCache; in m4()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/flow/tests/
H A DTestCaseSwitch.java92 Object oCache = null; in m4() local
93 if (oCache != null) { in m4()
94 return oCache; in m4()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/flow/tests/
H A DTestCaseSwitch.java92 Object oCache = null; in m4() local
93 if (oCache != null) { in m4()
94 return oCache; in m4()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/flow/tests/
H A DTestCaseSwitch.java92 Object oCache = null; in m4() local
93 if (oCache != null) { in m4()
94 return oCache; in m4()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/flow/tests/
H A DTestCaseSwitch.java92 Object oCache = null; in m4() local
93 if (oCache != null) { in m4()
94 return oCache; in m4()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/flow/tests/
H A DTestCaseSwitch.java92 Object oCache = null; in m4() local
93 if (oCache != null) { in m4()
94 return oCache; in m4()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_proj_p.cpp78 OSRProjTLSCache oCache{}; member
120 oCache.clear(); in deinit()
241 return &l_projContext.oCache; in OSRGetProjTLSCache()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_proj_p.cpp78 OSRProjTLSCache oCache{}; member
120 oCache.clear(); in deinit()
241 return &l_projContext.oCache; in OSRGetProjTLSCache()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_proj_p.cpp78 OSRProjTLSCache oCache{}; member
120 oCache.clear(); in deinit()
241 return &l_projContext.oCache; in OSRGetProjTLSCache()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/torrent/
H A DPlatformTorrentUtils.java464 Object oCache = mapPlatformTrackerTorrents.get(torrent); in isPlatformTracker() local
465 if (oCache instanceof Boolean) { in isPlatformTracker()
466 return ((Boolean) oCache).booleanValue(); in isPlatformTracker()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogr_gmlas.h134 GMLASXSDCache& oCache);
984 bool Analyze(GMLASXSDCache& oCache,
1545 GMLASReader(GMLASXSDCache& oCache,
1623 GMLASXSDCache& oCache,
H A Dogrgmlasreader.cpp244 GMLASXSDCache& oCache) in GMLASBaseEntityResolver() argument
245 : m_oCache(oCache) in GMLASBaseEntityResolver()
369 GMLASReader::GMLASReader(GMLASXSDCache& oCache, in GMLASReader() argument
372 : m_oCache(oCache) in GMLASReader()
485 GMLASXSDCache& oCache, in LoadXSDInParser() argument
503 VSILFILE* fpXSD = oCache.Open( osModifXSDFilename, CPLString(), in LoadXSDInParser()
H A Dogrgmlasschemaanalyzer.cpp210 GMLASXSDCache& oCache) in GMLASAnalyzerEntityResolver() argument
211 : GMLASBaseEntityResolver(osBasePath, oCache) in GMLASAnalyzerEntityResolver()
728 bool GMLASSchemaAnalyzer::Analyze(GMLASXSDCache& oCache, in Analyze() argument
741 oCache ); in Analyze()
783 oCache, in Analyze()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogr_gmlas.h134 GMLASXSDCache& oCache);
984 bool Analyze(GMLASXSDCache& oCache,
1545 GMLASReader(GMLASXSDCache& oCache,
1623 GMLASXSDCache& oCache,
H A Dogrgmlasreader.cpp244 GMLASXSDCache& oCache)
245 : m_oCache(oCache)
369 GMLASReader::GMLASReader(GMLASXSDCache& oCache,
372 : m_oCache(oCache)
485 GMLASXSDCache& oCache,
503 VSILFILE* fpXSD = oCache.Open( osModifXSDFilename, CPLString(), in PostInit()
H A Dogrgmlasschemaanalyzer.cpp210 GMLASXSDCache& oCache)
211 : GMLASBaseEntityResolver(osBasePath, oCache)
728 bool GMLASSchemaAnalyzer::Analyze(GMLASXSDCache& oCache,
741 oCache );
783 oCache,
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogr_gmlas.h134 GMLASXSDCache& oCache);
984 bool Analyze(GMLASXSDCache& oCache,
1545 GMLASReader(GMLASXSDCache& oCache,
1623 GMLASXSDCache& oCache,
H A Dogrgmlasreader.cpp244 GMLASXSDCache& oCache) in GMLASBaseEntityResolver() argument
245 : m_oCache(oCache) in GMLASBaseEntityResolver()
369 GMLASReader::GMLASReader(GMLASXSDCache& oCache, in GMLASReader() argument
372 : m_oCache(oCache) in GMLASReader()
485 GMLASXSDCache& oCache, in LoadXSDInParser() argument
503 VSILFILE* fpXSD = oCache.Open( osModifXSDFilename, CPLString(), in LoadXSDInParser()
H A Dogrgmlasschemaanalyzer.cpp210 GMLASXSDCache& oCache) in GMLASAnalyzerEntityResolver() argument
211 : GMLASBaseEntityResolver(osBasePath, oCache) in GMLASAnalyzerEntityResolver()
728 bool GMLASSchemaAnalyzer::Analyze(GMLASXSDCache& oCache, in Analyze() argument
741 oCache ); in Analyze()
783 oCache, in Analyze()

12