Searched refs:main_loop (Results 1 - 25 of 38) sorted by relevance

12

/external/libbrillo/brillo/glib/
H A Dabstract_dbus_service.cc21 if (!main_loop()) {
25 ::g_main_loop_run(main_loop());
31 ::g_main_loop_quit(main_loop());
H A Dabstract_dbus_service.h44 virtual GMainLoop* main_loop() = 0;
/external/autotest/client/cros/
H A Dmainloop.py27 self.main_loop.quit()
40 def __init__(self, main_loop, timeout_s=-1):
42 self.main_loop = main_loop
60 self.main_loop.quit()
66 self.main_loop.run()
77 def __init__(self, test, main_loop, **kwargs):
78 super(GenericTesterMainLoop, self).__init__(main_loop, **kwargs)
H A Dcros_disks.py58 def __init__(self, main_loop, bus, bus_name, object_path):
62 main_loop: The GLib main loop.
68 self.main_loop = main_loop
128 context = self.main_loop.get_context()
191 def __init__(self, main_loop, bus):
195 main_loop: The GLib main loop.
198 super(CrosDisksClient, self).__init__(main_loop, bus,
357 self.main_loop = gobject.MainLoop()
358 super(CrosDisksTester, self).__init__(test, self.main_loop)
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml6 let rec main_loop stream = var
13 main_loop stream
34 main_loop stream
H A Dtoy.ml18 Toplevel.main_loop stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml8 let rec main_loop stream = var
15 main_loop stream
39 main_loop stream
H A Dtoy.ml20 Toplevel.main_loop stream;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml6 let rec main_loop stream = var
13 main_loop stream
34 main_loop stream
H A Dtoy.ml18 Toplevel.main_loop stream;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml8 let rec main_loop stream = var
15 main_loop stream
39 main_loop stream
H A Dtoy.ml20 Toplevel.main_loop stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
H A Dtoy.ml47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
H A Dtoy.ml47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
H A Dtoy.ml47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
H A Dtoy.ml51 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
H A Dtoy.ml47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream

Completed in 197 milliseconds

12