/external/chromium/chrome/browser/google/ |
D | google_update.cc | 269 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 …]
|
D | google_update.h | 117 MessageLoop* main_loop); 127 MessageLoop* main_loop);
|
/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/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/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
|
D | toy.ml | 51 Toplevel.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
|
D | toy.ml | 47 Toplevel.main_loop the_fpm the_execution_engine 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
|
D | toy.ml | 47 Toplevel.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
|
D | toy.ml | 47 Toplevel.main_loop the_fpm the_execution_engine stream;
|
/external/chromium/chrome/browser/chromeos/ |
D | google_update_chromeos.cc | 49 MessageLoop* main_loop) { in InitiateGoogleUpdateCheck() argument 99 main_loop->PostTask(FROM_HERE, NewRunnableMethod(this, in InitiateGoogleUpdateCheck()
|
/external/chromium/chrome/browser/sync/tools/ |
D | sync_listen_notifications.cc | 94 MessageLoop main_loop; in main() local 115 main_loop.Run(); in main()
|
/external/ping/ |
D | ping_common.h | 200 extern void main_loop(int icmp_sock, __u8 *buf, int buflen) __attribute__((noreturn));
|
D | ping_common.c | 507 void main_loop(int icmp_sock, __u8 *packet, int packlen) in main_loop() function
|
D | ping.c | 541 main_loop(icmp_sock, packet, packlen); in main()
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl2.rst | 511 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;
|
D | OCamlLangImpl4.rst | 162 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;
|
D | OCamlLangImpl3.rst | 400 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;
|
D | OCamlLangImpl6.rst | 1323 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;
|
D | OCamlLangImpl5.rst | 1250 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;
|
D | OCamlLangImpl7.rst | 1602 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;
|