Home
last modified time | relevance | path

Searched refs:propCache (Results 1 – 13 of 13) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/plugins/RemoteControl/src/
H A DMainService.cpp47 actionCache(100), propCache(100) in MainService()
642 propCache.append(PropertyCacheEntry(prop->getId(),val)); in propertyChanged()
643 if(!propCache.areIndexesValid()) in propertyChanged()
647 propCache.clear(); in propertyChanged()
727 if(propCache.isEmpty()) in getPropertyChangesSinceID()
744 if(changeId > propCache.lastIndex() || changeId < (propCache.firstIndex()-1)) in getPropertyChangesSinceID()
753 newId = propCache.lastIndex(); in getPropertyChangesSinceID()
755 else if(changeId < propCache.lastIndex()) in getPropertyChangesSinceID()
758 for(int i = changeId+1;i<=propCache.lastIndex();++i) in getPropertyChangesSinceID()
760 const PropertyCacheEntry& e = propCache.at(i); in getPropertyChangesSinceID()
[all …]
H A DMainService.hpp125 QContiguousCache<PropertyCacheEntry> propCache; member in MainService
/dports/astro/stellarium/stellarium-0.21.3/src/external/libindi/
H A Dindidriver.c62 … if (!strcmp(property_name, propCache[i].propName) && !strcmp(device_name, propCache[i].devName)) in isPropDefined()
936 ROSC *prop = propCache + index; in dispatch()
995 if (!strcmp(propCache[i].propName, name) && !strcmp(propCache[i].devName, dev)) in dispatch()
1760 propCache = in IDDefText()
1762 SC = &propCache[nPropCache++]; in IDDefText()
1832 propCache = in IDDefNumber()
1834 SC = &propCache[nPropCache++]; in IDDefNumber()
1899 propCache = in IDDefSwitch()
1901 SC = &propCache[nPropCache++]; in IDDefSwitch()
2008 propCache = in IDDefBLOB()
[all …]
H A Dindidrivermain.c52 ROSC *propCache; variable
H A Dindidriver.h48 extern ROSC *propCache;
/dports/devel/indi/indi-1.9.1/
H A Dindidriver.c75 static ROSC *propCache = NULL; variable
80 assert_mem(propCache = (ROSC *)(realloc(propCache, (nPropCache + 1) * sizeof *propCache))); in rosc_new()
81 return &propCache[nPropCache++]; in rosc_new()
98 if (!strcmp(propName, propCache[i].propName) && !strcmp(devName, propCache[i].devName)) in rosc_find()
99 return &propCache[i]; in rosc_find()
846 if (!strcmp(propCache[i].propName, name) && !strcmp(propCache[i].devName, dev)) in dispatch()
848 if (propCache[i].perm == IP_RO) in dispatch()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickopenglshadereffect.cpp256 QQmlPropertyCache *propCache = QQmlData::ensurePropertyCache(engine, item); in connectPropertySignals() local
261 QQmlPropertyData *pd = propCache->property(QString::fromUtf8(d.name), nullptr, nullptr); in connectPropertySignals()
329 QQmlPropertyCache *propCache = (engine) ? QQmlData::ensurePropertyCache(engine, item) : nullptr; in lookThroughShaderCode() local
362 if (propCache) { in lookThroughShaderCode()
363 … if (QQmlPropertyData *pd = propCache->property(QString::fromUtf8(d.name), nullptr, nullptr)) { in lookThroughShaderCode()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickopenglshadereffect.cpp256 QQmlPropertyCache *propCache = QQmlData::ensurePropertyCache(engine, item); in connectPropertySignals() local
261 QQmlPropertyData *pd = propCache->property(QString::fromUtf8(d.name), nullptr, nullptr); in connectPropertySignals()
329 QQmlPropertyCache *propCache = (engine) ? QQmlData::ensurePropertyCache(engine, item) : nullptr; in lookThroughShaderCode() local
362 if (propCache) { in lookThroughShaderCode()
363 … if (QQmlPropertyData *pd = propCache->property(QString::fromUtf8(d.name), nullptr, nullptr)) { in lookThroughShaderCode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/
H A DSimpleProfileRegistry.java173 String propCache = selfProfile.getProperty(IProfile.PROP_CACHE); in updateRoamingProfile() local
174 if (propCache != null && !location.equals(new File(propCache))) { in updateRoamingProfile()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DIonBuilder.cpp4655 WrapMGetPropertyCache propCache(getInlineableGetPropertyCache(callInfo)); in inlineCallsite() local
4656 keepFallbackFunctionGetter(propCache.get()); in inlineCallsite()
4660 if (!propCache.get() && targets.length() == 1) { in inlineCallsite()
4705 MOZ_TRY(inlineCalls(callInfo, targets, choiceSet, propCache.get())); in inlineCallsite()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DIonBuilder.cpp5788 WrapMGetPropertyCache propCache(getInlineableGetPropertyCache(callInfo)); in inlineCallsite() local
5789 keepFallbackFunctionGetter(propCache.get()); in inlineCallsite()
5793 if (!propCache.get() && targets.length() == 1) { in inlineCallsite()
5839 if (!inlineCalls(callInfo, targets, choiceSet, propCache.get())) in inlineCallsite()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DIonBuilder.cpp4121 WrapMGetPropertyCache propCache(getInlineableGetPropertyCache(callInfo)); in inlineCallsite() local
4122 keepFallbackFunctionGetter(propCache.get()); in inlineCallsite()
4126 if (!propCache.get() && targets.length() == 1) { in inlineCallsite()
4170 MOZ_TRY(inlineCalls(callInfo, targets, choiceSet, propCache.get())); in inlineCallsite()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DIonBuilder.cpp5581 WrapMGetPropertyCache propCache(getInlineableGetPropertyCache(callInfo)); in inlineCallsite() local
5582 keepFallbackFunctionGetter(propCache.get()); in inlineCallsite()
5586 if (!propCache.get() && targets.length() == 1) { in inlineCallsite()
5632 if (!inlineCalls(callInfo, targets, choiceSet, propCache.get())) in inlineCallsite()