Searched refs:GPtrArray (Results 1 – 23 of 23) sorted by relevance
/external/bluetooth/glib/glib/ |
D | garray.h | 40 typedef struct _GPtrArray GPtrArray; typedef 109 GPtrArray* g_ptr_array_new (void); 110 GPtrArray* g_ptr_array_sized_new (guint reserved_size); 111 gpointer* g_ptr_array_free (GPtrArray *array, 113 void g_ptr_array_set_size (GPtrArray *array, 115 gpointer g_ptr_array_remove_index (GPtrArray *array, 117 gpointer g_ptr_array_remove_index_fast (GPtrArray *array, 119 gboolean g_ptr_array_remove (GPtrArray *array, 121 gboolean g_ptr_array_remove_fast (GPtrArray *array, 123 void g_ptr_array_remove_range (GPtrArray *array, [all …]
|
D | garray.c | 363 GPtrArray* 369 GPtrArray* 381 return (GPtrArray*) array; in g_ptr_array_sized_new() 385 g_ptr_array_free (GPtrArray *array, in g_ptr_array_free() 422 g_ptr_array_set_size (GPtrArray *farray, in g_ptr_array_set_size() 453 g_ptr_array_remove_index (GPtrArray *farray, in g_ptr_array_remove_index() 478 g_ptr_array_remove_index_fast (GPtrArray *farray, in g_ptr_array_remove_index_fast() 502 g_ptr_array_remove_range (GPtrArray *farray, in g_ptr_array_remove_range() 527 g_ptr_array_remove (GPtrArray *farray, in g_ptr_array_remove() 548 g_ptr_array_remove_fast (GPtrArray *farray, in g_ptr_array_remove_fast() [all …]
|
D | gmain.c | 130 GPtrArray *pending_dispatches;
|
/external/bluetooth/glib/gio/ |
D | gicon.h | 72 GPtrArray *tokens,
|
D | gemblem.c | 281 GPtrArray *tokens, in g_emblem_to_tokens()
|
D | gemblemedicon.c | 244 GPtrArray *tokens, in g_emblemed_icon_to_tokens()
|
D | gfileicon.c | 208 GPtrArray *tokens, in g_file_icon_to_tokens()
|
D | gicon.c | 166 GPtrArray *tokens; in g_icon_to_string_tokenized()
|
D | gthemedicon.c | 465 GPtrArray *tokens, in g_themed_icon_to_tokens()
|
D | gcontenttype.c | 430 GPtrArray *array; in _g_unix_content_type_get_parents() 1609 GPtrArray *types) in match_match() 1647 GPtrArray *types; in g_content_type_guess_for_tree()
|
D | gfilenamecompleter.c | 478 GPtrArray *res; in g_filename_completer_get_completions()
|
D | gfileinfo.c | 502 GPtrArray *names; in g_file_info_list_attributes()
|
D | gdesktopappinfo.c | 2666 GPtrArray *array; in get_all_desktop_entries_for_mime_type()
|
/external/bluetooth/glib/tests/ |
D | mainloop-test.c | 29 GPtrArray *context_array; 36 GPtrArray *crawler_array;
|
D | testglib.c | 987 GPtrArray *gparray; in test_arrays()
|
/external/bluetooth/glib/gthread/ |
D | gthread-win32.c | 93 GPtrArray *array;
|
/external/bluetooth/glib/docs/reference/glib/ |
D | building.sgml | 295 The above applies to GPtrArray as well.
|
D | glib-sections.txt | 2135 GPtrArray
|
/external/dbus/ |
D | NEWS.pre-1-0 | 126 - Fix static string pointer uses in GPtrArray-based collections
|
D | ChangeLog.pre-1-0 | 1588 pointers were put into a GPtrArray-based specialised collection, and 3928 (signature_iter_to_g_type_array): Return a GPtrArray for nonfixed 3958 for GPtrArray and GSList. Register GSList.
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-1-2 | 2018 both the GArray and GPtrArray classes to _set_size, since this 2404 GPtrArray is an array of gpointers and has functions to add and
|
D | ChangeLog.pre-2-4 | 641 call a function for each element of a GPtrArray. (#114790)
|
D | ChangeLog.pre-2-0 | 5790 obvoius. Also made GPtrArray zero elements after
|