/external/bluetooth/glib/gio/ |
D | gunixvolumemonitor.c | 80 g_list_foreach (monitor->last_mountpoints, (GFunc)g_unix_mount_point_free, NULL); in g_unix_volume_monitor_finalize() 82 g_list_foreach (monitor->last_mounts, (GFunc)g_unix_mount_free, NULL); in g_unix_volume_monitor_finalize() 85 g_list_foreach (monitor->volumes, (GFunc)g_object_unref, NULL); in g_unix_volume_monitor_finalize() 87 g_list_foreach (monitor->mounts, (GFunc)g_object_unref, NULL); in g_unix_volume_monitor_finalize() 99 g_list_foreach (monitor->volumes, (GFunc)g_object_unref, NULL); in g_unix_volume_monitor_dispose() 103 g_list_foreach (monitor->mounts, (GFunc)g_object_unref, NULL); in g_unix_volume_monitor_dispose() 119 g_list_foreach (l, (GFunc)g_object_ref, NULL); in get_mounts() 133 g_list_foreach (l, (GFunc)g_object_ref, NULL); in get_volumes() 388 g_list_foreach (monitor->last_mountpoints, in update_volumes() 444 g_list_foreach (monitor->last_mounts, in update_mounts()
|
D | gfilenamecompleter.c | 90 g_list_foreach (completer->basenames, (GFunc)g_free, NULL); in g_filename_completer_finalize() 159 g_list_foreach (data->basenames, (GFunc)g_free, NULL); in load_basenames_data_free() 247 g_list_foreach (data->completer->basenames, (GFunc)g_free, NULL); in got_more_files() 285 g_list_foreach (data->completer->basenames, (GFunc)g_free, NULL); in got_enum()
|
D | gemblemedicon.c | 78 g_list_foreach (emblemed->emblems, (GFunc) g_object_unref, NULL); in G_DEFINE_TYPE_WITH_CODE()
|
D | gdesktopappinfo.c | 1045 g_list_foreach (launched_files, (GFunc)g_object_unref, NULL); in g_desktop_app_info_launch_uris() 1127 g_list_foreach (uris, (GFunc)g_free, NULL); in g_desktop_app_info_launch() 1897 g_list_foreach (desktop_entries, (GFunc)g_free, NULL); in g_app_info_get_default_for_type() 2113 g_list_foreach (value, (GFunc)g_free, NULL); in destroy_info_cache_value() 2598 g_list_foreach (cache->dirs, in mime_info_cache_free() 2747 g_list_foreach (removed_entries, (GFunc)g_free, NULL); in get_all_desktop_entries_for_mime_type()
|
D | gcontenttype.c | 1118 g_list_foreach (matchlet->matches, (GFunc)tree_matchlet_free, NULL); in tree_matchlet_free() 1128 g_list_foreach (match->matches, (GFunc)tree_matchlet_free, NULL); in tree_match_free() 1318 g_list_foreach (tree_matches, (GFunc)tree_match_free, NULL); in tree_magic_shutdown()
|
D | gfileenumerator.c | 611 g_list_foreach (op->files, (GFunc)g_object_unref, NULL); in next_async_op_free()
|
/external/chromium/chrome/browser/ui/ |
D | browser_list_gtk.cc | 13 g_list_foreach(window_list, (GFunc)g_object_ref, NULL); in AllBrowsersClosedAndAppExiting() 25 g_list_foreach(window_list, (GFunc)g_object_unref, NULL); in AllBrowsersClosedAndAppExiting()
|
/external/bluetooth/glib/gio/tests/ |
D | desktop-app-info.c | 123 g_list_foreach (list, (GFunc)g_object_unref, NULL); in test_default() 143 g_list_foreach (list, (GFunc)g_object_unref, NULL); in test_default() 160 g_list_foreach (list, (GFunc)g_object_unref, NULL); in test_default()
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
D | GlyphPageTreeNodePango.cpp | 68 g_list_foreach(items, (GFunc)pango_item_free, NULL); in pango_font_get_glyph()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | collected_cookies_gtk.cc | 354 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL); in ShowSelectionInfo() 396 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL); in SelectionContainsOriginNode() 462 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL); in AddExceptions()
|
D | task_manager_gtk.cc | 806 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL); in KillSelectedProcesses() 940 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL); in OnSelectionChanged()
|
D | gtk_tree.cc | 76 g_list_foreach(list, (GFunc)gtk_tree_path_free, NULL); in GetSelectedIndices()
|
/external/bluetooth/glib/glib/ |
D | glist.h | 98 void g_list_foreach (GList *list,
|
D | glist.c | 782 g_list_foreach (GList *list, in g_list_foreach() function
|
D | goption.c | 245 g_list_foreach (context->groups, (GFunc)g_option_group_free, NULL); in g_option_context_free()
|
D | galiasdef.c | 1356 #undef g_list_foreach 1357 extern __typeof (g_list_foreach) g_list_foreach __attribute((alias("IA__g_list_foreach"), visibilit…
|
D | galias.h | 1349 extern __typeof (g_list_foreach) IA__g_list_foreach __attribute((visibility("hidden"))); 1350 #define g_list_foreach IA__g_list_foreach macro
|
D | gkeyfile.c | 2617 g_list_foreach (group->key_value_pairs, in g_key_file_set_top_comment()
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
D | non-kerned-drawing.cpp | 178 g_list_foreach(items, (GFunc)pango_item_free, NULL); in pango_font_get_glyph()
|
/external/bluetooth/glib/gio/inotify/ |
D | inotify-path.c | 416 g_list_foreach (dir_list, ip_wd_delete, NULL); in ip_event_callback()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | changes.sgml | 124 <function>g_list_foreach()</function> and
|
D | glib-sections.txt | 1824 g_list_foreach
|