Lines Matching refs:events
11 self.events = []
12 self.append = self.events.append
16 # Normalize the list of events so that buffer artefacts don't
20 for event in self.events:
27 self.events = L
93 events = parser.get_events()
94 if events != expected_events:
95 self.fail("received events did not match expected events" +
98 "\nReceived:\n" + pprint.pformat(events))
100 def _run_check_extra(self, source, events):
101 self._run_check(source, events,
299 # The normal event collector normalizes the events in get_events,
300 # so we override it to return the original list of events.
303 return self.events
590 # #23144: make sure that all the events are triggered when