Home
last modified time | relevance | path

Searched refs:EventList (Results 1 – 25 of 1491) sorted by relevance

12345678910>>...60

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/eventlist/
H A Deventlist.cpp70 NodeListView *EventList::st_nodeView = nullptr;
77 void EventList::selectNode(int internalId) in selectNode()
83 int EventList::currentNode() in currentNode()
91 bool EventList::hasEventListModel() in hasEventListModel()
123 QStandardItemModel *EventList::nodeModel() in nodeModel()
131 NodeListView *EventList::nodeListView() in nodeListView()
171 EventList::EventList() in EventList() function in QmlDesigner::EventList
178 Model *EventList::model() const in model()
183 EventListView *EventList::view() const in view()
188 QString EventList::read() const in read()
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/hosting/
H A Deventlist.cpp43 IMPLEMENT_FUNKNOWN_METHODS (EventList, IEventList, IEventList::iid) in IMPLEMENT_FUNKNOWN_METHODS() argument
46 EventList::EventList (int32 maxSize) : events (nullptr), maxSize (maxSize), fillCount (0) in IMPLEMENT_FUNKNOWN_METHODS()
53 EventList::~EventList () in ~EventList()
60 void EventList::setMaxSize (int32 _maxSize) in setMaxSize()
73 tresult PLUGIN_API EventList::getEvent (int32 index, Event& e) in getEvent()
84 tresult PLUGIN_API EventList::addEvent (Event& e) in addEvent()
96 Event* EventList::getEventByIndex (int32 index) in getEventByIndex()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/hosting/
H A Deventlist.cpp43 IMPLEMENT_FUNKNOWN_METHODS (EventList, IEventList, IEventList::iid)
46 EventList::EventList (int32 maxSize) : events (nullptr), maxSize (maxSize), fillCount (0)
53 EventList::~EventList ()
60 void EventList::setMaxSize (int32 _maxSize)
73 tresult PLUGIN_API EventList::getEvent (int32 index, Event& e)
84 tresult PLUGIN_API EventList::addEvent (Event& e) in BaseEditorWrapper()
96 Event* EventList::getEventByIndex (int32 index) in queryInterface()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/events/v1/
H A Dzz_generated.conversion.go40 …if err := s.AddGeneratedConversionFunc((*v1.EventList)(nil), (*core.EventList)(nil), func(a, b int…
41 return Convert_v1_EventList_To_core_EventList(a.(*v1.EventList), b.(*core.EventList), scope)
45 …if err := s.AddGeneratedConversionFunc((*core.EventList)(nil), (*v1.EventList)(nil), func(a, b int…
46 return Convert_core_EventList_To_v1_EventList(a.(*core.EventList), b.(*v1.EventList), scope)
111 func autoConvert_v1_EventList_To_core_EventList(in *v1.EventList, out *core.EventList, s conversion… argument
128 func Convert_v1_EventList_To_core_EventList(in *v1.EventList, out *core.EventList, s conversion.Sco… argument
132 func autoConvert_core_EventList_To_v1_EventList(in *core.EventList, out *v1.EventList, s conversion… argument
149 func Convert_core_EventList_To_v1_EventList(in *core.EventList, out *v1.EventList, s conversion.Sco… argument
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/events/v1beta1/
H A Dzz_generated.conversion.go40 …if err := s.AddGeneratedConversionFunc((*v1beta1.EventList)(nil), (*core.EventList)(nil), func(a, …
41 …return Convert_v1beta1_EventList_To_core_EventList(a.(*v1beta1.EventList), b.(*core.EventList), sc…
45 …if err := s.AddGeneratedConversionFunc((*core.EventList)(nil), (*v1beta1.EventList)(nil), func(a, …
46 …return Convert_core_EventList_To_v1beta1_EventList(a.(*core.EventList), b.(*v1beta1.EventList), sc…
111 func autoConvert_v1beta1_EventList_To_core_EventList(in *v1beta1.EventList, out *core.EventList, s … argument
128 func Convert_v1beta1_EventList_To_core_EventList(in *v1beta1.EventList, out *core.EventList, s conv… argument
132 func autoConvert_core_EventList_To_v1beta1_EventList(in *core.EventList, out *v1beta1.EventList, s … argument
149 func Convert_core_EventList_To_v1beta1_EventList(in *core.EventList, out *v1beta1.EventList, s conv… argument
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Deventlist.cpp65 iEvent EventList::add(Event event) in add()
157 void EventList::move(Event& event, unsigned tick) in move()
189 iEvent EventList::find(const Event& event) in find()
200 ciEvent EventList::find(const Event& event) const in find()
212 iEvent EventList::findSimilar(const Event& event) in findSimilar()
235 int EventList::findSimilarType(const Event& event, EventList& list, in findSimilarType()
260 iEvent EventList::findId(const Event& event) in findId()
303 iEvent EventList::findId(EventID_t id) in findId()
312 ciEvent EventList::findId(EventID_t id) const in findId()
321 iEvent EventList::findWithId(const Event& event) in findWithId()
[all …]
/dports/games/etracer/etr-0.8.1/src/
H A Dgame_ctrl.cpp82 EventList.back().cups.resize(num); in LoadEventList()
107 if (event >= EventList.size()) return errorString; in GetCup()
109 return EventList[event].cups[cup]->cup; in GetCup()
113 if (event >= EventList.size()) return errorString; in GetCupTrivialName()
115 return EventList[event].cups[cup]->name; in GetCupTrivialName()
121 EventList[event].cups[cup]->Unlocked = false; in MakeUnlockList()
130 EventList[event].cups[cup]->Unlocked = true; in MakeUnlockList()
131 if (cup+1 < EventList[event].cups.size()) in MakeUnlockList()
132 EventList[event].cups[cup+1]->Unlocked = true; in MakeUnlockList()
139 if (event >= EventList.size()) return false; in IsUnlocked()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/beatroot/
H A DBeatTracker.cpp25 const EventList &events, in beatTrack()
26 const EventList &beats) in beatTrack()
33 EventList::const_iterator itr = beats.end(); in beatTrack()
58 for (EventList::const_iterator itr = best->events.begin(); in beatTrack()
70 std::vector<double> beatTrack(const AgentParameters &params, const EventList &events) in beatTrack()
72 return beatTrack(params, events, EventList()); in beatTrack()
75 std::vector<double> beatTrack(const EventList &events) in beatTrack()
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/
H A DEvent.t26 my %EventList = $EventObject->EventList();
29 $EventList{Ticket}[0],
31 "EventList() Ticket"
35 $EventList{Article}[0],
37 "EventList() Article"
40 my %EventListTicket = $EventObject->EventList(
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/smf/
H A DSMF.h92 typedef std::vector<SMFEvent*> EventList; typedef
104 void sortEvents( EventList* pEventList );
109 virtual EventList* getEvents( Song* pSong, Instrument* pInstr ) = 0;
139 virtual EventList* getEvents( Song* pSong, Instrument* pInstr );
141 EventList m_eventList;
154 virtual EventList* getEvents( Song* pSong, Instrument* pInstr );
157 std::vector<EventList*> m_eventLists;
173 virtual EventList* getEvents( Song* pSong, Instrument* pInstr );
176 EventList m_eventList;
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/helper/
H A Devent-garbage-collector.h63 typedef std::multiset<EventId> EventList; typedef
66 const typename EventList::size_type CHUNK_INIT_SIZE = 8;
71 const typename EventList::size_type CHUNK_MAX_SIZE = 128;
73 EventList::size_type m_nextCleanupSize; //!< Batch size for cleanup
74 EventList m_events; //!< The tracked event list
/dports/audio/gnuspeechsa/gnuspeechsa-0.1.5/src/trm_control_model/
H A DEventList.cpp48 EventList::EventList(const char* configDirPath, Model& model) in EventList() function in GS::TRMControlModel::EventList
73 EventList::~EventList() in ~EventList()
78 EventList::setUp() in setUp()
209 EventList::printToneGroups() in printToneGroups()
268 EventList::newFoot() in newFoot()
290 EventList::setCurrentFootLast() in setCurrentFootLast()
314 EventList::newToneGroup() in newToneGroup()
329 EventList::newPosture() in newPosture()
645 EventList::generateEventList() in generateEventList()
709 EventList::setFullTimeScale() in setFullTimeScale()
[all …]
/dports/misc/usd/USD-21.11/pxr/base/trace/
H A Dcollector.cpp284 _events = new EventList();
297 EventList* events = _events.load(std::memory_order_acquire);
308 EventList* events = _events.load(std::memory_order_acquire);
319 EventList* events = _events.load(std::memory_order_acquire);
334 EventList* events = _events.load(std::memory_order_acquire);
347 EventList* events = _events.load(std::memory_order_acquire);
360 EventList* events = _events.load(std::memory_order_acquire);
376 EventList* events = _events.load(std::memory_order_acquire);
386 EventList* events = _events.load(std::memory_order_acquire);
423 std::unique_ptr<TraceCollection::EventList>
[all …]
/dports/security/vault/vault-1.8.2/vendor/k8s.io/api/events/v1beta1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/k8s.io/api/events/v1beta1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/api/events/v1beta1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/api/api-0.16.8/events/v1beta1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {
/dports/sysutils/consul/consul-1.10.3/vendor/k8s.io/api/events/v1beta1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/api/events/v1beta1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/api/events/v1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {
/dports/net/concourse-fly/concourse-6.7.1/vendor/k8s.io/api/events/v1beta1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/api/events/v1beta1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/api/events/v1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/api/events/v1beta1/
H A Dzz_generated.deepcopy.go70 func (in *EventList) DeepCopyInto(out *EventList) { argument
85 func (in *EventList) DeepCopy() *EventList {
89 out := new(EventList)
95 func (in *EventList) DeepCopyObject() runtime.Object {

12345678910>>...60