Searched defs:event_add (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ |
D | MultiCall.py | 351 def event_add(self, virtual, *sequences): member in MultiCallCreator.MultiCall
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/ |
D | multicall.py | 363 def event_add(self, virtual, *sequences): member in MultiCallCreator.MultiCall
|
/aosp_15_r20/external/cronet/third_party/libevent/ |
H A D | event.c | 696 event_add(struct event *ev, const struct timeval *tv) in event_add() function
|
/aosp_15_r20/external/libevent/ |
H A D | event.c | 2484 event_add(struct event *ev, const struct timeval *tv) in event_add() function
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1496 def event_add(self, virtual, *sequences): member in Misc
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1895 def event_add(self, virtual, *sequences): member in Misc
|