HomeSort by relevance Sort by last modified time
    Searched full:pyevent (Results 1 - 2 of 2) sorted by null

  /external/sonivox/jet_tools/JetCreator/
JetStatusEvent.py 30 class JetStatusEvent(wx.PyEvent):
33 wx.PyEvent.__init__(self)
  /external/linux-tools-perf/util/
python.c 687 PyObject *pyevent = pyrf_event__new(event); local
688 struct pyrf_event *pevent = (struct pyrf_event *)pyevent;
690 if (pyevent == NULL)
700 return pyevent;

Completed in 119 milliseconds