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

1 2 3 4

  /external/bluetooth/glib/glib/
glist.h 38 typedef struct _GList GList;
43 GList *next;
44 GList *prev;
49 GList* g_list_alloc (void) G_GNUC_WARN_UNUSED_RESULT;
50 void g_list_free (GList *list);
51 void g_list_free_1 (GList *list);
53 GList* g_list_append (GList *list,
55 GList* g_list_prepend (GList *list
    [all...]
glist.c 40 #define _g_list_alloc() g_slice_new (GList)
41 #define _g_list_alloc0() g_slice_new0 (GList)
42 #define _g_list_free1(list) g_slice_free (GList, list)
44 GList*
52 * @list: a #GList
54 * Frees all of the memory used by a #GList.
63 g_list_free (GList *list)
65 g_slice_free_chain (GList, list, next);
70 * @list: a #GList element
72 * Frees one #GList element
    [all...]
gqueue.h 34 #include <glib/glist.h>
42 GList *head;
43 GList *tail;
62 GList * g_queue_find (GQueue *queue,
64 GList * g_queue_find_custom (GQueue *queue,
93 GList *sibling,
96 GList *sibling,
104 GList *link_);
106 GList *link_);
109 GList *link_)
    [all...]
gcompletion.h 34 #include <glib/glist.h>
51 GList* items;
55 GList* cache;
61 GList* items);
63 GList* items);
65 GList* g_completion_complete (GCompletion* cmp,
68 GList* g_completion_complete_utf8 (GCompletion *cmp,
gqueue.c 4 * GQueue: Double ended queue implementation, piggy backed on GList.
167 GList *list;
195 GList *list;
203 GList *next = list->next;
220 GList *
246 GList *
332 * @link_: a single #GList element, <emphasis>not</emphasis> a list with
339 GList *link)
379 * @link_: a single #GList element, <emphasis>not</emphasis> a list with
386 GList *link
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-missing.c 42 static GList *missing_list = NULL;
50 GList *existing_list = NULL;
51 GList *idx = NULL;
68 missing_list = g_list_remove_link (missing_list, (GList *)idx->data);
69 g_list_free_1 ((GList *)idx->data);
90 GList *idx;
fen-dump.c 50 GList* children;
51 GList* i;
  /external/chromium/chrome/browser/ui/
browser_list_gtk.cc 12 GList* window_list = gtk_window_list_toplevels();
14 for (GList* i = window_list; i != NULL; i = g_list_next(i)) {
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GOwnPtr.cpp 35 template <> void freeOwnedGPtr<GList>(GList* ptr)
  /external/bluetooth/glib/gio/
gunixvolumemonitor.c 47 GList *last_mountpoints;
48 GList *last_mounts;
50 GList *volumes;
51 GList *mounts;
110 static GList *
114 GList *l;
124 static GList *
128 GList *l;
138 static GList *
258 diff_sorted_lists (GList *list1,
    [all...]
gvolumemonitor.h 101 GList * (* get_connected_drives) (GVolumeMonitor *volume_monitor);
102 GList * (* get_volumes) (GVolumeMonitor *volume_monitor);
103 GList * (* get_mounts) (GVolumeMonitor *volume_monitor);
134 GList * g_volume_monitor_get_connected_drives (GVolumeMonitor *volume_monitor);
135 GList * g_volume_monitor_get_volumes (GVolumeMonitor *volume_monitor);
136 GList * g_volume_monitor_get_mounts (GVolumeMonitor *volume_monitor);
gwin32volumemonitor.c 45 GList *volumes;
46 GList *mounts;
127 static GList *
133 GList *list = NULL;
155 static GList *
159 GList *l = NULL;
167 static GList *
174 GList *list = NULL;
184 * does nothing, the returned GList is always NULL. But what was
gappinfo.h 101 GList *filenames,
107 GList *uris,
146 GList *files,
152 GList *uris,
173 GList * g_app_info_get_all (void);
174 GList * g_app_info_get_all_for_type (const char *content_type);
206 GList *files);
209 GList *files);
225 GList *files);
228 GList *files)
    [all...]
gunionvolumemonitor.c 46 GList *monitors;
84 GList *l;
102 static GList *
107 GList *res;
108 GList *l;
128 static GList *
133 GList *res;
134 GList *l;
154 static GList *
159 GList *res
    [all...]
gcontenttype.h 53 GList * g_content_types_get_registered (void);
giomodule.h 52 GList *g_io_modules_load_all_in_directory (const gchar *dirname);
59 GList *g_io_extension_point_get_extensions (GIOExtensionPoint *extension_point);
gemblemedicon.h 56 GList *g_emblemed_icon_get_emblems (GEmblemedIcon *emblemed);
gunixmounts.h 86 GList * g_unix_mount_points_get (guint64 *time_read);
87 GList * g_unix_mounts_get (guint64 *time_read);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebhistoryitemprivate.h 45 WEBKIT_API GList* webkit_web_history_item_get_children(WebKitWebHistoryItem*);
  /external/bluetooth/glib/gio/inotify/
inotify-missing.c 37 static GList *missing_sub_list = NULL;
82 GList *link;
104 GList *nolonger_missing = NULL;
105 GList *l;
133 GList *llink = l->data;
159 GList *l;
inotify-path.c 52 GList* children;
58 GList *subs;
131 GList *dir_list;
194 GList *dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (wd));
210 GList *dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (wd));
230 GList *l = NULL;
290 GList *l = NULL;
305 ip_event_dispatch (GList *dir_list,
306 GList *pair_dir_list,
309 GList *dirl
    [all...]
  /external/bluetooth/glib/tests/
list-test.c 31 * glist sort tests
36 GList *list = NULL;
62 GList *list = NULL;
88 GList *list = NULL;
113 GList *list = NULL;
141 GList *list = NULL;
142 GList *st;
165 GList *list = NULL;
166 GList *st;
  /external/bluetooth/bluez/input/
fakehid.h 34 GList *devices;
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.h 68 GList* all_widgets;
71 GList* button_widgets;
gtk_floating_container.h 62 // A GList of all our floating children, in GtkFloatingContainerChild
64 GList* floating_children;

Completed in 912 milliseconds

1 2 3 4