Searched refs:MainLoop (Results 1 - 25 of 76) sorted by relevance

1234

/external/replicaisland/src/com/replica/replicaisland/
H A DMainLoop.java23 public class MainLoop extends ObjectManager { class in inherits:ObjectManager
26 public MainLoop() { method in class:MainLoop
/external/sonivox/jet_tools/JetCreator/
H A DJetHelp.py33 app.MainLoop()
/external/dhcpcd-6.8.2/dbus/test/
H A Dmonitor18 mainloop = gobject.MainLoop()
/external/autotest/client/cros/
H A Ddark_resume_listener.py37 loop = gobject.MainLoop()
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py103 # Allows other threads to keep working while MainLoop runs
105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
H A Dp2p_find.py116 # Allows other threads to keep working while MainLoop runs
118 gobject.MainLoop().get_context().iteration(True)
120 gobject.MainLoop().run()
H A Dp2p_flush.py103 # Allows other threads to keep working while MainLoop runs
105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
H A Dp2p_listen.py106 # Allows other threads to keep working while MainLoop runs
108 gobject.MainLoop().get_context().iteration(True)
110 gobject.MainLoop().run()
H A Dp2p_stop_find.py108 # Allows other threads to keep working while MainLoop runs
110 gobject.MainLoop().get_context().iteration(True)
113 gobject.MainLoop().run()
H A Dp2p_group_add.py148 # Allows other threads to keep working while MainLoop runs
150 gobject.MainLoop().get_context().iteration(True)
152 gobject.MainLoop().run()
H A Dp2p_invite.py134 # Allows other threads to keep working while MainLoop runs
136 gobject.MainLoop().get_context().iteration(True)
138 gobject.MainLoop().run()
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/
H A Ddesktopui_ExitOnSupervisedUserCrash.py27 listener = session_manager.SessionSignalListener(gobject.MainLoop())
/external/autotest/client/site_tests/login_CryptohomeOwnerQuery/
H A Dlogin_CryptohomeOwnerQuery.py29 gobject.MainLoop())
/external/autotest/client/site_tests/login_GuestAndActualSession/
H A Dlogin_GuestAndActualSession.py34 gobject.MainLoop())
/external/autotest/client/site_tests/login_LoginSuccess/
H A Dlogin_LoginSuccess.py31 gobject.MainLoop())
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Ddbus-listen-preq.py62 gobject.MainLoop().run()
H A Dwpas-dbus-new-wps.py76 gobject.MainLoop().run()
/external/autotest/client/site_tests/login_MultipleSessions/
H A Dlogin_MultipleSessions.py33 gobject.MainLoop())
/external/autotest/client/site_tests/login_OwnershipNotRetaken/
H A Dlogin_OwnershipNotRetaken.py40 listener = session_manager.OwnershipSignalListener(gobject.MainLoop())
/external/autotest/client/site_tests/login_OwnershipTaken/
H A Dlogin_OwnershipTaken.py57 listener = session_manager.OwnershipSignalListener(gobject.MainLoop())
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
H A Dplatform_SessionManagerBlockDevmodeSetting.py55 listener = session_manager.OwnershipSignalListener(gobject.MainLoop())
/external/autotest/client/cros/tendo/n_faced_peerd/
H A Dn_faced_peerd_main.py94 loop = gobject.MainLoop()
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
H A Dmock_lorgnette.py121 self.mainloop = gobject.MainLoop()
/external/autotest/client/site_tests/login_OwnershipRetaken/
H A Dlogin_OwnershipRetaken.py62 listener = session_manager.OwnershipSignalListener(gobject.MainLoop())
/external/autotest/client/site_tests/network_ShillInitScripts/
H A Dmock_flimflam.py131 self.mainloop = gobject.MainLoop()

Completed in 1971 milliseconds

1234