Home
last modified time | relevance | path

Searched refs:g_queue_get_length (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/tests/
Dqueue-test.c24 g_assert (g_queue_get_length (queue) == queue->length); in check_integrity()
275 l = g_queue_get_length (q); in random_test()
640 if (n == g_queue_get_length (q) - 1) in random_test()
681 gint n = g_random_int_range (0, g_queue_get_length (q)); in random_test()
701 gint n = g_random_int_range (0, g_queue_get_length (q)); in random_test()
942 node = g_queue_peek_nth_link (q, g_queue_get_length (q)); in main()
944 node = g_queue_peek_nth_link (q, g_queue_get_length (q) - 1); in main()
946 node = g_queue_pop_nth_link (q, g_queue_get_length (q)); in main()
948 node = g_queue_pop_nth_link (q, g_queue_get_length (q) - 1); in main()
Dsequence-test.c136 g_assert (info->n_items == g_queue_get_length (info->queue)); in check_integrity()
154 g_assert (info->n_items == g_queue_get_length (info->queue)); in check_integrity()
291 return g_queue_get_length (seq->queue); in queue_link_index()
301 int length = g_queue_get_length (seq->queue); in get_random_range()
332 int length = g_queue_get_length (seq->queue); in get_random_position()
436 int qlen = g_queue_get_length (seq->queue); in run_random_tests()
522 g_assert (g_queue_get_length (seq->queue) == g_sequence_get_length (seq->sequence)); in run_random_tests()
/external/bluetooth/glib/glib/
Dgqueue.h56 guint g_queue_get_length (GQueue *queue);
Dgaliasdef.c2129 #undef g_queue_get_length
2130 extern __typeof (g_queue_get_length) g_queue_get_length __attribute((alias("IA__g_queue_get_length"…
Dgalias.h2122 extern __typeof (g_queue_get_length) IA__g_queue_get_length __attribute((visibility("hidden")));
2123 #define g_queue_get_length IA__g_queue_get_length macro
/external/bluetooth/glib/gio/inotify/
Dinotify-kernel.c664 if (g_queue_get_length (events_to_process) == 0) in ik_process_eq_callback()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1905 g_queue_get_length