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

  /external/bluetooth/glib/gio/inotify/
inotify-missing.c 61 if (g_list_find (missing_sub_list, sub))
84 link = g_list_find (missing_sub_list, sub);
  /external/bluetooth/glib/gio/fen/
fen-missing.c 94 if (g_list_find (missing_list, f) != NULL) {
fen-kernel.c 308 g_assert (g_list_find (pn_vq, pn) == NULL);
324 g_assert (g_list_find (pn_vq, pn) == NULL);
  /external/bluetooth/glib/glib/
glist.h 86 GList* g_list_find (GList *list,
gqueue.c 226 return g_list_find (queue->head, data);
892 link = g_list_find (queue->head, data);
glist.c 587 * g_list_find:
598 g_list_find (GList *list, function
gconvert.c 315 node = g_list_find (iconv_cache_list, bucket);
    [all...]
galiasdef.c 1347 #undef g_list_find macro
    [all...]
galias.h 1341 #define g_list_find macro
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc 269 GList* selected = g_list_find(menu_item->all_widgets,
396 set_selected(menu_item, GTK_WIDGET(g_list_previous(g_list_find(
404 set_selected(menu_item, GTK_WIDGET(g_list_next(g_list_find(
  /external/bluetooth/glib/gio/
gunionvolumemonitor.c 369 if (g_list_find (union_monitor->monitors, volume_monitor))
395 l = g_list_find (union_monitor->monitors, child_monitor);
gdesktopappinfo.c     [all...]
  /external/webkit/Source/WebCore/platform/gtk/
PopupMenuGtk.cpp 195 currentChild = g_list_find(children, m_currentlySelectedMenuItem);
  /external/bluetooth/glib/gobject/
gobject.c     [all...]

Completed in 2520 milliseconds