HomeSort by relevance Sort by last modified time
    Searched refs:g_ptr_array_index (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/glib/
garray.h 108 #define g_ptr_array_index(array,index_) ((array)->pdata)[index_] macro
  /external/bluetooth/glib/gthread/
gthread-win32.c 200 SetEvent (g_ptr_array_index (cond->array, 0));
214 SetEvent (g_ptr_array_index (cond->array, i));
  /external/bluetooth/glib/gio/
gicon.c 199 token = g_ptr_array_index (tokens, i);
gdesktopappinfo.c     [all...]
  /external/bluetooth/glib/tests/
testglib.c 995 if (g_ptr_array_index (gparray, i) != GINT_TO_POINTER (i))
996 g_error ("array fails: %p ( %p )\n", g_ptr_array_index (gparray, i), GINT_TO_POINTER (i));
    [all...]

Completed in 58 milliseconds