HomeSort by relevance Sort by last modified time
    Searched refs:add_event (Results 1 - 14 of 14) sorted by null

  /external/dhcpcd/
eloop.h 42 void add_event(int fd, void (*)(void *), void *);
control.c 116 add_event(l->fd, handle_control_data, l);
148 add_event(fd, handle_control, NULL);
arp.c 211 add_event(iface->arp_fd, handle_arp_packet, iface);
269 add_event(iface->arp_fd, handle_arp_packet, iface);
eloop.c 63 add_event(int fd, void (*callback)(void *), void *arg) function
dhcpcd.c     [all...]
  /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/lldb/test/
progress.py 117 def add_event(self,event): member in class:ProgressWithEvents
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.c 291 static int add_event(struct list_head *list, int *idx, function
373 return add_event(list, idx, &attr, name);
540 return add_event(list, idx, &attr, NULL);
612 return add_event(list, idx, &attr, NULL);
  /external/lldb/test/unittest2/
runner.py 70 self.progressbar.add_event(result_short)
  /external/chromium_org/net/tools/epoll_server/
epoll_server.cc 609 void EpollServer::ModifyFD(int fd, int remove_event, int add_event) {
621 event_mask |= add_event;
epoll_server.h 614 // in 'remove_event', whatever is put in 'add_event' will be
622 // add_event - the events which are to be added to the current event_mask
625 virtual void ModifyFD(int fd, int remove_event, int add_event);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
parse-filter.c 245 static void add_event(struct event_list **events, function
310 add_event(events, event);
    [all...]
event-parse.c 653 static int add_event(struct pevent *pevent, struct event_format *event) function
    [all...]

Completed in 312 milliseconds