Searched refs:g_main_loop_new (Results 1 – 25 of 41) sorted by relevance
12
/external/webkit/Source/WebKit/gtk/tests/ |
D | testwebview.c | 114 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_view_icon_uri() 156 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_view_grab_focus() 219 loop = g_main_loop_new(NULL, TRUE); in do_test_webkit_web_view_adjustments() 306 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_view_destroy() 330 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_view_window_features()
|
D | testwebdatasource.c | 125 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_data_source() 164 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_data_source_lifetime() 210 loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_data_source_unreachable_uri()
|
D | testwebframe.c | 48 GMainLoop* loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_frame_created_signal() 148 GMainLoop* loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_frame_printing()
|
D | testdownload.c | 177 loop = g_main_loop_new(NULL, TRUE); in test_webkit_download_perform() 239 loop = g_main_loop_new(NULL, TRUE); in test_webkit_download_data()
|
D | testmimehandling.c | 143 loop = g_main_loop_new(NULL, TRUE); in testRemoteMimeType() 165 loop = g_main_loop_new(NULL, TRUE); in testLocalMimeType()
|
D | testwebresource.c | 186 loop = g_main_loop_new(NULL, TRUE); in test_web_resource_loading() 247 loop = g_main_loop_new(NULL, TRUE); in test_web_resource_sub_resource_loading()
|
D | testwindow.c | 43 loop = g_main_loop_new(NULL, TRUE); in test_webkit_window_scrollbar_policy()
|
D | testhittestresult.c | 62 loop = g_main_loop_new(NULL, TRUE); in hit_test_result_fixture_setup()
|
D | testdomnode.c | 47 fixture->loop = g_main_loop_new(NULL, TRUE); in dom_node_fixture_setup()
|
D | testdomdomwindow.c | 52 fixture->loop = g_main_loop_new(NULL, TRUE); in dom_domview_fixture_setup()
|
D | testcopyandpaste.c | 63 fixture->loop = g_main_loop_new(NULL, TRUE); in copy_and_paste_fixture_setup()
|
/external/bluetooth/glib/tests/ |
D | child-test.c | 128 new_main_loop = g_main_loop_new (NULL, FALSE); in test_thread() 173 main_loop = g_main_loop_new (NULL, FALSE); in main()
|
D | mainloop-test.c | 157 addr_data.loop = g_main_loop_new (context, FALSE); in adder_thread() 414 main_loop = g_main_loop_new (NULL, FALSE); in main()
|
D | asyncqueue-test.c | 189 main_loop = g_main_loop_new (NULL, FALSE); in main()
|
D | timeloop.c | 199 loop = g_main_loop_new (NULL, FALSE); in main()
|
D | timeloop-closure.c | 205 loop = g_main_loop_new (NULL, FALSE); in main()
|
D | mapping-test.c | 106 loop = g_main_loop_new (NULL, FALSE); in child_main()
|
D | threadpool-test.c | 471 main_loop = g_main_loop_new (NULL, FALSE); in main()
|
D | gio-test.c | 381 main_loop = g_main_loop_new (NULL, FALSE); in main()
|
/external/bluetooth/glib/glib/ |
D | gmain.h | 164 GMainLoop *g_main_loop_new (GMainContext *context, 237 #define g_main_new(is_running) g_main_loop_new (NULL, is_running);
|
/external/bluetooth/bluez/tracer/ |
D | main.c | 139 event_loop = g_main_loop_new(NULL, FALSE); in main()
|
/external/webkit/Source/WebKit2/Platform/gtk/ |
D | RunLoopGtk.cpp | 37 m_runLoopMain = g_main_loop_new(m_runLoopContext, FALSE); in RunLoop()
|
D | WorkQueueGtk.cpp | 107 m_eventLoop = g_main_loop_new(m_eventContext, FALSE); in platformInitialize()
|
/external/bluetooth/glib/gio/tests/ |
D | unix-streams.c | 231 loop = g_main_loop_new (NULL, TRUE); in test_pipe_io()
|
D | sleepy-stream.c | 274 g_main_loop_run (loop = g_main_loop_new (NULL, FALSE)); in asynch()
|
12