/external/autotest/client/cros/ |
D | mainloop.py | 27 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)
|
D | cros_disks.py | 58 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/ |
D | abstract_dbus_service.cc | 21 if (!main_loop()) { in Run() 25 ::g_main_loop_run(main_loop()); in Run() 31 ::g_main_loop_quit(main_loop()); in Shutdown()
|
D | abstract_dbus_service.h | 44 virtual GMainLoop* main_loop() = 0;
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ |
D | toplevel.ml | 6 let rec main_loop stream = function 13 main_loop stream 34 main_loop stream
|
D | toy.ml | 18 Toplevel.main_loop stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | toplevel.ml | 6 let rec main_loop stream = function 13 main_loop stream 34 main_loop stream
|
D | toy.ml | 18 Toplevel.main_loop stream;
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
D | toplevel.ml | 8 let rec main_loop stream = function 15 main_loop stream 39 main_loop stream
|
D | toy.ml | 20 Toplevel.main_loop stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | toplevel.ml | 8 let rec main_loop stream = function 15 main_loop stream 39 main_loop stream
|
D | toy.ml | 20 Toplevel.main_loop stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toplevel.ml | 9 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/ |
D | toplevel.ml | 9 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/ |
D | toplevel.ml | 9 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
|
D | toy.ml | 47 Toplevel.main_loop the_fpm the_execution_engine stream;
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 9 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/ |
D | toplevel.ml | 9 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/ |
D | toplevel.ml | 9 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/ |
D | toplevel.ml | 9 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/ |
D | toplevel.ml | 9 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/ |
D | network_3GDormancyDance.py | 205 main_loop = gobject.MainLoop() 224 self.tester = DormancyTester(main_loop=main_loop,
|
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/ |
D | network_ModemManagerSMSSignal.py | 133 self.main_loop = gobject.MainLoop() 145 mmt, self, self.main_loop) 150 mmt, self, self.main_loop)
|
/external/syslinux/gpxe/src/hci/tui/ |
D | settings_ui.c | 101 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/ |
D | 4-3.c | 285 void main_loop() in main_loop() function 342 main_loop(); in main()
|