Home
last modified time | relevance | path

Searched refs:MainLoop (Results 1 – 25 of 108) sorted by relevance

12345

/external/replicaisland/src/com/replica/replicaisland/
DMainLoop.java23 public class MainLoop extends ObjectManager { class
26 public MainLoop() { in MainLoop() method in MainLoop
/external/replicaisland/
DREADME.TXT22 GameThread.java is the actual game loop. It's main utility is to manage the main loop (MainLoop.ja…
24 MainLoop.java is the head of the game graph that describes the Replica Island runtime. Anything ma…
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_flush.py105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
Dp2p_stop_find.py110 gobject.MainLoop().get_context().iteration(True)
113 gobject.MainLoop().run()
Dp2p_listen.py108 gobject.MainLoop().get_context().iteration(True)
110 gobject.MainLoop().run()
Dp2p_disconnect.py105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
Dp2p_find.py118 gobject.MainLoop().get_context().iteration(True)
120 gobject.MainLoop().run()
Dp2p_invite.py136 gobject.MainLoop().get_context().iteration(True)
138 gobject.MainLoop().run()
Dp2p_group_add.py150 gobject.MainLoop().get_context().iteration(True)
152 gobject.MainLoop().run()
/external/mdnsresponder/mDNSPosix/
DPosixDaemon.c138 mDNSlocal mStatus MainLoop(mDNS *m) // Loop until we quit. in MainLoop() function
222 err = MainLoop(&mDNSStorage); in main()
/external/brotli/csharp/org/brotli/dec/
DRunningState.cs17 internal const int MainLoop = 3; field in Org.Brotli.Dec.RunningState
DDecode.cs695 state.runningState = Org.Brotli.Dec.RunningState.MainLoop; in Decompress()
696 goto case Org.Brotli.Dec.RunningState.MainLoop; in Decompress()
699 case Org.Brotli.Dec.RunningState.MainLoop: in Decompress()
792 state.runningState = Org.Brotli.Dec.RunningState.MainLoop; in Decompress()
887 state.runningState = Org.Brotli.Dec.RunningState.MainLoop; in Decompress()
929 state.runningState = Org.Brotli.Dec.RunningState.MainLoop; in Decompress()
936 state.runningState = Org.Brotli.Dec.RunningState.MainLoop; in Decompress()
/external/sonivox/jet_tools/JetCreator/
DJetHelp.py33 app.MainLoop()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwpas-dbus-new-signals.py86 gobject.MainLoop().quit()
199 gobject.MainLoop().run()
Ddbus-listen-preq.py66 gobject.MainLoop().run()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
Dtoy.cpp365 static void MainLoop() { in MainLoop() function
395 MainLoop(); in main()
/external/tensorflow/tensorflow/core/kernels/
Drecord_yielder.cc32 thread_->Schedule([this]() { MainLoop(); }); in RecordYielder()
97 void RecordYielder::MainLoop() { in MainLoop() function in tensorflow::RecordYielder
/external/autotest/client/site_tests/login_CryptohomeOwnerQuery/
Dlogin_CryptohomeOwnerQuery.py29 gobject.MainLoop())
/external/autotest/client/site_tests/login_LoginSuccess/
Dlogin_LoginSuccess.py31 gobject.MainLoop())
/external/autotest/client/cros/
Ddark_resume_listener.py39 loop = gobject.MainLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp405 static void MainLoop() { in MainLoop() function
444 MainLoop(); in main()
/external/autotest/client/site_tests/login_GuestAndActualSession/
Dlogin_GuestAndActualSession.py31 gobject.MainLoop())
/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.h101 void MainLoop(const std::shared_ptr<QpsGauge>& qps_gauge);
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash_P/
Ddesktopui_ExitOnSupervisedUserCrash_P.py27 listener = session_manager.SessionSignalListener(gobject.MainLoop())
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/
Ddesktopui_ExitOnSupervisedUserCrash.py27 listener = session_manager.SessionSignalListener(gobject.MainLoop())

12345