Home
last modified time | relevance | path

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

12

/external/chromium/chrome/browser/google/
Dgoogle_update.cc269 MessageLoop* main_loop) { in InitiateGoogleUpdateCheck() argument
282 main_loop->PostTask(FROM_HERE, NewRunnableMethod(this, in InitiateGoogleUpdateCheck()
292 main_loop); in InitiateGoogleUpdateCheck()
323 return ReportFailure(hr, GOOGLE_UPDATE_ONDEMAND_CLASS_NOT_FOUND, main_loop); in InitiateGoogleUpdateCheck()
335 main_loop); in InitiateGoogleUpdateCheck()
346 return ReportFailure(hr, GOOGLE_UPDATE_GET_RESULT_CALL_FAILED, main_loop); in InitiateGoogleUpdateCheck()
349 return ReportFailure(hr, GOOGLE_UPDATE_ERROR_UPDATING, main_loop); in InitiateGoogleUpdateCheck()
353 return ReportFailure(hr, GOOGLE_UPDATE_GET_VERSION_INFO_FAILED, main_loop); in InitiateGoogleUpdateCheck()
355 main_loop->PostTask(FROM_HERE, NewRunnableMethod(this, in InitiateGoogleUpdateCheck()
372 MessageLoop* main_loop) { in ReportFailure() argument
[all …]
Dgoogle_update.h117 MessageLoop* main_loop);
127 MessageLoop* main_loop);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml6 let rec main_loop stream = function
13 main_loop stream
34 main_loop stream
Dtoy.ml18 Toplevel.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
Dtoy.ml20 Toplevel.main_loop 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
Dtoy.ml51 Toplevel.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
Dtoy.ml47 Toplevel.main_loop the_fpm the_execution_engine 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
Dtoy.ml47 Toplevel.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
Dtoy.ml47 Toplevel.main_loop the_fpm the_execution_engine stream;
/external/chromium/chrome/browser/chromeos/
Dgoogle_update_chromeos.cc49 MessageLoop* main_loop) { in InitiateGoogleUpdateCheck() argument
99 main_loop->PostTask(FROM_HERE, NewRunnableMethod(this, in InitiateGoogleUpdateCheck()
/external/chromium/chrome/browser/sync/tools/
Dsync_listen_notifications.cc94 MessageLoop main_loop; in main() local
115 main_loop.Run(); in main()
/external/ping/
Dping_common.h200 extern void main_loop(int icmp_sock, __u8 *buf, int buflen) __attribute__((noreturn));
Dping_common.c507 void main_loop(int icmp_sock, __u8 *packet, int packlen) in main_loop() function
Dping.c541 main_loop(icmp_sock, packet, packlen); in main()
/external/llvm/docs/tutorial/
DOCamlLangImpl2.rst511 let rec main_loop stream =
518 main_loop stream
539 main_loop stream
840 let rec main_loop stream =
847 main_loop stream
868 main_loop stream
890 Toplevel.main_loop stream;
DOCamlLangImpl4.rst162 Toplevel.main_loop the_fpm the_execution_engine stream;
804 let rec main_loop the_fpm the_execution_engine stream =
811 main_loop the_fpm the_execution_engine stream
844 main_loop the_fpm the_execution_engine stream
895 Toplevel.main_loop the_fpm the_execution_engine stream;
DOCamlLangImpl3.rst400 Codegen into the "``Toplevel.main_loop``", and then dumps out the LLVM
897 let rec main_loop stream =
904 main_loop stream
928 main_loop stream
952 Toplevel.main_loop stream;
DOCamlLangImpl6.rst1323 let rec main_loop the_fpm the_execution_engine stream =
1330 main_loop the_fpm the_execution_engine stream
1363 main_loop the_fpm the_execution_engine stream
1414 Toplevel.main_loop the_fpm the_execution_engine stream;
DOCamlLangImpl5.rst1250 let rec main_loop the_fpm the_execution_engine stream =
1257 main_loop the_fpm the_execution_engine stream
1290 main_loop the_fpm the_execution_engine stream
1341 Toplevel.main_loop the_fpm the_execution_engine stream;
DOCamlLangImpl7.rst1602 let rec main_loop the_fpm the_execution_engine stream =
1609 main_loop the_fpm the_execution_engine stream
1642 main_loop the_fpm the_execution_engine stream
1697 Toplevel.main_loop the_fpm the_execution_engine stream;

12