/external/bluetooth/bluez/attrib/ |
gatttool.c | 125 g_printerr("%s\n", err->message); 143 g_printerr("Discover all primary services failed: %s\n", 164 g_printerr("Discover primary services by UUID failed: %s\n", 198 g_printerr("Discover all characteristics failed: %s\n", 232 g_printerr("Characteristic value/descriptor read failed: %s\n", 237 g_printerr("Protocol error\n"); 262 g_printerr("Read characteristics by UUID failed: %s\n", 310 g_printerr("A valid handle is required\n"); 335 g_printerr("A valid handle is required\n"); 340 g_printerr("A value is required\n") [all...] |
utils.c | 57 g_printerr("MTU cannot be smaller than %d\n", minimum_mtu); 63 g_printerr("Remote Bluetooth address required\n"); 102 g_printerr("%s\n", err->message);
|
interactive.c | 597 g_printerr("Invalid value\n");
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/gtk/ |
ProcessLauncherGtk.cpp | 65 g_printerr("Creation of socket failed: %s.\n", g_strerror(errno)); 80 g_printerr("Unable to fork a new WebProcess: %s.\n", error->message);
|
/external/bluetooth/glib/tests/ |
slice-color.c | 134 g_printerr ("Invalid arguments: block-size=%llu memory-size=%llu\n", block_size, area_size); 139 g_printerr ("Will allocate and touch %llu blocks of %llu bytes (= %llu bytes) %llu times with color increment: 0x%08llx\n", 172 g_printerr ("failed to parse number at: %s\n", derr);
|
markup-escape-test.c | 21 g_printerr ("g_markup_escape_text(): expected '%s', got '%s'\n", 62 g_printerr ("g_markup_printf_escaped(): expected '%s', got '%s'\n",
|
/external/bluetooth/bluez/tracer/ |
main.c | 101 g_printerr("%s\n", err->message); 104 g_printerr("An unknown error occurred\n");
|
/external/bluetooth/glib/tests/refcount/ |
closures.c | 182 g_printerr ("c"); 200 g_printerr ("C"); 266 g_printerr (".\n");
|
/external/dbus/tools/ |
dbus-viewer.c | 111 g_printerr (_("Assuming root node is at path /, since no absolute path is specified")); 194 g_printerr ("%s\n", data); 290 g_printerr ("Failed to get owner of '%s'\n", lfsd->service_name); 300 g_printerr ("Failed to Introspect() %s\n", 548 g_printerr ("Could not open bus connection: %s\n",
|
/external/bluetooth/glib/gio/ |
giomodule.c | 157 g_printerr ("%s\n", g_module_error ()); 169 g_printerr ("%s\n", g_module_error ()); 269 g_printerr ("Failed to load module: %s\n", path);
|
/external/bluetooth/bluez/src/ |
main.c | 408 g_printerr("%s\n", err->message); 411 g_printerr("An unknown error occurred\n");
|
/external/bluetooth/glib/glib/ |
gtestutils.c | 152 g_printerr ("{*LOG(%s)", g_test_log_type_name (msg->log_type)); 154 g_printerr (":{%s}", msg->strings[ui]); 157 g_printerr (":("); 159 g_printerr ("%s%.16Lg", ui ? ";" : "", msg->nums[ui]); 160 g_printerr (")"); 162 g_printerr (":LOG*}\n"); [all...] |
gmessages.h | 231 void g_printerr (const gchar *format,
|
gmessages.c | 1028 g_printerr (const gchar *format, function
|
galiasdef.c | 1843 #undef g_printerr macro [all...] |
galias.h | 1837 #define g_printerr macro [all...] |
/external/bluetooth/glib/tests/gobject/ |
override.c | 383 g_printerr ("*** emitting %s on a %s instance\n"
|
/external/bluetooth/glib/gobject/ |
gtype.c | 108 #define G_READ_LOCK(rw_lock) do { g_printerr (G_STRLOC ": readL++\n"); g_static_rw_lock_reader_lock (rw_lock); } while (0) 109 #define G_READ_UNLOCK(rw_lock) do { g_printerr (G_STRLOC ": readL--\n"); g_static_rw_lock_reader_unlock (rw_lock); } while (0) 110 #define G_WRITE_LOCK(rw_lock) do { g_printerr (G_STRLOC ": writeL++\n"); g_static_rw_lock_writer_lock (rw_lock); } while (0) 111 #define G_WRITE_UNLOCK(rw_lock) do { g_printerr (G_STRLOC ": writeL--\n"); g_static_rw_lock_writer_unlock (rw_lock); } while (0) [all...] |