HomeSort by relevance Sort by last modified time
    Searched refs:MainLoop (Results 1 - 25 of 37) sorted by null

1 2

  /external/replicaisland/src/com/replica/replicaisland/
MainLoop.java 23 public class MainLoop extends ObjectManager {
26 public MainLoop() {
Game.java 105 MainLoop gameRoot = new MainLoop();
  /external/sonivox/jet_tools/JetCreator/
JetHelp.py 33 app.MainLoop()
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dbus-listen-preq.py 7 from dbus.mainloop.glib import DBusGMainLoop
37 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
62 gobject.MainLoop().run()
wpas-dbus-new-wps.py 7 from dbus.mainloop.glib import DBusGMainLoop
37 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
76 gobject.MainLoop().run()
wpas-dbus-new-signals.py 7 from dbus.mainloop.glib import DBusGMainLoop
86 gobject.MainLoop().quit()
127 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
199 gobject.MainLoop().run()
wpas-dbus-new.py 7 from dbus.mainloop.glib import DBusGMainLoop
97 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
143 gobject.MainLoop().run()
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 12 from dbus.mainloop.glib import DBusGMainLoop
103 # Allows other threads to keep working while MainLoop runs
105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
p2p_find.py 13 from dbus.mainloop.glib import DBusGMainLoop
116 # Allows other threads to keep working while MainLoop runs
118 gobject.MainLoop().get_context().iteration(True)
120 gobject.MainLoop().run()
p2p_flush.py 13 from dbus.mainloop.glib import DBusGMainLoop
103 # Allows other threads to keep working while MainLoop runs
105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
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()
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
graphics_2d.cc 75 MainLoop(0);
237 void MainLoop(int32_t) {
253 callback_factory_.NewCallback(&Graphics2DInstance::MainLoop));
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 262 MainLoop(0);
465 void MainLoop(int32_t) {
469 callback_factory_.NewCallback(&Graphics3DInstance::MainLoop));
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
cube.cc 265 MainLoop(0);
472 void MainLoop(int32_t) {
476 callback_factory_.NewCallback(&CubeInstance::MainLoop));
  /external/lldb/tools/driver/
Driver.h 51 MainLoop ();
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 358 static void MainLoop() {
388 MainLoop();
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 138 mDNSlocal mStatus MainLoop(mDNS *m) // Loop until we quit.
222 err = MainLoop(&mDNSStorage);
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 513 static void MainLoop() {
559 MainLoop();
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 531 static void MainLoop() {
608 MainLoop();
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 776 static void MainLoop() {
853 MainLoop();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 887 static void MainLoop() {
971 MainLoop();

Completed in 359 milliseconds

1 2