Home
last modified time | relevance | path

Searched refs:fInstances (Results 1 – 9 of 9) sorted by relevance

/dports/audio/libmusicxml/libmusicxml-3.18/src/guido/
H A Dguido.cpp43 guidonotestatus* guidonotestatus::fInstances[kMaxInstances] = { 0 }; member in MusicXML2::guidonotestatus
47 if (!fInstances[voice]) in get()
48 fInstances[voice] = new guidonotestatus; in get()
49 return fInstances[voice]; in get()
57 if (fInstances[i]) fInstances[i]->reset(); in resetall()
64 delete fInstances[i]; in freeall()
65 fInstances[i] = 0; in freeall()
H A Dguido.h220 static guidonotestatus * fInstances[kMaxInstances];
/dports/audio/faust/faust-2.37.3/embedded/faustgen/src/
H A Dfaustgen~.h101 set<faustgen*> fInstances; // Set of all DSP
187 void add_instance(faustgen* dsp) { fInstances.insert(dsp); } in add_instance()
190 fInstances.erase(dsp); in remove_instance()
193 if (fInstances.size() == 0) { in remove_instance()
H A Dfaustgen~.cpp257 for (auto& it : fInstances) { in free_dsp_factory()
332 for (auto& it : fInstances) { in create_factory_from_sourcecode()
335 if (fInstances.begin() != fInstances.end()) { in create_factory_from_sourcecode()
336 (*fInstances.begin())->hilight_error(error_msg); in create_factory_from_sourcecode()
838 for (auto& it : fInstances) { in update_sourcecode()
857 for (auto& it : fInstances) { in update_sourcecode()
929 for (auto& it : fInstances) { in read()
1042 for (auto& it : fInstances) { in compileoptions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/
H A DJDIAllInstancesValue.java43 private IJavaObject[] fInstances; field in JDIAllInstancesValue
73 if (fInstances != null) { in getInstances()
74 return fInstances; in getInstances()
97 fInstances = instances; in getInstances()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/
H A DDocumentProviderRegistry.java82 private Map<IConfigurationElement, IDocumentProvider> fInstances= new HashMap<>(); field in DocumentProviderRegistry
153 IDocumentProvider provider= fInstances.get(entry); in getDocumentProvider()
157 fInstances.put(entry, provider); in getDocumentProvider()
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DFXPluginRoutingParamValue.cpp725 connections[j].dest==RNodeDesc(RNodeDesc::fInstances,t,inputPortCount)) in getValue()
764 if( connections[j].src.family==RNodeDesc::fInstances && connections[j].src.entityIndex==t && in getValue()
1299 case RNodeDesc::fInstances: in findEntity()
1349 desc.family=RNodeDesc::fInstances; in whereNode()
1467 removeEntity(N_instances,RNodeDesc::fInstances,entity); in onRemoveInstance()
1638 RNodeDesc(RNodeDesc::fInstances,t,i), in guessAtRouting()
1651 RNodeDesc(RNodeDesc::fInstances,t,outputMapping[i][k].channel+inputPortCount), in guessAtRouting()
H A DFXPluginRoutingParamValue.h227 fInstances, enumerator
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DMapCore.cs50 private static int fInstances; field in GKMap.MapCore
374 int x = Interlocked.Increment(ref fInstances); in OnMapOpen()
914 int x = Interlocked.Decrement(ref fInstances); in Dispose()