Searched refs:GMainLoop (Results 1 – 25 of 44) sorted by relevance
12
/external/bluetooth/glib/glib/ |
D | gmain.h | 34 typedef struct _GMainLoop GMainLoop; /* Opaque */ typedef 164 GMainLoop *g_main_loop_new (GMainContext *context, 166 void g_main_loop_run (GMainLoop *loop); 167 void g_main_loop_quit (GMainLoop *loop); 168 GMainLoop *g_main_loop_ref (GMainLoop *loop); 169 void g_main_loop_unref (GMainLoop *loop); 170 gboolean g_main_loop_is_running (GMainLoop *loop); 171 GMainContext *g_main_loop_get_context (GMainLoop *loop);
|
D | gmain.c | 2525 GMainLoop * 2529 GMainLoop *loop; in g_main_loop_new() 2536 loop = g_new0 (GMainLoop, 1); in g_main_loop_new() 2552 GMainLoop * 2553 g_main_loop_ref (GMainLoop *loop) in g_main_loop_ref() 2571 g_main_loop_unref (GMainLoop *loop) in g_main_loop_unref() 2593 g_main_loop_run (GMainLoop *loop) in g_main_loop_run() 2675 g_main_loop_quit (GMainLoop *loop) in g_main_loop_quit() 2701 g_main_loop_is_running (GMainLoop *loop) in g_main_loop_is_running() 2718 g_main_loop_get_context (GMainLoop *loop) in g_main_loop_get_context()
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | testwebdatasource.c | 58 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* lo… in notify_load_status_unreachable_cb() 76 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) in notify_load_status_cb() 110 static gboolean wait_timer_fired(GMainLoop* loop) in wait_timer_fired() 121 GMainLoop* loop; in test_webkit_web_data_source() 142 static void notify_load_status_lifetime_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) in notify_load_status_lifetime_cb() 160 GMainLoop* loop; in test_webkit_web_data_source_lifetime() 206 GMainLoop* loop; in test_webkit_web_data_source_unreachable_uri()
|
D | testwebframe.c | 40 g_main_loop_quit((GMainLoop*) data); in createFrameSignalTestTimeout() 48 GMainLoop* loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_frame_created_signal() 121 static gboolean print_requested_cb(WebKitWebView* webView, WebKitWebFrame* webFrame, GMainLoop* loo… in print_requested_cb() 128 static void print_timeout(GMainLoop* loop) in print_timeout() 148 GMainLoop* loop = g_main_loop_new(NULL, TRUE); in test_webkit_web_frame_printing()
|
D | testwindow.c | 28 GMainLoop* loop = (GMainLoop*)data; in notify_load_status_cb() 36 GMainLoop* loop; in test_webkit_window_scrollbar_policy()
|
D | testwebview.c | 34 GMainLoop* loop; 134 GMainLoop* loop = (GMainLoop*)data; in map_event_cb()
|
D | testhittestresult.c | 32 static GMainLoop* loop;
|
D | testdomnode.c | 34 GMainLoop* loop;
|
D | testdownload.c | 27 GMainLoop* loop;
|
D | testmimehandling.c | 32 GMainLoop* loop;
|
D | testdomdomwindow.c | 35 GMainLoop* loop;
|
D | testcopyandpaste.c | 38 GMainLoop* loop;
|
D | testwebresource.c | 32 GMainLoop* loop;
|
/external/bluetooth/glib/tests/ |
D | child-test.c | 47 GMainLoop *main_loop; 112 GMainLoop *main_loop = data; in quit_loop() 123 GMainLoop *new_main_loop; in test_thread()
|
D | mapping-test.c | 49 GMainLoop *loop = data; in check_stop() 102 GMainLoop *loop; in child_main()
|
D | mainloop-test.c | 33 GMainLoop *main_loop; 43 GMainLoop *loop;
|
D | asyncqueue-test.c | 32 static GMainLoop *main_loop = NULL;
|
D | timeloop.c | 16 static GMainLoop *loop;
|
D | timeloop-closure.c | 17 static GMainLoop *loop;
|
/external/webkit/Source/WebKit2/Platform/ |
D | RunLoop.h | 39 typedef struct _GMainLoop GMainLoop; typedef 162 GMainLoop* mainLoop(); 165 GMainLoop* m_runLoopMain;
|
D | WorkQueue.h | 51 typedef struct _GMainLoop GMainLoop; typedef 176 GMainLoop* m_eventLoop;
|
/external/bluetooth/bluez/tracer/ |
D | main.c | 43 static GMainLoop *event_loop;
|
/external/webkit/Source/WebKit2/Platform/gtk/ |
D | RunLoopGtk.cpp | 58 GMainLoop* RunLoop::mainLoop() in mainLoop()
|
/external/bluetooth/glib/gio/tests/ |
D | unix-streams.c | 35 GMainLoop *loop;
|
D | sleepy-stream.c | 227 static GMainLoop *loop;
|
12