Searched refs:g_list_nth (Results 1 – 9 of 9) sorted by relevance
/external/bluetooth/glib/tests/ |
D | list-test.c | 155 st = g_list_nth (list, i); in test_list_reverse() 177 st = g_list_nth (list, i); in test_list_nth()
|
D | testglib.c | 93 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/ |
D | browser_action_test_util_gtk.cc | 25 static_cast<GtkWidget*>(g_list_nth(children, index)->data); in GetButton()
|
/external/bluetooth/glib/glib/ |
D | glist.h | 82 GList* g_list_nth (GList *list,
|
D | glist.c | 211 tmp_list = g_list_nth (list, position); in g_list_insert() 537 g_list_nth (GList *list, in g_list_nth() function
|
D | galiasdef.c | 1386 #undef g_list_nth 1387 extern __typeof (g_list_nth) g_list_nth __attribute((alias("IA__g_list_nth"), visibility("default")…
|
D | galias.h | 1379 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/ |
D | glib-sections.txt | 1832 g_list_nth
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-1-2 | 2645 a link in a list - should be the inverse of g_list_nth(), but
|