Searched refs:g_ptr_array_sort (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitutils.c | 75 g_ptr_array_sort (files, (GCompareFunc) gst_split_util_array_sortfunc); in gst_split_util_find_files()
|
/third_party/glib/glib/ |
D | garray.h | 206 void g_ptr_array_sort (GPtrArray *array,
|
D | garray.c | 1983 g_ptr_array_sort (GPtrArray *array, in g_ptr_array_sort() function
|
/third_party/libsoup/examples/ |
D | simple-httpd.c | 48 g_ptr_array_sort (entries, (GCompareFunc)compare_strings); in get_directory_listing()
|
/third_party/glib/gio/tests/ |
D | gdbus-test-codegen.c | 1607 g_ptr_array_sort (interfaces, (GCompareFunc) my_pstrcmp); in om_check_interfaces_added() 1608 g_ptr_array_sort (interfaces_in_message, (GCompareFunc) my_pstrcmp); in om_check_interfaces_added() 1656 g_ptr_array_sort (interfaces, (GCompareFunc) my_pstrcmp); in om_check_interfaces_removed() 1657 g_ptr_array_sort (interfaces_in_message, (GCompareFunc) my_pstrcmp); in om_check_interfaces_removed()
|
D | glistmodel.c | 609 g_ptr_array_sort (array, (GCompareFunc)ptr_array_cmp_action_by_name); in test_store_sort()
|
D | gdbus-export.c | 410 g_ptr_array_sort (p, compare_strings); in get_nodes_at()
|
/third_party/glib/glib/tests/ |
D | array-test.c | 1347 g_ptr_array_sort (gparray, ptr_compare); in pointer_array_sort() 1355 g_ptr_array_sort (gparray, ptr_compare); in pointer_array_sort() 1420 g_ptr_array_sort (file_list, sort_filelist); in pointer_array_sort_example()
|
/third_party/libsoup/libsoup/ |
D | soup-auth-manager.c | 176 g_ptr_array_sort (priv->auth_types, auth_type_compare_func); in soup_auth_manager_add_feature()
|
/third_party/glib/gio/ |
D | glib-compile-schemas.c | 2279 g_ptr_array_sort (files, compare_strings); in main() 2282 g_ptr_array_sort (overrides, compare_strings); in main()
|
D | gdbusproxy.c | 662 g_ptr_array_sort (p, (GCompareFunc) property_name_sort_func); in g_dbus_proxy_get_cached_property_names()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2951 g_ptr_array_sort
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 12560 g_ptr_array_sort (qtdemux->active_streams, in qtdemux_parse_trak()
|