Searched defs:g_print (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/tests/
H A Ddate-test.c34 #define g_print g_print_dummy macro
68 g_print("checking GDate...");
108 g_print("\nLocale set to %s\n", loc);
110 g_print("\nLocale unchanged\n");
117 g_print("%s", buf);
123 g_print("%s", buf);
130 g_print("%s", buf);
165 g_print(" (Break in sequence of requested years to check)\n");
167 g_print("Checking year %u", y);
226 g_print("firs
[all...]
/external/bluetooth/glib/glib/
H A Dgmessages.c977 g_print (const gchar *format, function
H A Dgalias.h1833 extern __typeof (g_print) IA__g_print __attribute((visibility("hidden"))) G_GNUC_PRINTF(1,2);
1834 #define g_print IA__g_print macro
H A Dgaliasdef.c1840 #undef g_print macro
1841 extern __typeof (g_print) g_print __attribute((alias("IA__g_print"), visibility("default")));

Completed in 116 milliseconds