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

1 2 3 4 5 6 7 8 91011>>

  /external/dhcpcd-6.8.2/dbus/test/
monitor 5 import dbus.mainloop.glib
11 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
18 mainloop = gobject.MainLoop()
19 mainloop.run()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
pulseaudio.h 26 #include <pulse/mainloop-api.h>
42 #include <pulse/thread-mainloop.h>
43 #include <pulse/mainloop.h>
44 #include <pulse/mainloop-signal.h>
52 * included: \ref mainloop-api.h, \ref sample.h, \ref def.h, \ref
56 * thread-mainloop.h, \ref mainloop.h, \ref util.h, \ref proplist.h,
57 * \ref timeval.h, \ref rtclock.h and \ref mainloop-signal.h at
114 * \li libpulse-mainloop-glib - GLIB 2.x main loop bindings.
glib-mainloop.h 28 #include <pulse/mainloop-api.h>
32 /** \page glib-mainloop GLIB Main Loop Bindings
46 * See also \subpage glib-mainloop
mainloop-signal.h 26 #include <pulse/mainloop-api.h>
36 * defined in \ref mainloop-api.h doesn't have direct support for UNIX
thread-mainloop.h 26 #include <pulse/mainloop-api.h>
37 * main loop implementation (see \ref mainloop). For the basic design, see
264 * mainloop object before calling this function. */
  /external/python/cpython2/Demo/tkinter/guido/
hello.py 12 root.mainloop()
imageview.py 10 root.mainloop()
optionmenu.py 27 root.mainloop()
  /external/autotest/client/cros/
dark_resume_listener.py 9 import dbus.mainloop.glib
21 dbus.mainloop.glib.threads_init()
24 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
32 """Handles DBus events on the system bus using the mainloop."""
37 loop = gobject.MainLoop()
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
mock_lorgnette.py 8 import dbus.mainloop.glib
94 runs a mainloop that receives DBus API messages. """
114 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
121 self.mainloop = gobject.MainLoop()
122 self.mainloop.run()
127 self.mainloop.quit()
  /external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py 4 import dbus.mainloop.glib
118 runs a mainloop that receives DBus API messages. """
127 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
131 self.mainloop = gobject.MainLoop()
132 self.mainloop.run()
137 self.mainloop.quit()
  /external/ltp/testcases/kernel/ipc/semaphore/
sem01.c 87 void mainloop(int semid) function
145 mainloop(semid);
162 mainloop(semid);
  /bionic/libc/arch-arm/cortex-a9/bionic/
strlen.S 71 mainloop: label
85 b mainloop
154 beq mainloop
161 b mainloop
  /external/python/cpython2/Demo/tkinter/matt/
00-HELLO-WORLD.py 27 test.mainloop()
bind-w-mult-calls-p-type.py 36 root.mainloop()
entry-simple.py 24 root.mainloop()
killing-window-w-wm.py 42 test.mainloop()
  /external/python/cpython2/Demo/tkinter/ttk/
mac_searchentry.py 78 root.mainloop()
  /external/python/cpython2/Demo/turtle/
tdemo_I_dontlike_tiltdemo.py 58 mainloop()
tdemo_paint.py 54 mainloop()
tdemo_peace.py 61 mainloop()
tdemo_yinyang.py 49 mainloop()
  /external/python/cpython3/Lib/turtledemo/
paint.py 54 mainloop()
peace.py 61 mainloop()
yinyang.py 49 mainloop()

Completed in 1182 milliseconds

1 2 3 4 5 6 7 8 91011>>