HomeSort by relevance Sort by last modified time
    Searched refs:mainloop (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py 11 from dbus.mainloop.glib import DBusGMainLoop
148 # Allows other threads to keep working while MainLoop runs
150 gobject.MainLoop().get_context().iteration(True)
152 gobject.MainLoop().run()
p2p_invite.py 11 from dbus.mainloop.glib import DBusGMainLoop
134 # Allows other threads to keep working while MainLoop runs
136 gobject.MainLoop().get_context().iteration(True)
138 gobject.MainLoop().run()
p2p_listen.py 13 from dbus.mainloop.glib import DBusGMainLoop
106 # Allows other threads to keep working while MainLoop runs
108 gobject.MainLoop().get_context().iteration(True)
110 gobject.MainLoop().run()
p2p_stop_find.py 11 from dbus.mainloop.glib import DBusGMainLoop
108 # Allows other threads to keep working while MainLoop runs
110 gobject.MainLoop().get_context().iteration(True)
113 gobject.MainLoop().run()
p2p_connect.py 12 from dbus.mainloop.glib import DBusGMainLoop
218 gobject.MainLoop().run()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 121 root.mainloop()
PathBrowser.py 92 mainloop()
configSectionNameDialog.py 97 root.mainloop()
textView.py 99 root.mainloop()
CallTipWindow.py 162 root.mainloop()
ObjectBrowser.py 148 root.mainloop()
ScrolledList.py 136 root.mainloop()
StackViewer.py 134 root.mainloop()
aboutDialog.py 145 root.mainloop()
configHelpSourceEdit.py 169 root.mainloop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 121 root.mainloop()
PathBrowser.py 92 mainloop()
configSectionNameDialog.py 97 root.mainloop()
textView.py 99 root.mainloop()
CallTipWindow.py 162 root.mainloop()
ObjectBrowser.py 148 root.mainloop()
ScrolledList.py 136 root.mainloop()
StackViewer.py 134 root.mainloop()
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.cc 66 pa_threaded_mainloop* mainloop,
74 if (!mainloop || !context)
81 _paMainloop = mainloop;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 216 Tkinter.mainloop()

Completed in 724 milliseconds

1 23 4 5