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

  /external/bluetooth/glib/tests/refcount/
properties.c 226 test = g_array_index (test_objects, GTest *, i);
240 thread = g_array_index (test_threads, GThread *, i);
249 test = g_array_index (test_objects, GTest *, i);
objects.c 151 thread = g_array_index (test_threads, GThread *, i);
signals.c 277 thread = g_array_index (test_threads, GThread *, i);
  /external/bluetooth/glib/tests/
unicode-collate.c 119 printf ("%s\n", g_array_index (line_array, Line, i).str);
testglib.c 1015 if (g_array_index (garray, gint, i) != i)
1016 g_error ("failure: %d ( %d )\n", g_array_index (garray, gint, i), i);
1023 if (g_array_index (garray, gint, i) != (100 - i - 1))
1024 g_error ("failure: %d ( %d )\n", g_array_index (garray, gint, i), 100 - i - 1);
    [all...]
  /external/bluetooth/glib/glib/
garray.h 68 #define g_array_index(a,t,i) (((t*) (void *) (a)->data) [(i)]) macro
gthread.c 432 return g_array_index (array, GStaticPrivateNode,
479 node = &g_array_index (array, GStaticPrivateNode, private_key->index - 1);
518 GStaticPrivateNode *node = &g_array_index (array,
554 &g_array_index (array, GStaticPrivateNode, i);
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 342 DISSECTOR_ASSERT(g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id) == NULL);
352 g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id) = si;
363 return g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id);
    [all...]
  /external/bluetooth/glib/gio/
gfileinfo.c 359 attr = &g_array_index (info->attributes, GFileAttribute, i);
    [all...]

Completed in 258 milliseconds