Home
last modified time | relevance | path

Searched refs:oldCache (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/
H A DCastableObjectSupport.cs149 CastableObjectCacheEntry<IntPtr>[] oldCache = s_ThunkBasedDispatchCellTargets; in AddToThunkCache()
152 … s_ThunkBasedDispatchCellTargets = new CastableObjectCacheEntry<IntPtr>[oldCache.Length * 2]; in AddToThunkCache()
159 for (int i = 0; i < oldCache.Length; i++) in AddToThunkCache()
161 if (oldCache[i].Key != default(IntPtr)) in AddToThunkCache()
163 … AddToExistingCache(s_ThunkBasedDispatchCellTargets, oldCache[i].Key, oldCache[i].Value); in AddToThunkCache()
200 CastableObjectCacheEntry<object>[] oldCache = cache; in AddToCastableCache()
203 cache = new CastableObjectCacheEntry<object>[oldCache.Length * 2]; in AddToCastableCache()
210 for (int i = 0; i < oldCache.Length; i++) in AddToCastableCache()
212 if (oldCache[i].Key != default(IntPtr)) in AddToCastableCache()
214 AddToExistingCache(cache, oldCache[i].Key, oldCache[i].Value); in AddToCastableCache()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlpropertycachevector_p.h86 if (QQmlPropertyCache *oldCache = data.at(index).data()) { in set() local
87 if (replacement.data() == oldCache) in set()
89 oldCache->release(); in set()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlpropertycachevector_p.h86 if (QQmlPropertyCache *oldCache = data.at(index).data()) { in set() local
87 if (replacement.data() == oldCache) in set()
89 oldCache->release(); in set()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/server/stats/
H A Dfs_resource_analyzer.go74 oldCache := s.cachedVolumeStats.Load().(statCache)
79 if value, found := oldCache[pod.GetUID()]; !found {
87 for uid, entry := range oldCache {
/dports/www/tikiwiki/tiki-21.2/installer/schema/
H A D20130513_convert_tracker_field_parameters_tiki.php8 $oldCache = $cachelib->replaceImplementation(new CacheLibNoCache);
28 $cachelib->replaceImplementation($oldCache);
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DGMaps.cs120 …string oldCache = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + Path.Dire… in InitCache()
123 if (Directory.Exists(oldCache)) { in InitCache()
126 Directory.Delete(oldCache, true); in InitCache()
128 Directory.Move(oldCache, newCache); in InitCache()
132 ImageCacheLocation = oldCache; in InitCache()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/iterators/
H A DReadCachingIterator.java51 final List<GATKRead> oldCache = cache; in consumeCachedReads() local
53 return oldCache; in consumeCachedReads()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgdistancefieldglyphnode.cpp109 QSGDistanceFieldGlyphCache *oldCache = m_glyph_cache; in setGlyphs() local
115 if (m_glyph_cache != oldCache) { in setGlyphs()
117 if (oldCache) { in setGlyphs()
118 oldCache->unregisterGlyphNode(this); in setGlyphs()
119 oldCache->unregisterOwnerElement(ownerElement()); in setGlyphs()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgdistancefieldglyphnode.cpp109 QSGDistanceFieldGlyphCache *oldCache = m_glyph_cache; in setGlyphs() local
115 if (m_glyph_cache != oldCache) { in setGlyphs()
117 if (oldCache) { in setGlyphs()
118 oldCache->unregisterGlyphNode(this); in setGlyphs()
119 oldCache->unregisterOwnerElement(ownerElement()); in setGlyphs()
/dports/graphics/silgraphite/silgraphite-2.3.1/wrappers/pangographite/
H A Dgraphitecache.cpp229 GlyphStringCache * oldCache = in graphite_CacheGlyphString() local
231 delete oldCache; in graphite_CacheGlyphString()
284 LogAttrCache * oldCache = in graphite_CacheLogAttr() local
286 delete oldCache; in graphite_CacheLogAttr()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libxdg-basedir/
H A Dbasedir.c382 xdgCachedData* oldCache; in xdgUpdateData() local
390 oldCache = xdgGetCache(handle); in xdgUpdateData()
392 if (oldCache) in xdgUpdateData()
394 xdgFreeData(oldCache); in xdgUpdateData()
395 free(oldCache); in xdgUpdateData()
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/azure/
H A Dazure_vmss_cache.go167 oldCache := make(map[string]vmssVirtualMachinesEntry)
181 oldCache[key.(string)] = *value.(*vmssVirtualMachinesEntry)
221 delete(oldCache, computerName)
226 for name, vmEntry := range oldCache {
/dports/lang/janet/janet-1.19.2/src/core/
H A Dsymcache.c120 const uint8_t **oldCache = janet_vm.cache; in janet_cache_resize() local
133 const uint8_t *x = oldCache[i]; in janet_cache_resize()
144 janet_free((void *)oldCache); in janet_cache_resize()
/dports/x11/libxdg-basedir/libxdg-basedir-1.2.2/src/
H A Dbasedir.c416 xdgCachedData* oldCache; in xdgUpdateData() local
424 oldCache = xdgGetCache(handle); in xdgUpdateData()
426 if (oldCache) in xdgUpdateData()
428 xdgFreeData(oldCache); in xdgUpdateData()
429 free(oldCache); in xdgUpdateData()
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/core/
H A Dcache.cpp72 const QSet<KNSCore::EntryInternal> oldCache = cache; in Q_GLOBAL_STATIC() local
77 for (const EntryInternal &entry : oldCache) { in Q_GLOBAL_STATIC()
88 auto iterator = oldCache.constFind(entry); in Q_GLOBAL_STATIC()
89 if (iterator == oldCache.constEnd()) { in Q_GLOBAL_STATIC()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/segmentio/encoding/proto/
H A Dproto.go169 c, oldCache := loadCachedCodec(t)
187 newCache := make(map[unsafe.Pointer]*codec, len(oldCache)+2)
188 for p, c := range oldCache {
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/remote/
H A DRemoteRenderedOp.java684 TileCache oldCache = oldPISP.getTileCache(); in propertyChange() local
689 if (oldCache != null && in propertyChange()
710 Raster[] tiles = oldCache.getTiles(oldPISP); in propertyChange()
726 oldCache.getTile(oldPISP, in propertyChange()
863 TileCache oldCache = oldRendering.getTileCache(); in propertyChange() local
896 oldCache.getTiles(oldRendering); in propertyChange()
913 oldCache.getTiles(oldRendering); in propertyChange()
/dports/devel/mutagen/mutagen-0.11.8/pkg/synchronization/core/
H A Dscan_test.go423 oldCache := cache
451 if len(cache.Entries) != len(oldCache.Entries) {
452 …t.Error("cache length mismatch for identical scans:", len(cache.Entries), "!=", len(oldCache.Entri…
455 if oe, ok := oldCache.Entries[p]; !ok {
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/
H A DClassValue.java609 Entry<?>[] oldCache = getCache(); in reduceCacheLoad()
610 if (oldCache.length > HASH_MASK) in reduceCacheLoad()
612 sizeCache(oldCache.length * 2); in reduceCacheLoad()
613 for (Entry<?> e : oldCache) { in reduceCacheLoad()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/
H A DClassValue.java609 Entry<?>[] oldCache = getCache(); in reduceCacheLoad()
610 if (oldCache.length > HASH_MASK) in reduceCacheLoad()
612 sizeCache(oldCache.length * 2); in reduceCacheLoad()
613 for (Entry<?> e : oldCache) { in reduceCacheLoad()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/
H A DClassValue.java609 Entry<?>[] oldCache = getCache(); in reduceCacheLoad()
610 if (oldCache.length > HASH_MASK) in reduceCacheLoad()
612 sizeCache(oldCache.length * 2); in reduceCacheLoad()
613 for (Entry<?> e : oldCache) { in reduceCacheLoad()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/ipc/win/handler/
H A DAccessibleHandlerControl.cpp131 AccessibleCache oldCache; in IMPL_IUNKNOWN1() local
132 mAccessibleCache.swap(oldCache); in IMPL_IUNKNOWN1()
/dports/www/firefox/firefox-99.0/accessible/ipc/win/handler/
H A DAccessibleHandlerControl.cpp131 AccessibleCache oldCache; in IMPL_IUNKNOWN1() local
132 mAccessibleCache.swap(oldCache); in IMPL_IUNKNOWN1()
/dports/www/firefox-esr/firefox-91.8.0/accessible/ipc/win/handler/
H A DAccessibleHandlerControl.cpp131 AccessibleCache oldCache; in IMPL_IUNKNOWN1() local
132 mAccessibleCache.swap(oldCache); in IMPL_IUNKNOWN1()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/ipc/win/handler/
H A DAccessibleHandlerControl.cpp131 AccessibleCache oldCache; in IMPL_IUNKNOWN1() local
132 mAccessibleCache.swap(oldCache); in IMPL_IUNKNOWN1()

1234567