/external/replicaisland/src/com/replica/replicaisland/ |
D | MainLoop.java | 23 public class MainLoop extends ObjectManager { class 26 public MainLoop() { in MainLoop() method in MainLoop
|
/external/replicaisland/ |
D | README.TXT | 22 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/ |
D | p2p_flush.py | 105 gobject.MainLoop().get_context().iteration(True) 108 gobject.MainLoop().run()
|
D | p2p_disconnect.py | 105 gobject.MainLoop().get_context().iteration(True) 108 gobject.MainLoop().run()
|
D | p2p_listen.py | 108 gobject.MainLoop().get_context().iteration(True) 110 gobject.MainLoop().run()
|
D | p2p_stop_find.py | 110 gobject.MainLoop().get_context().iteration(True) 113 gobject.MainLoop().run()
|
D | p2p_find.py | 118 gobject.MainLoop().get_context().iteration(True) 120 gobject.MainLoop().run()
|
D | p2p_invite.py | 136 gobject.MainLoop().get_context().iteration(True) 138 gobject.MainLoop().run()
|
D | p2p_group_add.py | 150 gobject.MainLoop().get_context().iteration(True) 152 gobject.MainLoop().run()
|
/external/brotli/csharp/org/brotli/dec/ |
D | RunningState.cs | 17 internal const int MainLoop = 3; field in Org.Brotli.Dec.RunningState
|
D | Decode.cs | 695 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/ |
D | JetHelp.py | 33 app.MainLoop()
|
/external/mesa3d/bin/ |
D | pick-ui.py | 31 loop = urwid.MainLoop(u.render(), PALETTE, event_loop=evl)
|
/external/mdnsresponder/mDNSPosix/ |
D | PosixDaemon.c | 138 mDNSlocal mStatus MainLoop(mDNS *m) // Loop until we quit. in MainLoop() function 222 err = MainLoop(&mDNSStorage); in main()
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wpas-dbus-new-signals.py | 86 gobject.MainLoop().quit() 199 gobject.MainLoop().run()
|
D | dbus-listen-preq.py | 66 gobject.MainLoop().run()
|
D | wpas-dbus-new-wps.py | 76 gobject.MainLoop().run()
|
/external/autotest/client/site_tests/login_LoginSuccess/ |
D | login_LoginSuccess.py | 31 gobject.MainLoop())
|
/external/autotest/client/site_tests/login_CryptohomeOwnerQuery/ |
D | login_CryptohomeOwnerQuery.py | 29 gobject.MainLoop())
|
/external/tensorflow/tensorflow/core/kernels/ |
D | record_yielder.cc | 32 thread_->Schedule([this]() { MainLoop(); }); in RecordYielder() 97 void RecordYielder::MainLoop() { in MainLoop() function in tensorflow::RecordYielder
|
D | record_yielder.h | 151 void MainLoop();
|
/external/grpc-grpc/test/cpp/interop/ |
D | stress_interop_client.h | 101 void MainLoop(const std::shared_ptr<QpsGauge>& qps_gauge);
|
/external/autotest/client/cros/ |
D | dark_resume_listener.py | 42 loop = gobject.MainLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 405 static void MainLoop() { in MainLoop() function 444 MainLoop(); in main()
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 410 static void MainLoop() { in MainLoop() function 449 MainLoop(); in main()
|