Home
last modified time | relevance | path

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

123

/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.py60 def __init__(self, main_loop, bus, bus_name, object_path, timeout=None): argument
71 self.main_loop = main_loop
132 context = self.main_loop.get_context()
199 def __init__(self, main_loop, bus, timeout_seconds=None): argument
208 super(CrosDisksClient, self).__init__(main_loop, bus,
399 self.main_loop = gobject.MainLoop()
400 super(CrosDisksTester, self).__init__(test, self.main_loop)
401 self.cros_disks = CrosDisksClient(self.main_loop, self.bus)
430 self.cros_disks = CrosDisksClient(self.main_loop, self.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()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml6 let rec main_loop stream = function
13 main_loop stream
34 main_loop stream
/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
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml6 let rec main_loop stream = function
13 main_loop stream
34 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
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoplevel.ml8 let rec main_loop stream = function
15 main_loop stream
39 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
/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/swiftshader/third_party/llvm-7.0/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/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/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/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
/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/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-7.0/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/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-7.0/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-7.0/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/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/autotest/client/site_tests/cellular_GobiDormancyDance/
Dcellular_GobiDormancyDance.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/libkmsxx/kmscube/
Dcube-x11.cpp13 static void main_loop(Display* dpy, xcb_connection_t *c, xcb_window_t window, uint32_t width, uint3… in main_loop() function
148 main_loop(dpy, c, window, width, height); in main_x11()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D14-1.c165 static void main_loop(void) in main_loop() function
220 main_loop(); in main()

123