HomeSort by relevance Sort by last modified time
    Searched defs:event_add (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_upnp_event.c 369 * event_add - Add a new event to a queue
375 int event_add(struct subscription *s, const struct wpabuf *data, int probereq) function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 5 by wrapping the event functions - event_add, event_delete and event_info.
352 def event_add(self, virtual, *sequences): member in class:MultiCallCreator.MultiCall
353 #print "event_add(%s,%s) was called"%(repr(virtual),repr(sequences))
362 widget.event_add(self, virtual, seq)
410 text.event_add("<<handler%d>>"%n[0], seq)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 5 by wrapping the event functions - event_add, event_delete and event_info.
352 def event_add(self, virtual, *sequences): member in class:MultiCallCreator.MultiCall
353 #print "event_add(%s,%s) was called"%(repr(virtual),repr(sequences))
362 widget.event_add(self, virtual, seq)
410 text.event_add("<<handler%d>>"%n[0], seq)
  /external/chromium_org/third_party/libevent/
event.c 593 res = event_add(&eonce->ev, tv);
688 event_add(struct event *ev, const struct timeval *tv) function
696 "event_add: event: %p, %s%s%scall %p",
756 "event_add: timeout in %ld seconds, call %p",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1419 def event_add(self, virtual, *sequences): member in class:Misc
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1419 def event_add(self, virtual, *sequences): member in class:Misc
    [all...]

Completed in 267 milliseconds