HomeSort by relevance Sort by last modified time
    Searched refs:g_list_free (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/bluetooth/glib/tests/
list-test.c 56 g_list_free (list);
82 g_list_free (list);
107 g_list_free (list);
135 g_list_free (list);
159 g_list_free (list);
181 g_list_free (list);
hash-test.c 415 g_list_free (keys);
416 g_list_free (values);
queue-test.c 63 g_list_free (links);
75 g_list_free (links);
620 g_list_free (g_queue_pop_head_link (q));
630 g_list_free (g_queue_pop_tail_link (q));
648 g_list_free (g_queue_pop_nth_link (q, n));
691 g_list_free (link);
  /external/bluetooth/glib/gio/
gunixvolumemonitor.c 81 g_list_free (monitor->last_mountpoints);
83 g_list_free (monitor->last_mounts);
86 g_list_free (monitor->volumes);
88 g_list_free (monitor->mounts);
100 g_list_free (monitor->volumes);
104 g_list_free (monitor->mounts);
386 g_list_free (added);
387 g_list_free (removed);
390 g_list_free (monitor->last_mountpoints);
442 g_list_free (added)
    [all...]
gfilenamecompleter.c 91 g_list_free (completer->basenames);
160 g_list_free (data->basenames);
230 g_list_free (infos);
248 g_list_free (data->completer->basenames);
286 g_list_free (data->completer->basenames);
gemblemedicon.c 79 g_list_free (emblemed->emblems);
  /external/chromium/chrome/browser/ui/
browser_list_gtk.cc 26 g_list_free(window_list);
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GOwnPtr.cpp 37 g_list_free(ptr);
  /external/chromium/chrome/browser/extensions/
browser_action_test_util_gtk.cc 27 g_list_free(children);
42 g_list_free(children);
  /external/webkit/Source/WebCore/platform/graphics/pango/
GlyphPageTreeNodePango.cpp 69 g_list_free(items);
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container_unittest.cc 25 g_list_free(children);
29 g_list_free(children);
collected_cookies_gtk.cc 355 g_list_free(paths);
397 g_list_free(paths);
463 g_list_free(paths);
gtk_custom_menu_item.cc 166 g_list_free(item->all_widgets);
167 g_list_free(item->button_widgets);
  /external/bluetooth/glib/gio/fen/
fen-missing.c 71 g_list_free (existing_list);
fen-node.c 137 g_list_free (deleted_list);
180 g_list_free (children);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_unittest.cc 97 g_list_free(children);
  /external/webkit/Source/WebKit/gtk/tests/
testwebbackforwardlist.c 98 g_list_free(forwardList);
99 g_list_free(backList);
173 g_list_free(backList);
194 g_list_free(forwardList);
testwebdatasource.c 175 g_list_free(subResources);
189 g_list_free(subResources);
  /external/bluetooth/glib/gio/tests/
desktop-app-info.c 124 g_list_free (list);
144 g_list_free (list);
161 g_list_free (list);
  /external/bluetooth/glib/gio/inotify/
inotify-missing.c 138 g_list_free (nolonger_missing);
inotify-path.c 215 g_list_free (dir_list);
237 g_list_free (dir->subs);
  /external/bluetooth/glib/glib/
glist.h 50 void g_list_free (GList *list);
gqueue.c 58 g_list_free (queue->head);
96 g_list_free (queue->head);
790 g_list_free (link_);
  /external/chromium/chrome/browser/automation/
ui_controls_linux.cc 122 g_list_free(windows);
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.cc 44 g_list_free(children);

Completed in 678 milliseconds

1 2 3