HomeSort by relevance Sort by last modified time
    Searched refs:GMainLoop (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/WebKit/gtk/tests/
testwindow.c 28 GMainLoop* loop = (GMainLoop*)data;
36 GMainLoop* loop;
testwebdatasource.c 58 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop)
79 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop)
118 static gboolean wait_timer_fired(GMainLoop* loop)
129 GMainLoop* loop;
147 GMainLoop* loop;
testwebframe.c 77 static gboolean print_requested_cb(WebKitWebView* webView, WebKitWebFrame* webFrame, GMainLoop* loop)
84 static void print_timeout(GMainLoop* loop)
104 GMainLoop* loop = g_main_loop_new(NULL, TRUE);
testatk.c 41 static gboolean bail_out(GMainLoop* loop)
210 GMainLoop* loop;
241 GMainLoop* loop;
272 GMainLoop* loop;
303 GMainLoop* loop;
336 GMainLoop* loop;
371 GMainLoop* loop;
415 GMainLoop* loop;
testwebview.c 32 GMainLoop* loop;
132 GMainLoop* loop = (GMainLoop*)data;
testhittestresult.c 32 static GMainLoop* loop;
testdownload.c 27 GMainLoop* loop;
testkeyevents.c 36 GMainLoop* loop;
testmimehandling.c 30 GMainLoop* loop;
testwebresource.c 32 GMainLoop* loop;
  /external/bluetooth/glib/glib/
gmain.h 34 typedef struct _GMainLoop GMainLoop; /* Opaque */
162 /* GMainLoop: */
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)
    [all...]
gmain.c     [all...]
  /external/bluetooth/glib/tests/
child-test.c 47 GMainLoop *main_loop;
112 GMainLoop *main_loop = data;
123 GMainLoop *new_main_loop;
mapping-test.c 49 GMainLoop *loop = data;
102 GMainLoop *loop;
asyncqueue-test.c 32 static GMainLoop *main_loop = NULL;
timeloop-closure.c 17 static GMainLoop *loop;
timeloop.c 16 static GMainLoop *loop;
mainloop-test.c 33 GMainLoop *main_loop;
43 GMainLoop *loop;
gio-test.c 50 static GMainLoop *main_loop;
threadpool-test.c 35 static GMainLoop *main_loop = NULL;
  /external/bluetooth/bluez/tracer/
main.c 43 static GMainLoop *event_loop;
  /external/bluetooth/glib/gio/tests/
sleepy-stream.c 227 static GMainLoop *loop;
unix-streams.c 35 GMainLoop *loop;
  /external/bluetooth/bluez/src/
main.c 327 static GMainLoop *event_loop;
  /external/bluetooth/bluez/test/
btiotest.c 470 static GMainLoop *main_loop;

Completed in 253 milliseconds

1 2