Searched refs:g_array_append_val (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/glib/tests/refcount/ |
D | objects.c | 136 g_array_append_val (test_threads, thread); in main() 139 g_array_append_val (test_threads, thread); in main()
|
D | properties.c | 212 g_array_append_val (test_objects, test); in main() 229 g_array_append_val (test_threads, thread); in main()
|
D | signals.c | 262 g_array_append_val (test_threads, thread); in main() 265 g_array_append_val (test_threads, thread); in main()
|
/external/bluetooth/glib/tests/ |
D | unicode-collate.c | 108 g_array_append_val (line_array, line); in main()
|
D | unicode-encoding.c | 393 g_array_append_val (ucs4, ch); in main()
|
D | testglib.c | 1013 g_array_append_val (garray, i); in test_arrays()
|
/external/bluetooth/glib/glib/ |
D | garray.h | 65 #define g_array_append_val(a,v) g_array_append_vals (a, &(v), 1) macro
|
D | gutils.c | 2621 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/ |
D | gfileinfo.c | 1845 g_array_append_val (matcher->more_sub_matchers, s); in matcher_add()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2116 g_array_append_val
|
/external/bluetooth/glib/gobject/ |
D | gsignal.c | 1195 g_array_append_val (result, keys[i].signal_id); in g_signal_list_ids()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-0 | 4007 * garray.h (g_array_append_val, g_array_prepend_val,
|