Searched refs:g_array_index (Results 1 – 13 of 13) sorted by relevance
/external/bluetooth/glib/tests/refcount/ |
D | properties.c | 226 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()
|
D | objects.c | 151 thread = g_array_index (test_threads, GThread *, i); in main()
|
D | signals.c | 277 thread = g_array_index (test_threads, GThread *, i); in main()
|
/external/bluetooth/glib/glib/ |
D | gthread.c | 432 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()
|
D | garray.h | 68 #define g_array_index(a,t,i) (((t*) (void *) (a)->data) [(i)]) macro
|
/external/bluetooth/glib/tests/ |
D | unicode-collate.c | 119 printf ("%s\n", g_array_index (line_array, Line, i).str); in main()
|
D | testglib.c | 1015 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/ |
D | packet-spdy.c | 342 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/ |
D | gfileinfo.c | 359 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/ |
D | glib-sections.txt | 2127 g_array_index
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-16 | 848 * glib/garray.h: use an intermediate cast to void * in g_array_index()
|
D | NEWS | 1206 502927 g_array_index triggers cast aligment warning
|
D | ChangeLog.pre-1-2 | 2027 accepts the type as an argument is g_array_index, which casts the
|