Home
last modified time | relevance | path

Searched refs:main_loop (Results 1 – 25 of 44) sorted by relevance

12

/external/autotest/client/cros/
Dmainloop.py27 self.main_loop.quit()
40 def __init__(self, main_loop, timeout_s=-1): argument
42 self.main_loop = main_loop
60 self.main_loop.quit()
66 self.main_loop.run()
77 def __init__(self, test, main_loop, **kwargs): argument
78 super(GenericTesterMainLoop, self).__init__(main_loop, **kwargs)
Dcros_disks.py58 def __init__(self, main_loop, bus, bus_name, object_path): argument
68 self.main_loop = main_loop
128 context = self.main_loop.get_context()
191 def __init__(self, main_loop, bus): argument
198 super(CrosDisksClient, self).__init__(main_loop, bus,
357 self.main_loop = gobject.MainLoop()
358 super(CrosDisksTester, self).__init__(test, self.main_loop)
359 self.cros_disks = CrosDisksClient(self.main_loop, bus)
/external/libbrillo/brillo/glib/
Dabstract_dbus_service.cc21 if (!main_loop()) { in Run()
25 ::g_main_loop_run(main_loop()); in Run()
31 ::g_main_loop_quit(main_loop()); in Shutdown()
Dabstract_dbus_service.h44 virtual GMainLoop* main_loop() = 0;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml6 let rec main_loop stream = function
13 main_loop stream
34 main_loop stream
Dtoy.ml18 Toplevel.main_loop stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml6 let rec main_loop stream = function
13 main_loop stream
34 main_loop stream
Dtoy.ml18 Toplevel.main_loop stream;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
Dtoplevel.ml8 let rec main_loop stream = function
15 main_loop stream
39 main_loop stream
Dtoy.ml20 Toplevel.main_loop stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoplevel.ml8 let rec main_loop stream = function
15 main_loop stream
39 main_loop stream
Dtoy.ml20 Toplevel.main_loop stream;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
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/Chapter5/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
Dtoy.ml47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
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/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
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/
Dtoplevel.ml9 let rec main_loop the_fpm the_execution_engine stream = function
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
/external/autotest/client/site_tests/network_3GDormancyDance/
Dnetwork_3GDormancyDance.py205 main_loop = gobject.MainLoop()
224 self.tester = DormancyTester(main_loop=main_loop,
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/
Dnetwork_ModemManagerSMSSignal.py133 self.main_loop = gobject.MainLoop()
145 mmt, self, self.main_loop)
150 mmt, self, self.main_loop)
/external/syslinux/gpxe/src/hci/tui/
Dsettings_ui.c101 static int main_loop ( struct settings *settings ) __nonnull;
337 static int main_loop ( struct settings *settings ) { in main_loop() function
422 rc = main_loop ( settings ); in settings_ui()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D4-3.c285 void main_loop() in main_loop() function
342 main_loop(); in main()

12