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

  /external/bluetooth/glib/tests/
list-test.c 8 #define PRINT_MSG(args)
9 /* #define PRINT_MSG(args) g_print args ; g_print ("\n"); */
39 PRINT_MSG (("testing g_list_sort()"));
65 PRINT_MSG (("testing g_list_sort_with_data()"));
91 PRINT_MSG (("testing g_list_insert_sorted()"));
116 PRINT_MSG (("testing g_list_insert_sorted_with_data()"));
146 PRINT_MSG (("testing g_list_reverse()"));
170 PRINT_MSG (("testing g_list_nth()"));
209 PRINT_MSG (("testing finished"));
slist-test.c 8 #define PRINT_MSG(args)
9 /* #define PRINT_MSG(args) g_print args ; g_print ("\n"); */
39 PRINT_MSG (("testing g_slist_sort()"));
63 PRINT_MSG (("testing g_slist_sort_with_data()"));
87 PRINT_MSG (("testing g_slist_insert_sorted()"));
110 PRINT_MSG (("testing g_slist_insert_sorted_with_data()"));
138 PRINT_MSG (("testing g_slist_reverse()"));
162 PRINT_MSG (("testing g_slist_nth()"));
201 PRINT_MSG (("testing finished"));
asyncqueue-test.c 11 #define PRINT_MSG(args)
12 /* #define PRINT_MSG(args) g_print args ; g_print ("\n"); */
66 PRINT_MSG (("sorting async queue..."));
78 PRINT_MSG (("sorted queue (for %d/%d times, size:%d)...", sorts, MAX_SORTS, len));
142 PRINT_MSG (("creating async queue..."));
147 PRINT_MSG (("creating thread pool with max threads:%d, max unused threads:%d...",
159 PRINT_MSG (("creating threads..."));
181 PRINT_MSG (("%s %d %s %d ms",

Completed in 39 milliseconds