Searched defs:main_loop (Results 1 - 19 of 19) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml6 let rec main_loop stream = var
13 main_loop stream
34 main_loop stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml8 let rec main_loop stream = var
15 main_loop stream
39 main_loop stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml9 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/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml9 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/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml9 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/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml9 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/chromium_org/content/child/
H A Dthread_safe_sender.cc14 const scoped_refptr<base::MessageLoopProxy>& main_loop,
16 : main_loop_(main_loop), sync_filter_(sync_filter) {
13 ThreadSafeSender( const scoped_refptr<base::MessageLoopProxy>& main_loop, const scoped_refptr<IPC::SyncMessageFilter>& sync_filter) argument
/external/chromium_org/content/renderer/input/
H A Dinput_handler_wrapper.cc17 const scoped_refptr<base::MessageLoopProxy>& main_loop,
23 main_loop_(main_loop),
14 InputHandlerWrapper( InputHandlerManager* input_handler_manager, int routing_id, const scoped_refptr<base::MessageLoopProxy>& main_loop, const base::WeakPtr<cc::InputHandler>& input_handler, const base::WeakPtr<RenderViewImpl>& render_view_impl) argument
H A Dinput_handler_manager.cc74 const scoped_refptr<base::MessageLoopProxy>& main_loop,
93 routing_id, main_loop, input_handler, render_view_impl)));
72 AddInputHandlerOnCompositorThread( int routing_id, const scoped_refptr<base::MessageLoopProxy>& main_loop, const base::WeakPtr<cc::InputHandler>& input_handler, const base::WeakPtr<RenderViewImpl>& render_view_impl) argument
/external/chromium_org/tools/gn/
H A Dscheduler.h27 base::MessageLoop* main_loop() { return &main_loop_; } function in class:Scheduler
H A Dsetup.cc121 void ItemDefinedCallback(base::MessageLoop* main_loop, argument
125 main_loop->PostTask(FROM_HERE, base::Bind(&Builder::ItemDefined, builder,
218 base::Bind(&ItemDefinedCallback, scheduler_.main_loop(), builder_));
222 loader_->set_main_loop(scheduler_.main_loop());
592 base::Bind(&ItemDefinedCallback, scheduler_->main_loop(), builder_));
599 base::Bind(&ItemDefinedCallback, scheduler_->main_loop(), builder_));
/external/chromium_org/components/leveldb_proto/
H A Dproto_database_impl_unittest.cc326 base::MessageLoop main_loop; local
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.cc256 base::MessageLoop* main_loop) {
263 main_loop->PostTask(
285 main_loop);
320 main_loop);
339 main_loop);
359 main_loop);
366 ReportFailure(hr, GOOGLE_UPDATE_ERROR_UPDATING, error_message, main_loop);
378 main_loop);
382 main_loop->PostTask(
411 base::MessageLoop* main_loop) {
254 InitiateGoogleUpdateCheck(bool install_if_newer, HWND window, base::MessageLoop* main_loop) argument
408 ReportFailure(HRESULT hr, GoogleUpdateErrorCode error_code, const base::string16& error_message, base::MessageLoop* main_loop) argument
[all...]
/external/chromium_org/net/tools/get_server_time/
H A Dget_server_time.cc214 base::MessageLoopForIO main_loop; local
241 main_loop.message_loop_proxy()));
251 // |delegate| quits |main_loop| when the request is done.
252 main_loop.Run();
/external/chromium_org/ppapi/tests/
H A Dtest_message_handler.cc230 pp::MessageLoop main_loop = pp::MessageLoop::GetForMainThread(); local
235 main_loop.pp_resource());
/external/iputils/
H A Dping_common.c726 void main_loop(int icmp_sock, __u8 *packet, int packlen) function
/external/libvpx/libvpx/
H A Dvpxdec.c486 int main_loop(int argc, const char **argv_) { function
992 error = main_loop(argc, argv_);
/external/qemu/
H A Dmain-loop.c313 void main_loop(void) function
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxdec.c701 int main_loop(int argc, const char **argv_) { function
1292 error = main_loop(argc, argv_);

Completed in 4285 milliseconds