Home
last modified time | relevance | path

Searched refs:g_array_index (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/glib/tests/refcount/
Dproperties.c226 test = g_array_index (test_objects, GTest *, i); in main()
240 thread = g_array_index (test_threads, GThread *, i); in main()
249 test = g_array_index (test_objects, GTest *, i); in main()
Dobjects.c151 thread = g_array_index (test_threads, GThread *, i); in main()
Dsignals.c277 thread = g_array_index (test_threads, GThread *, i); in main()
/external/bluetooth/glib/glib/
Dgthread.c432 return g_array_index (array, GStaticPrivateNode, in g_static_private_get()
479 node = &g_array_index (array, GStaticPrivateNode, private_key->index - 1); in g_static_private_set()
518 GStaticPrivateNode *node = &g_array_index (array, in g_static_private_free()
554 &g_array_index (array, GStaticPrivateNode, i); in g_thread_cleanup()
Dgarray.h68 #define g_array_index(a,t,i) (((t*) (void *) (a)->data) [(i)]) macro
/external/bluetooth/glib/tests/
Dunicode-collate.c119 printf ("%s\n", g_array_index (line_array, Line, i).str); in main()
Dtestglib.c1015 if (g_array_index (garray, gint, i) != i) in test_arrays()
1016 g_error ("failure: %d ( %d )\n", g_array_index (garray, gint, i), i); in test_arrays()
1023 if (g_array_index (garray, gint, i) != (100 - i - 1)) in test_arrays()
1024 g_error ("failure: %d ( %d )\n", g_array_index (garray, gint, i), 100 - i - 1); in test_arrays()
/external/chromium/net/tools/spdyshark/
Dpacket-spdy.c342 DISSECTOR_ASSERT(g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id) == NULL); in spdy_save_stream_info()
352 g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id) = si; in spdy_save_stream_info()
363 return g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id); in spdy_get_stream_info()
/external/bluetooth/glib/gio/
Dgfileinfo.c359 attr = &g_array_index (info->attributes, GFileAttribute, i); in g_file_info_set_attribute_mask()
2171 sub_matcher = &g_array_index (matcher->more_sub_matchers, SubMatcher, i); in g_file_attribute_matcher_enumerate_next()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2127 g_array_index
/external/bluetooth/glib/
DChangeLog.pre-2-16848 * glib/garray.h: use an intermediate cast to void * in g_array_index()
DNEWS1206 502927 g_array_index triggers cast aligment warning
DChangeLog.pre-1-22027 accepts the type as an argument is g_array_index, which casts the