Searched defs:event_add (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_event.c | 373 int event_add(struct subscription *s, const struct wpabuf *data, int probereq) in event_add() function
|
/external/python/cpython2/Lib/idlelib/ |
D | MultiCall.py | 351 def event_add(self, virtual, *sequences): member in MultiCallCreator.MultiCall
|
/external/python/cpython3/Lib/idlelib/ |
D | multicall.py | 363 def event_add(self, virtual, *sequences): member in MultiCallCreator.MultiCall
|
/external/libevent/ |
D | event.c | 2434 event_add(struct event *ev, const struct timeval *tv) in event_add() function
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1491 def event_add(self, virtual, *sequences): member in Misc
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1648 def event_add(self, virtual, *sequences): member in Misc
|