/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 | 60 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/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | toplevel.ml | 6 let rec main_loop stream = function 13 main_loop stream 34 main_loop stream
|
/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
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | toplevel.ml | 6 let rec main_loop stream = function 13 main_loop stream 34 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | toplevel.ml | 8 let rec main_loop stream = function 15 main_loop stream 39 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
|
/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/swiftshader/third_party/llvm-7.0/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/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/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/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
|
/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/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-7.0/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/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-7.0/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-7.0/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/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/autotest/client/site_tests/cellular_GobiDormancyDance/ |
D | cellular_GobiDormancyDance.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/libkmsxx/kmscube/ |
D | cube-x11.cpp | 13 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/ |
D | 14-1.c | 165 static void main_loop(void) in main_loop() function 220 main_loop(); in main()
|