/external/dhcpcd/ |
eloop.c | 63 add_event(int fd, void (*callback)(void *), void *arg) function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys_setprofile.py | 34 self.add_event(event, frame) 36 def add_event(self, event, frame=None): member in class:HookWatcher 50 """Remove calls to add_event().""" 51 disallowed = [ident(self.add_event.im_func), ident(ident)] 68 self.add_event('call', frame) 72 self.add_event('return', frame) 173 finally: p.add_event("falling through")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys_setprofile.py | 34 self.add_event(event, frame) 36 def add_event(self, event, frame=None): member in class:HookWatcher 50 """Remove calls to add_event().""" 51 disallowed = [ident(self.add_event.im_func), ident(ident)] 68 self.add_event('call', frame) 72 self.add_event('return', frame) 173 finally: p.add_event("falling through")
|
/external/linux-tools-perf/util/ |
trace-event-parse.c | 365 static void add_event(struct event *event) function [all...] |