Searched refs:GPOINTER_TO_INT (Results 1 - 24 of 24) sorted by relevance

/external/bluetooth/glib/tests/
H A Dlist-test.c24 a = GPOINTER_TO_INT (p1);
25 b = GPOINTER_TO_INT (p2);
52 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
53 DEBUG_MSG (("list_sort #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
78 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
79 DEBUG_MSG (("list_sort_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
103 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p
[all...]
H A Dslist-test.c24 a = GPOINTER_TO_INT (p1);
25 b = GPOINTER_TO_INT (p2);
52 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
53 DEBUG_MSG (("slist_sort #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
76 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
77 DEBUG_MSG (("slist_sort_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
99 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p
[all...]
H A Dasyncqueue-test.c43 id1 = GPOINTER_TO_INT (p1);
44 id2 = GPOINTER_TO_INT (p2);
63 sort_multiplier = GPOINTER_TO_INT (user_data);
87 DEBUG_MSG (("item %d ---> %d", i, GPOINTER_TO_INT (p)));
90 g_assert (GPOINTER_TO_INT (last_p) <= GPOINTER_TO_INT (p));
110 id = GPOINTER_TO_INT (data);
H A Dscannerapi.c81 g_assert_cmpint (GPOINTER_TO_INT (value), ==, g_ascii_strtoull (key, NULL, 0));
100 g_assert_cmpint (GPOINTER_TO_INT (g_scanner_scope_lookup_symbol (fix->scanner, 1, "4")), ==, 4);
101 g_assert_cmpint (GPOINTER_TO_INT (g_scanner_scope_lookup_symbol (fix->scanner, 1, "5")), ==, 0);
H A Dthread-test.c16 g_assert (GPOINTER_TO_INT (data) == 42);
45 g_assert (GPOINTER_TO_INT (g_thread_join (thread)) == 41);
58 g_assert (GPOINTER_TO_INT (data) == 42);
104 g_assert (GPOINTER_TO_INT (g_thread_join (thread)) == 43);
139 guint number = GPOINTER_TO_INT (data);
188 return GINT_TO_POINTER (GPOINTER_TO_INT (data) * 3);
216 g_assert (GPOINTER_TO_INT (g_thread_join (threads[i])) == i * 3);
H A Dchild-test.c96 gint ttl = GPOINTER_TO_INT (data);
126 gint ttl = GPOINTER_TO_INT (data);
H A Dqueue-test.c88 gint element = GPOINTER_TO_INT (elm);
98 gint element = GPOINTER_TO_INT (elm);
140 int ai = GPOINTER_TO_INT (a);
141 int bi = GPOINTER_TO_INT (b);
567 g_assert (GPOINTER_TO_INT (q->tail->data) == max + 1);
570 g_assert (GPOINTER_TO_INT (q->head->data) == min - 1);
H A Dhash-test.c370 rc = GPOINTER_TO_INT (
H A Dthreadpool-test.c223 is_sorted = GPOINTER_TO_INT (user_data);
H A Dsequence-test.c1183 ai = GPOINTER_TO_INT (a);
1184 bi = GPOINTER_TO_INT (b);
/external/webkit/Source/WebKit2/UIProcess/Launcher/gtk/
H A DProcessLauncherGtk.cpp50 int socket = GPOINTER_TO_INT(userData);
/external/bluetooth/glib/tests/gobject/
H A Doverride.c124 g_assert (GPOINTER_TO_INT (pointer) == 23);
221 g_assert (GPOINTER_TO_INT (pointer) == 23);
309 g_assert (GPOINTER_TO_INT (pointer) == 23);
/external/chromium/chrome/browser/ui/gtk/
H A Dslide_animator_gtk.cc19 if (!GPOINTER_TO_INT(control_child_size)) {
H A Dgtk_custom_menu_item.cc313 int command_id = GPOINTER_TO_INT(id_ptr);
461 int command_id = GPOINTER_TO_INT(id_ptr);
H A Dglobal_menu_bar.cc256 int id = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(sender), "command-id"));
H A Dmenu_gtk.cc43 *menu_id = GPOINTER_TO_INT(id_ptr) - 1;
67 int icon_idr = GPOINTER_TO_INT(g_object_get_data(
737 int index = GPOINTER_TO_INT(g_object_get_data(
H A Dgtk_util.cc82 gint button_mask = GPOINTER_TO_INT(userdata);
92 gint button_mask = GPOINTER_TO_INT(userdata);
124 GetCharacterWidthForPixels(label,GPOINTER_TO_INT(pixel_width)));
H A Dbrowser_toolbar_gtk.cc78 gtk_widget_set_size_request(widget, -1, GPOINTER_TO_INT(user_data));
H A Dbrowser_window_gtk.cc1973 int command_id = GPOINTER_TO_INT(user_data);
/external/bluetooth/glib/
H A Dglibconfig.h84 #define GPOINTER_TO_INT(p) ((gint) (glong) (p)) macro
H A Dglibconfig.h.win32.in107 #define GPOINTER_TO_INT(p) ((gint) (p))
118 #define GPOINTER_TO_INT(p) ((gint) (gint64) (p))
/external/webkit/Source/WebCore/platform/gtk/
H A DContextMenuItemGtk.cpp197 return static_cast<ContextMenuAction>(GPOINTER_TO_INT(g_object_get_data(G_OBJECT(m_platformDescription), WEBKIT_CONTEXT_MENU_ACTION)));
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwebframe.c164 g_assert_cmpint(GPOINTER_TO_INT(g_object_get_data(G_OBJECT(webView), "signal-handled")), ==, TRUE);
/external/bluetooth/bluez/plugins/
H A Dhciops.c2277 int type, index = GPOINTER_TO_INT(data);
2700 int i, err, ctl = GPOINTER_TO_INT(user_data);

Completed in 258 milliseconds