HomeSort by relevance Sort by last modified time
    Searched refs:main_loop (Results 1 - 25 of 40) sorted by null

1 2

  /external/libbrillo/brillo/glib/
abstract_dbus_service.cc 21 if (!main_loop()) {
25 ::g_main_loop_run(main_loop());
31 ::g_main_loop_quit(main_loop());
abstract_dbus_service.h 44 virtual GMainLoop* main_loop() = 0;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 6 let rec main_loop stream = var
13 main_loop stream
34 main_loop stream
toy.ml 18 Toplevel.main_loop stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 8 let rec main_loop stream = var
15 main_loop stream
39 main_loop stream
toy.ml 20 Toplevel.main_loop stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 6 let rec main_loop stream = var
13 main_loop stream
34 main_loop stream
toy.ml 18 Toplevel.main_loop stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 8 let rec main_loop stream = var
15 main_loop stream
39 main_loop stream
toy.ml 20 Toplevel.main_loop stream;
  /external/autotest/client/cros/
mainloop.py 27 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)
cros_disks.py 58 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...]
  /system/bt/service/example/heart_rate/
server_main.cc 91 base::MessageLoop main_loop; local
115 new BluetoothDeathRecipient(main_loop.task_runner()));
137 main_loop.QuitWhenIdle();
145 new heart_rate::HeartRateServer(bluetooth, main_loop.task_runner(),
156 main_loop.Run();
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 9 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
toy.ml 47 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 9 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
toy.ml 47 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 9 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
toy.ml 47 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 9 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
toy.ml 51 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 9 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/Chapter5/
toplevel.ml 9 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/
toplevel.ml 9 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/
toplevel.ml 9 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 1410 milliseconds

1 2