Searched refs:EventList (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/base/threading/ |
D | thread_unittest.cc | 77 typedef std::vector<ThreadEvent> EventList; typedef 84 explicit CaptureToEventList(EventList* event_list) in CaptureToEventList() 96 EventList* event_list_; 107 explicit CapturingDestructionObserver(EventList* event_list) in CapturingDestructionObserver() 118 EventList* event_list_; 452 EventList captured_events; in TEST_F()
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.h | 85 CacheRecord *EventList; // New answers (adds/removes) to be sent to client member
|
D | dnsextd.c | 1859 cr->next = a->EventList; // add spliced record to event list in UpdateAnswerList() 1860 a->EventList = cr; in UpdateAnswerList() 1874 cr->next = a->EventList; in UpdateAnswerList() 1875 a->EventList = cr; in UpdateAnswerList() 1908 for (cr = e->AnswerList->EventList; cr; cr = cr->next) in SendEvents() 2024 if ((*e)->state == Established && (*e)->AnswerList->EventList) SendEvents(d, *e); in GenLLQEvents() 2036 if (a->EventList) in GenLLQEvents() 2038 CacheRecord *cr = a->EventList, *tmp; in GenLLQEvents() 2051 a->EventList = NULL; in GenLLQEvents() 2070 a->EventList = NULL; in SetAnswerList()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetFile.py | 196 events = midifile.EventList() 220 events = midifile.EventList() 238 events = midifile.EventList()
|
D | midifile.py | 797 events = EventList() 839 class EventList (list): class 880 selected = EventList() 973 self.events = EventList()
|
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 491 struct EventList; 500 void apply(VertexList* mesh, Comparator& c, EventList* events, SkArenaAlloc& alloc); 515 struct EventList : EventPQ { struct 516 EventList(EventComparator comparison) : EventPQ(comparison) { in EventList() argument 520 void create_event(SSEdge* e, EventList* events, SkArenaAlloc& alloc) { in create_event() 540 void create_event(SSEdge* edge, Vertex* v, SSEdge* other, Vertex* dest, EventList* events, in create_event() 1900 void Event::apply(VertexList* mesh, Comparator& c, EventList* events, SkArenaAlloc& alloc) { in apply() 1966 EventList events(comp); in collapse_overlap_regions()
|
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 486 struct EventList : public SkTDPQueue<Event*, &compare> {}; struct 488 void create_event(Edge* e, bool isOuterBoundary, EventList* events, SkArenaAlloc& alloc) { in create_event() 1811 EventList events; in collapse_overlap_regions()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 2293 llvm::Value *EventList = in EmitBuiltinExpr() local 2305 EventList, ClkEvent, Block}; in EmitBuiltinExpr()
|