Searched refs:DEBUG_MSG (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/tests/
H A Dthreadpool-test.c8 #define DEBUG_MSG(x) macro
9 /* #define DEBUG_MSG(args) g_printerr args ; g_printerr ("\n"); */
50 DEBUG_MSG (("[funcs] Setting max unused threads to %d",
54 DEBUG_MSG (("[funcs] Getting max unused threads = %d",
58 DEBUG_MSG (("[funcs] Getting num unused threads = %d",
62 DEBUG_MSG (("[funcs] Stopping unused threads"));
67 DEBUG_MSG (("[funcs] Setting max idle time to %d",
71 DEBUG_MSG (("[funcs] Getting max idle time = %d",
75 DEBUG_MSG (("[funcs] Setting max idle time to 0"));
78 DEBUG_MSG (("[func
[all...]
H A Dlist-test.c6 #define DEBUG_MSG(args) macro
7 /* #define DEBUG_MSG(args) g_printerr args ; g_printerr ("\n"); */
53 DEBUG_MSG (("list_sort #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
79 DEBUG_MSG (("list_sort_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
104 DEBUG_MSG (("list_insert_sorted #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
132 DEBUG_MSG (("list_insert_sorted_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
189 DEBUG_MSG (("debugging messages turned on"));
191 DEBUG_MSG (("creating %d random numbers", SIZE));
196 DEBUG_MSG (("number #%3.3d ---> %d", i, array[i]));
H A Dslist-test.c6 #define DEBUG_MSG(args) macro
7 /* #define DEBUG_MSG(args) g_printerr args ; g_printerr ("\n"); */
53 DEBUG_MSG (("slist_sort #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
77 DEBUG_MSG (("slist_sort_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
100 DEBUG_MSG (("slist_insert_sorted #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
126 DEBUG_MSG (("slist_insert_sorted_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
181 DEBUG_MSG (("debugging messages turned on"));
183 DEBUG_MSG (("creating %d random numbers", SIZE));
188 DEBUG_MSG (("number #%3.3d ---> %d", i, array[i]));
H A Dasyncqueue-test.c9 #define DEBUG_MSG(args) macro
10 /* #define DEBUG_MSG(args) g_printerr args ; g_printerr ("\n"); */
46 DEBUG_MSG (("comparing #1:%d and #2:%d, returning %d",
82 DEBUG_MSG (("printing queue (size:%d)...", len));
87 DEBUG_MSG (("item %d ---> %d", i, GPOINTER_TO_INT (p)));
113 DEBUG_MSG (("entered thread with id:%d, adding to queue in:%ld ms", id, ms));
125 DEBUG_MSG (("thread id:%d added to async queue (size:%d)",
187 DEBUG_MSG (("entering main event loop"));

Completed in 12 milliseconds