Searched refs:g_ptr_array_index (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/glib/glib/ |
D | garray.h | 108 #define g_ptr_array_index(array,index_) ((array)->pdata)[index_] macro
|
/external/bluetooth/glib/gthread/ |
D | gthread-win32.c | 200 SetEvent (g_ptr_array_index (cond->array, 0)); in g_cond_signal_win32_impl() 214 SetEvent (g_ptr_array_index (cond->array, i)); in g_cond_broadcast_win32_impl()
|
/external/bluetooth/glib/gio/ |
D | gicon.c | 199 token = g_ptr_array_index (tokens, i); in g_icon_to_string_tokenized()
|
D | gdesktopappinfo.c | 2679 anc = _g_unix_content_type_get_parents (g_ptr_array_index (array, i)); in get_all_desktop_entries_for_mime_type() 2684 if (strcmp (anc[j], g_ptr_array_index (array, k)) == 0) in get_all_desktop_entries_for_mime_type()
|
/external/bluetooth/glib/tests/ |
D | testglib.c | 995 if (g_ptr_array_index (gparray, i) != GINT_TO_POINTER (i)) in test_arrays() 996 g_error ("array fails: %p ( %p )\n", g_ptr_array_index (gparray, i), GINT_TO_POINTER (i)); in test_arrays()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2147 g_ptr_array_index
|