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

12

/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
H A DGame.java105 MainLoop gameRoot = new MainLoop();
/external/sonivox/jet_tools/JetCreator/
H A DJetHelp.py33 app.MainLoop()
/external/chromium_org/media/tools/shader_bench/
H A Dwindow.h34 void MainLoop();
H A Dwindow_linux.cc62 MainLoop();
83 void Window::MainLoop() { function in class:media::Window
H A Dwindow_win.cc99 MainLoop();
119 void Window::MainLoop() { function in class:media::Window
/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()
H A Dp2p_connect.py218 gobject.MainLoop().run()
/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()
H A Dwpas-dbus-new-signals.py86 gobject.MainLoop().quit()
199 gobject.MainLoop().run()
H A Dwpas-dbus-new.py143 gobject.MainLoop().run()
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc120 void MainLoop(void* foo, int bar) { function
127 PP_CompletionCallback cc = PP_MakeCompletionCallback(MainLoop, 0);
130 PP_CompletionCallback cc = PP_MakeCompletionCallback(MainLoop, 0);
530 MainLoop(NULL, 0);
/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp357 static void MainLoop() { function
387 MainLoop();
/external/mdnsresponder/mDNSPosix/
H A DPosixDaemon.c138 mDNSlocal mStatus MainLoop(mDNS *m) // Loop until we quit. function
222 err = MainLoop(&mDNSStorage);
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp511 static void MainLoop() { function
557 MainLoop();
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp529 static void MainLoop() { function
605 MainLoop();
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp774 static void MainLoop() { function
850 MainLoop();
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp885 static void MainLoop() { function
968 MainLoop();

Completed in 455 milliseconds

12