Searched refs:g_renew (Results 1 – 13 of 13) sorted by relevance
/external/bluetooth/glib/gobject/ |
D | gvaluearray.c | 87 value_array->values = g_renew (GValue, value_array->values, value_array->n_prealloced); in value_array_grow() 102 value_array->values = g_renew (GValue, value_array->values, value_array->n_prealloced); in value_array_shrink()
|
D | gclosure.c | 332 closure->notifiers = g_renew (GClosureNotifyData, NULL, CLOSURE_N_NOTIFIERS (closure) + 1); in g_closure_set_meta_marshal() 375 …closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure… in g_closure_add_marshal_guards() 428 …closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure… in g_closure_add_finalize_notifier() 463 …closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure… in g_closure_add_invalidate_notifier()
|
D | gtype.c | 456 pnode->children = g_renew (GType, pnode->children, pnode->n_children); in type_node_any_new_W() 1200 CLASSED_NODE_IFACES_ENTRIES (node) = g_renew (IFaceEntry, in type_node_add_iface_entry_W() 1281 IFACE_NODE_PREREQUISITES (iface) = g_renew (GType, in type_iface_add_prerequisite_W() 1295 dependants = g_renew (GType, dependants, n_dependants + 1); in type_iface_add_prerequisite_W() 2202 …static_class_cache_funcs = g_renew (ClassCacheFunc, static_class_cache_funcs, static_n_class_cache… in g_type_add_class_cache_func() 2235 …static_class_cache_funcs = g_renew (ClassCacheFunc, static_class_cache_funcs, static_n_class_cache… in g_type_remove_class_cache_func() 2275 …static_iface_check_funcs = g_renew (IFaceCheckFunc, static_iface_check_funcs, static_n_iface_check… in g_type_add_interface_check() 2309 …static_iface_check_funcs = g_renew (IFaceCheckFunc, static_iface_check_funcs, static_n_iface_check… in g_type_remove_interface_check() 3442 gdata->qdatas = g_renew (QData, gdata->qdatas, gdata->n_qdatas); in type_set_qdata_W()
|
D | gobject.c | 1302 params = g_renew (GParameter, params, n_alloced_params); in g_object_new_valist() 1983 wstack = g_renew (WeakRefStack, NULL, 1); in g_object_weak_ref() 2258 tstack = g_renew (ToggleRefStack, NULL, 1); in g_object_add_toggle_ref() 3032 carray = g_renew (CArray, NULL, 1); in g_object_watch_closure()
|
D | gsignal.c | 779 g_signal_nodes = g_renew (SignalNode*, g_signal_nodes, g_n_signal_nodes); in g_signal_init() 1594 g_signal_nodes = g_renew (SignalNode*, g_signal_nodes, g_n_signal_nodes); in g_signal_newv()
|
/external/bluetooth/glib/glib/ |
D | gmem.h | 68 #define g_renew(struct_type, mem, n_structs) \ macro
|
D | goption.c | 1041 g_renew (gchar *, change->allocated.array.data, in parse_arg() 1099 g_renew (gchar *, change->allocated.array.data, in parse_arg() 1959 group->entries = g_renew (GOptionEntry, group->entries, group->n_entries + n_entries); in g_option_group_add_entries()
|
D | gdataset.c | 683 g_quarks = g_renew (gchar*, g_quarks, g_quark_seq_id + G_QUARK_BLOCK_SIZE); in g_quark_new()
|
D | gutf8.c | 434 alias_array = g_renew (const char *, alias_array, count + 2); in get_alias_hash()
|
/external/bluetooth/glib/gio/ |
D | glocalfile.c | 882 result = g_renew (wchar_t, result, len + 2); in get_volume_for_path() 1996 wfilename = g_renew (wchar_t, wfilename, len + 2); in g_local_file_trash()
|
D | gdesktopappinfo.c | 1335 list = g_renew (char *, list, 1 + length + g_list_length (system_list) + 1); in update_mimeapps_list()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 813 g_renew
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-1-2 | 1845 * glib.h: added g_renew() which works as g_new() for g_realloc().
|