HomeSort by relevance Sort by last modified time
    Searched refs:g_list_position (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/glib/
glist.h 91 gint g_list_position (GList *list,
glist.c 646 * g_list_position:
657 g_list_position (GList *list, function
gqueue.c 742 return g_list_position (queue->head, link_);
galiasdef.c 1400 #undef g_list_position macro
    [all...]
galias.h 1394 #define g_list_position macro
    [all...]
  /external/bluetooth/glib/tests/
testglib.c 99 if (g_list_position (list, g_list_nth (list, i)) != i)
100 g_error ("g_list_position does not seem to be the inverse of g_list_nth\n");
    [all...]

Completed in 645 milliseconds