/external/bluetooth/glib/gio/fen/ |
fen-node.c | 52 static GList *deleting_nodes = NULL; 112 GList* i; 113 GList* deleted_list = NULL; 134 (GList *)i->data); 135 g_list_free_1 ((GList *)i->data); 167 GList* children; 168 GList* i; 330 GList* l;
|
fen-data.c | 55 static GList *deleting_data = NULL; 160 GList *idx; 202 GList *idx; 237 GList* i; 238 GList* deleted_list = NULL; 251 (GList *)i->data); 252 g_list_free_1 ((GList *)i->data); 378 GList *l;
|
fen-dump.c | 50 GList* children; 51 GList* i;
|
/external/bluetooth/glib/gio/ |
gfileenumerator.h | 77 GList * (* next_files_finish) (GFileEnumerator *enumerator, 114 GList * g_file_enumerator_next_files_finish (GFileEnumerator *enumerator,
|
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);
|
gunixmounts.h | 86 GList * g_unix_mount_points_get (guint64 *time_read); 87 GList * g_unix_mounts_get (guint64 *time_read);
|
gcontenttype.h | 53 GList * g_content_types_get_registered (void);
|
gunixmounts.c | 147 static GList *_g_get_unix_mounts (void); 148 static GList *_g_get_unix_mount_points (void); 341 static GList * 353 GList *return_list; 442 static GList * 449 GList *return_list; 496 static GList * 504 GList *return_list; 570 static GList * 576 GList *return_list [all...] |
gdesktopappinfo.c | 67 static GList * get_all_desktop_entries_for_mime_type (const char *base_mime_type, 565 GList **uri_list) 567 GList *uris = *uri_list; 697 GList **uris, 702 GList *uri_list = *uris; 945 static GList * 946 uri_list_segment_to_files (GList *start, 947 GList *end) 949 GList *res; 975 GList *uris [all...] |
gfilenamecompleter.c | 59 GList *basenames; 68 GList *basenames; 171 GList *infos, *l; 347 static GList * 422 GList *possible_matches, *l; 475 GList *possible_matches, *l;
|
giomodule.c | 242 GList * 247 GList *modules; 339 GList *modules, *l; 409 GList *extensions; 523 * Returns: a #GList of #GIOExtension<!-- -->s. The list is owned by 526 GList * 546 GList *l; 592 GList *l;
|
gemblemedicon.h | 56 GList *g_emblemed_icon_get_emblems (GEmblemedIcon *emblemed);
|
gdrive.h | 49 * @get_volumes: Returns a list #GList of #GVolume for the #GDrive. 81 GList * (* get_volumes) (GDrive *drive); 113 GList * g_drive_get_volumes (GDrive *drive);
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebbackforwardlist.h | 77 WEBKIT_API GList * 81 WEBKIT_API GList *
|
webkitwebbackforwardlist.cpp | 200 * Return value: a #GList of items succeeding the current item, limited by @limit 202 GList* webkit_web_back_forward_list_get_forward_list_with_limit(WebKitWebBackForwardList* webBackForwardList, gint limit) 211 GList* forwardItems = { 0 }; 230 * Return value: a #GList of items preceding the current item, limited by @limit 232 GList* webkit_web_back_forward_list_get_back_list_with_limit(WebKitWebBackForwardList* webBackForwardList, gint limit) 241 GList* backItems = { 0 };
|
webkitsecurityorigin.h | 74 WEBKIT_API GList *
|
webkitwebdatasource.h | 91 WEBKIT_API GList*
|
/external/bluetooth/glib/tests/ |
queue-test.c | 16 GList *list; 17 GList *last; 18 GList *links; 19 GList *link; 220 GList *tail; 221 GList *head; 455 GList *list; 476 GList *list; 578 GList *link = g_list_prepend (NULL, GINT_TO_POINTER (i)); 588 GList *link = g_list_prepend (NULL, GINT_TO_POINTER (i)) [all...] |
/external/bluetooth/glib/gobject/ |
gobjectnotifyqueue.c | 51 /* currently, this structure abuses the GList allocation chain and thus 52 * must be <= sizeof (GList)
|
/external/bluetooth/glib/glib/ |
gcache.h | 34 #include <glib/glist.h>
|
/external/webkit/WebKit/gtk/tests/ |
testwebbackforwardlist.c | 38 GList* backList = NULL; 39 GList* forwardList = NULL; 117 GList* backList = NULL; 118 GList* forwardList = NULL;
|
/device/samsung/crespo/alsa-lib/src/ |
async.c | 59 snd_async_handler_t *h = list_entry(i, snd_async_handler_t, glist); 107 list_add_tail(&h->glist, &snd_async_handlers); 135 list_del(&handler->glist);
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
attrsetvaluenomodificationallowederr.java | 79 NodeList gList; 90 gList = gen.getChildNodes(); 91 g = gList.item(0);
|
elementremoveattributenodenomodificationallowederr.java | 74 NodeList gList; 91 gList = gen.getChildNodes(); 92 genElement = (Element) gList.item(0);
|
elementremoveattributenomodificationallowederr.java | 73 NodeList gList; 88 gList = gen.getChildNodes(); 89 genElement = (Element) gList.item(0);
|