OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mainloop
(Results
51 - 75
of
190
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py
68
# If this is Idle's last window then quit the
mainloop
PathBrowser.py
92
mainloop
()
WidgetRedirector.py
119
root.
mainloop
()
122
root.
mainloop
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py
52
stext.
mainloop
()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common.c
218
* wakeup_main - Attempt to wake our
mainloop
up
235
* integrate_with_eloop - Register our
mainloop
integration with dbus
303
/* Tell dbus about our
mainloop
integration functions */
/external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new.py
7
from dbus.
mainloop
.glib import DBusGMainLoop
97
dbus.
mainloop
.glib.DBusGMainLoop(set_as_default=True)
143
gobject.
MainLoop
().run()
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
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
thread-mainloop.h
26
#include <pulse/
mainloop
-api.h>
37
* main loop implementation (see \ref
mainloop
). For the basic design, see
261
*
mainloop
object before calling this function. */
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeDecompressor.java
219
mainLoop
:
280
break
mainLoop
;
332
break
mainLoop
;
358
break
mainLoop
;
389
break
mainLoop
;
408
break
mainLoop
;
444
break
mainLoop
;
465
break
mainLoop
;
496
break
mainLoop
;
514
break
mainLoop
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpulse.so
libpulse.so.0
libpulse.so.0.12.2
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpulse.so
libpulse.so.0
libpulse.so.0.13.5
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PathBrowser.py
92
mainloop
()
WidgetRedirector.py
119
root.
mainloop
()
122
root.
mainloop
()
FileList.py
121
root.
mainloop
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrawmain.py
37
argvemulator.ArgvCollector().
mainloop
()
MiniAEFrame.py
56
def
mainloop
(self, mask = everyEvent, timeout = 60*60):
member in class:MiniApplication
187
self.
mainloop
()
/external/lldb/test/benchmarks/disassembly/
TestDisassembly.py
1
"""Disassemble lldb's Driver::
MainLoop
() functions comparing lldb against gdb."""
33
self.function = 'Driver::
MainLoop
()'
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
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/lldb/test/
bench.py
12
./bench.py -e /Volumes/data/lldb/svn/regression/build/Debug/lldb -x '-F Driver::
MainLoop
()' 2>&1 | grep -P '^lldb.*benchmark:'
/external/lldb/test/benchmarks/turnaround/
TestCompileRunToBreakpointTurnaround.py
16
self.function = 'Driver::
MainLoop
()'
/external/lldb/tools/driver/
Driver.h
51
MainLoop
();
Completed in 558 milliseconds
1
2
3
4
5
6
7
8