Home
last modified time | relevance | path

Searched refs:g_array_append_val (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/glib/tests/refcount/
Dobjects.c136 g_array_append_val (test_threads, thread); in main()
139 g_array_append_val (test_threads, thread); in main()
Dproperties.c212 g_array_append_val (test_objects, test); in main()
229 g_array_append_val (test_threads, thread); in main()
Dsignals.c262 g_array_append_val (test_threads, thread); in main()
265 g_array_append_val (test_threads, thread); in main()
/external/bluetooth/glib/tests/
Dunicode-collate.c108 g_array_append_val (line_array, line); in main()
Dunicode-encoding.c393 g_array_append_val (ucs4, ch); in main()
Dtestglib.c1013 g_array_append_val (garray, i); in test_arrays()
/external/bluetooth/glib/glib/
Dgarray.h65 #define g_array_append_val(a,v) g_array_append_vals (a, &(v), 1) macro
Dgutils.c2621 g_array_append_val (data_dirs, p); in g_win32_get_system_data_dirs_for_module()
2626 g_array_append_val (data_dirs, p); in g_win32_get_system_data_dirs_for_module()
2652 g_array_append_val (data_dirs, p); in g_win32_get_system_data_dirs_for_module()
2659 g_array_append_val (data_dirs, p); in g_win32_get_system_data_dirs_for_module()
2666 g_array_append_val (data_dirs, p); in g_win32_get_system_data_dirs_for_module()
/external/bluetooth/glib/gio/
Dgfileinfo.c1845 g_array_append_val (matcher->more_sub_matchers, s); in matcher_add()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2116 g_array_append_val
/external/bluetooth/glib/gobject/
Dgsignal.c1195 g_array_append_val (result, keys[i].signal_id); in g_signal_list_ids()
/external/bluetooth/glib/
DChangeLog.pre-2-04007 * garray.h (g_array_append_val, g_array_prepend_val,