Home
last modified time | relevance | path

Searched refs:g_list_nth (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/glib/tests/
Dlist-test.c155 st = g_list_nth (list, i); in test_list_reverse()
177 st = g_list_nth (list, i); in test_list_nth()
Dtestglib.c93 GList *t = g_list_nth (list, i); in glist_test()
99 if (g_list_position (list, g_list_nth (list, i)) != i) in glist_test()
115 GList *t = g_list_nth (list, i); in glist_test()
133 GList *t = g_list_nth (list, i); in glist_test()
153 GList *t = g_list_nth (list, i); in glist_test()
/external/chromium/chrome/browser/extensions/
Dbrowser_action_test_util_gtk.cc25 static_cast<GtkWidget*>(g_list_nth(children, index)->data); in GetButton()
/external/bluetooth/glib/glib/
Dglist.h82 GList* g_list_nth (GList *list,
Dglist.c211 tmp_list = g_list_nth (list, position); in g_list_insert()
537 g_list_nth (GList *list, in g_list_nth() function
Dgaliasdef.c1386 #undef g_list_nth
1387 extern __typeof (g_list_nth) g_list_nth __attribute((alias("IA__g_list_nth"), visibility("default")…
Dgalias.h1379 extern __typeof (g_list_nth) IA__g_list_nth __attribute((visibility("hidden")));
1380 #define g_list_nth IA__g_list_nth macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1832 g_list_nth
/external/bluetooth/glib/
DChangeLog.pre-1-22645 a link in a list - should be the inverse of g_list_nth(), but