HomeSort by relevance Sort by last modified time
    Searched full:mainloop (Results 26 - 50 of 190) sorted by null

12 3 4 5 6 7 8

  /external/replicaisland/
README.TXT 22 GameThread.java is the actual game loop. It's main utility is to manage the main loop (MainLoop.java), which implements the rest of the game logic.
24 MainLoop.java is the head of the game graph that describes the Replica Island runtime. Anything managed by MainLoop will be polled once per frame, and children of MainLoop may themselves have children which will be polled. GameObjects are a specific type of game graph node that only contain GameComponents as children. GameComponents implement individual features (collision detection, animation, rendering, etc) of individual game entities. GameObjects are generally parented to GameObjectManager, which activates and deactivates its children based on their proximity to the camera. GameObjectManager is a child of MainLoop.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
browser.h 25 #include <pulse/mainloop-api.h>
56 pa_browser *pa_browser_new(pa_mainloop_api *mainloop);
59 pa_browser *pa_browser_new_full(pa_mainloop_api *mainloop, pa_browse_flags_t flags, const char **error_string);
mainloop-signal.h 26 #include <pulse/mainloop-api.h>
36 * defined in \ref mainloop-api.h doesn't have direct support for UNIX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
mainloop-signal.h 26 #include <pulse/mainloop-api.h>
36 * defined in \ref mainloop-api.h doesn't have direct support for UNIX
mainloop.h 26 #include <pulse/mainloop-api.h>
33 /** \page mainloop Main Loop
73 * defined in \ref mainloop-api.h. This implementation is thread safe
76 * See also \subpage mainloop
context.h 28 #include <pulse/mainloop-api.h>
63 * \li \subpage mainloop - A minimal but fast implementation based on poll().
68 * \li \subpage glib-mainloop - A wrapper around GLib's main loop.
71 * \ref mainloop-signal.h. These rely only on the main loop abstraction
171 /** Instantiate a new connection context with an abstract mainloop API
174 pa_context *pa_context_new(pa_mainloop_api *mainloop, const char *name);
176 /** Instantiate a new connection context with an abstract mainloop API
179 pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, pa_proplist *proplist);
261 * for mainloop->time_new). \since 0.9.16 */
265 * mainloop->time_restart). \since 0.9.16 *
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
argvemulator.py 34 def mainloop(self, mask = highLevelEventMask, timeout = 1*60): member in class:ArgvCollector
91 ArgvCollector().mainloop()
  /bionic/libc/arch-arm/cortex-a15/bionic/
strlen.S 68 beq mainloop
90 beq mainloop
99 mainloop: label
113 b mainloop
  /bionic/libc/arch-arm/cortex-a9/bionic/
strlen.S 71 mainloop: label
85 b mainloop
154 beq mainloop
161 b mainloop
  /external/sonivox/jet_tools/JetCreator/
JetHelp.py 33 app.MainLoop()
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
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_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()
  /external/wpa_supplicant_8/wpa_supplicant/examples/
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()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 49 t.mainloop()
SimpleDialog.py 69 self.root.mainloop()
110 t.mainloop()
ScrolledText.py 52 stext.mainloop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 49 t.mainloop()
SimpleDialog.py 69 self.root.mainloop()
110 t.mainloop()
  /external/lldb/test/
bench-history 34 [15:50:34] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
44 [17:27:09] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
55 [11:30:10] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
63 [11:37:23] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
74 [11:11:54] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
82 [11:16:16] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
93 [16:51:27] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
101 [17:31:27] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
112 [13:20:01] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:'
120 [13:24:24] johnny:/Volumes/data/lldb/svn/trunk/test $ ./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::MainLoop()' 2>&1 | grep -P '^lldb.*benchmark:
    [all...]
  /external/lldb/test/benchmarks/disassembly/
TestXcode41Vs42GDBDisassembly.py 1 """Disassemble lldb's Driver::MainLoop() functions comparing Xcode 4.1 vs. 4.2's gdb."""
18 self.function = 'Driver::MainLoop()'
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeCompressor.java 392 mainLoop:
421 { --ucPos; break mainLoop; }
450 { --ucPos; break mainLoop; }
461 { --ucPos; break mainLoop; }
500 { --ucPos; break mainLoop; }
517 { --ucPos; break mainLoop; }
537 { --ucPos; break mainLoop; }
570 { --ucPos; break mainLoop; }
597 { --ucPos; break mainLoop; }
638 { --ucPos; break mainLoop; }
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
sedbus.py 4 import dbus.mainloop.glib namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 68 # If this is Idle's last window then quit the mainloop

Completed in 527 milliseconds

12 3 4 5 6 7 8