Home
last modified time | relevance | path

Searched refs:GPtrArray (Results 1 – 23 of 23) sorted by relevance

/external/bluetooth/glib/glib/
Dgarray.h40 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 …]
Dgarray.c363 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 …]
Dgmain.c130 GPtrArray *pending_dispatches;
/external/bluetooth/glib/gio/
Dgicon.h72 GPtrArray *tokens,
Dgemblem.c281 GPtrArray *tokens, in g_emblem_to_tokens()
Dgemblemedicon.c244 GPtrArray *tokens, in g_emblemed_icon_to_tokens()
Dgfileicon.c208 GPtrArray *tokens, in g_file_icon_to_tokens()
Dgicon.c166 GPtrArray *tokens; in g_icon_to_string_tokenized()
Dgthemedicon.c465 GPtrArray *tokens, in g_themed_icon_to_tokens()
Dgcontenttype.c430 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()
Dgfilenamecompleter.c478 GPtrArray *res; in g_filename_completer_get_completions()
Dgfileinfo.c502 GPtrArray *names; in g_file_info_list_attributes()
Dgdesktopappinfo.c2666 GPtrArray *array; in get_all_desktop_entries_for_mime_type()
/external/bluetooth/glib/tests/
Dmainloop-test.c29 GPtrArray *context_array;
36 GPtrArray *crawler_array;
Dtestglib.c987 GPtrArray *gparray; in test_arrays()
/external/bluetooth/glib/gthread/
Dgthread-win32.c93 GPtrArray *array;
/external/bluetooth/glib/docs/reference/glib/
Dbuilding.sgml295 The above applies to GPtrArray as well.
Dglib-sections.txt2135 GPtrArray
/external/dbus/
DNEWS.pre-1-0126 - Fix static string pointer uses in GPtrArray-based collections
DChangeLog.pre-1-01588 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/
DChangeLog.pre-1-22018 both the GArray and GPtrArray classes to _set_size, since this
2404 GPtrArray is an array of gpointers and has functions to add and
DChangeLog.pre-2-4641 call a function for each element of a GPtrArray. (#114790)
DChangeLog.pre-2-05790 obvoius. Also made GPtrArray zero elements after