Searched refs:EventList (Results 1 - 6 of 6) sorted by relevance

/external/qemu/android/
H A Dhw-events.c60 typedef const EventInfo* EventList; typedef
75 static EventList
88 eventList_getCount( EventList list )
102 eventList_findCodeByName( EventList list,
120 eventList_bufprintCode( EventList list,
141 EventList list;
212 EventList list = eventList_findByType(type);
220 EventList list = eventList_findByType(type);
/external/chromium_org/base/threading/
H A Dthread_unittest.cc61 typedef std::vector<ThreadEvent> EventList; typedef in namespace:__anon2564
68 explicit CaptureToEventList(EventList* event_list)
86 EventList* event_list_;
95 explicit CapturingDestructionObserver(EventList* event_list)
106 EventList* event_list_;
215 EventList captured_events;
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.h85 CacheRecord *EventList; // New answers (adds/removes) to be sent to client member in struct:AnswerListElem
H A Ddnsextd.c1821 // Routine forks a thread to set EventList to contain Add/Remove events, and deletes any removes from the KnownAnswer list
1859 cr->next = a->EventList; // add spliced record to event list
1860 a->EventList = cr;
1874 cr->next = a->EventList;
1875 a->EventList = cr;
1908 for (cr = e->AnswerList->EventList; cr; cr = cr->next)
2024 if ((*e)->state == Established && (*e)->AnswerList->EventList) SendEvents(d, *e);
2036 if (a->EventList)
2038 CacheRecord *cr = a->EventList, *tmp;
2051 a->EventList
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py196 events = midifile.EventList()
220 events = midifile.EventList()
238 events = midifile.EventList()
H A Dmidifile.py797 events = EventList()
837 # EventList
839 class EventList (list): class in inherits:list
880 selected = EventList()
973 self.events = EventList()

Completed in 150 milliseconds