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

1 2

  /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/bluetooth/glib/tests/
child-test.c 47 GMainLoop *main_loop; variable
104 g_main_loop_quit (main_loop);
112 GMainLoop *main_loop = data; local
114 g_main_loop_quit (main_loop);
173 main_loop = g_main_loop_new (NULL, FALSE);
182 g_timeout_add (30000, quit_loop, main_loop);
196 g_main_loop_run (main_loop);
asyncqueue-test.c 32 static GMainLoop *main_loop = NULL; variable
97 g_main_loop_quit (main_loop);
189 main_loop = g_main_loop_new (NULL, FALSE);
190 g_main_loop_run (main_loop);
mainloop-test.c 33 GMainLoop *main_loop; variable
187 g_main_loop_quit (main_loop);
414 main_loop = g_main_loop_new (NULL, FALSE);
433 g_main_loop_run (main_loop);
434 g_main_loop_unref (main_loop);
gio-test.c 50 static GMainLoop *main_loop; variable
109 g_main_loop_quit (main_loop);
381 main_loop = g_main_loop_new (NULL, FALSE);
383 g_main_loop_run (main_loop);
threadpool-test.c 35 static GMainLoop *main_loop = NULL; variable
418 g_main_loop_quit (main_loop);
471 main_loop = g_main_loop_new (NULL, FALSE);
472 g_main_loop_run (main_loop);
  /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/chromium/chrome/browser/google/
google_update.cc 269 MessageLoop* main_loop) {
282 main_loop->PostTask(FROM_HERE, NewRunnableMethod(this,
292 main_loop);
323 return ReportFailure(hr, GOOGLE_UPDATE_ONDEMAND_CLASS_NOT_FOUND, main_loop);
335 main_loop);
346 return ReportFailure(hr, GOOGLE_UPDATE_GET_RESULT_CALL_FAILED, main_loop);
349 return ReportFailure(hr, GOOGLE_UPDATE_ERROR_UPDATING, main_loop);
353 return ReportFailure(hr, GOOGLE_UPDATE_GET_VERSION_INFO_FAILED, main_loop);
355 main_loop->PostTask(FROM_HERE, NewRunnableMethod(this,
372 MessageLoop* main_loop) {
    [all...]
google_update.h 117 MessageLoop* main_loop);
122 // therefore CheckForUpdate will delegate to this function. |main_loop| points
127 MessageLoop* main_loop);
  /external/chromium/chrome/browser/chromeos/
google_update_chromeos.cc 49 MessageLoop* main_loop) {
99 main_loop->PostTask(FROM_HERE, NewRunnableMethod(this,
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 94 MessageLoop main_loop; local
115 main_loop.Run();
  /external/bluetooth/bluez/test/
btiotest.c 470 static GMainLoop *main_loop; variable
498 g_main_loop_quit(main_loop);
546 main_loop = g_main_loop_new(NULL, FALSE);
548 g_main_loop_run(main_loop);
550 g_main_loop_unref(main_loop);
ipctest.c 123 static GMainLoop *main_loop; variable
815 g_main_loop_quit(main_loop);
952 g_main_loop_quit(main_loop);
970 g_main_loop_quit(main_loop);
1073 g_main_loop_quit(main_loop);
1083 assert(main_loop = g_main_loop_new(NULL, FALSE));
1104 g_main_loop_run(main_loop);
1115 g_main_loop_run(main_loop);
1122 g_main_loop_unref(main_loop);
apitest 203 self.main_loop.quit()
440 self.main_loop = gobject.MainLoop()
441 self.main_loop.run()
  /external/ping/
ping_common.h 194 extern void main_loop(int icmp_sock, __u8 *buf, int buflen) __attribute__((noreturn));

Completed in 281 milliseconds

1 2