HomeSort by relevance Sort by last modified time
    Searched refs:g_print (Results 1 - 25 of 50) sorted by null

1 2

  /external/bluetooth/glib/tests/
testgdateparser.c 16 if (!d) g_print("NULL!\n");
18 g_print("julian: %u (%s) DMY: %u %u %u (%s)\n",
53 g_print("\nLocale set to %s\n", loc);
55 g_print("\nLocale unchanged\n");
63 g_print("Enter a date to parse and press enter, or type `POSIX':\n");
73 g_print("POSIXy parse test `%s' ...", *s);
77 g_print(" failed.\n");
85 g_print("%s", buf);
97 g_print("Parse failed.\n");
105 g_print("%s", buf)
    [all...]
bookmarkfile-test.c 29 g_print ("Load error: %s\n", error->message);
49 g_print ("URI/size mismatch: URI count is %d (should be %d)\n", uris_len, size);
57 g_print ("URI/bookmark mismatch: bookmark for '%s' does not exist\n", uris[i]);
75 g_print ("\t=> check global title/description...");
88 g_print ("ok\n");
90 g_print ("\t=> check bookmark title/description...");
98 g_print ("ok\n");
100 g_print ("\t=> check non existing bookmark...");
104 g_print ("ok\n");
106 g_print ("\t=> check application...")
    [all...]
testgdate.c 23 g_print ("\n(%s:%d) failed for: %s\n", __FILE__, __LINE__, ( # cond )); \
25 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
29 if ((passed+notpassed) % 10000 == 0) g_print ("."); fflush (stdout); \
34 if (!d) g_print("NULL!\n");
36 g_print("julian: %u (%s) DMY: %u %u %u (%s)\n",
75 g_print("checking GDate...");
115 g_print("\nLocale set to %s\n", loc);
117 g_print("\nLocale unchanged\n");
124 g_print("%s", buf);
130 g_print("%s", buf)
    [all...]
date-test.c 34 #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("first day: %u this day: %u day of year: %u\n",
    [all...]
gio-test.c 85 g_print ("gio-test: ...from %d: G_IO_ERROR_%s\n", fd,
122 g_print ("gio-test: ...from %d:%s%s%s%s\n", fd,
149 g_print ("gio-test: ...from %d: EOF\n", fd);
162 g_print ("gio-test: ...from %d: invalid sequence number %d, expected %d\n",
179 g_print ("gio-test: ...from %d: EOF\n", fd);
189 g_print ("gio-test: ...from %d: nbytes = %d (%#x)!\n", fd, nbytes, nbytes);
194 g_print ("gio-test: ...from %d: %d bytes\n", fd, nbytes);
206 g_print ("gio-test: ...from %d: EOF\n", fd);
215 g_print ("gio-test: ...from %d: buf[%d] == '%c', should be '%c'\n",
220 g_print ("gio-test: ...from %d: OK\n", fd)
    [all...]
uri-test.c 193 g_print ("\ng_filename_to_uri() test %d failed, expected to return NULL, actual result: %s\n", i, res);
200 g_print ("\ng_filename_to_uri() test %d failed, returned NULL, but didn't set error\n", i);
205 g_print ("\ng_filename_to_uri() test %d failed, returned NULL, set non G_CONVERT_ERROR error\n", i);
210 g_print ("\ng_filename_to_uri() test %d failed as expected, but set wrong errorcode %d instead of expected %d \n",
218 g_print ("\ng_filename_to_uri() test %d failed, expected result: %s, actual result: %s\n",
221 g_print ("Error message: %s\n", error->message);
247 g_print ("\ng_filename_from_uri() test %d failed, expected to return NULL, actual result: %s\n", i, res);
254 g_print ("\ng_filename_from_uri() test %d failed, returned NULL, but didn't set error\n", i);
259 g_print ("\ng_filename_from_uri() test %d failed, returned NULL, set non G_CONVERT_ERROR error\n", i);
264 g_print ("\ng_filename_from_uri() test %d failed as expected, but set wrong errorcode %d instead of expect (…)
    [all...]
gio-ls.c 42 g_print ("%s", error->message);
82 g_print ("%s", error->message);
96 g_print ("%c%c%c%c ",
103 g_print ("\t%15s", val ? val : "?user?");
106 g_print ("\t%15s", val ? val : "?group?");
109 g_print ("\t%s\n", name ? name : "?noname?");
testglib.c 78 g_print("%d", three);
109 g_print("\n");
127 g_print("\n");
147 g_print("\n");
185 g_print("\n");
203 g_print("\n");
223 g_print("\n");
400 g_print ("%c ", *ch);
434 g_print ("tree: ");
436 g_print ("\n")
    [all...]
libmoduletestplugin_a.c 66 g_print ("error: %s\n", g_module_error ());
dirname-test.c 40 g_print ("\n(%s:%d) failed for: %s\n", __FILE__, __LINE__, ( # cond )); \
42 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
45 g_print ("."); fflush (stdout); \
base64-test.c 48 g_print ("Too long encoded length: got %d, expected max %d\n",
70 g_print ("Wrong decoded length: got %d, expected %d\n",
77 g_print ("Wrong decoded base64 data\n");
98 g_print ("Wrong decoded length: got %d, expected %d\n",
105 g_print ("Wrong decoded base64 data\n");
slice-concurrent.c 45 // g_print ("Thread %d starting\n", td->thread_id);
49 g_print ("%c", 'a' - 1 + td->thread_id);
103 g_print ("Starting %d threads for concurrent GSlice usage...\n", N_THREADS);
113 g_print ("\n");
116 g_print ("Thread %d: %d blocks freed, %d blocks not freed\n",
mapping-test.c 72 g_print ("failed to write '%s': %s\n",
90 g_print ("failed to map '%s' non-writable, shared: %s\n",
156 g_print ("failed to read '%s': %s\n",
191 g_print ("failed to spawn child: %s\n",
219 g_print ("failed to read '%s': %s\n", name, error->message);
patterntest.c 39 g_print (msg);
103 g_print ("failed \t(match_type: %s, expected %s)\n",
112 g_print ("failed \t(pattern: \"%s\", expected \"%s\")\n",
121 g_print ("failed \t(pattern_length: %d, expected %d)\n",
130 g_print ("failed \t(min_length: %d, expected %d)\n",
155 g_print ("failed \t(unexpected %s)\n", (match ? "mismatch" : "match"));
177 g_print ("failed \t{%s, %u, \"%s\"} %s {%s, %u, \"%s\"}\n",
relation-test.c 40 g_print ("\n(%s:%d) failed for: %s\n", __FILE__, __LINE__, ( # cond )); \
42 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
45 g_print ("."); fflush (stdout); \
regex-test.c 90 g_print ("%s", msg);
106 g_print ("failed \t(pattern: \"%s\", compile: %d, match %d)\n",
113 g_print ("failed \t(pattern: \"%s\")\n",
147 g_print ("failed \t(pattern: \"%s\", compile: %d)\n",
155 g_print ("failed \t(pattern: \"%s\", compile: %d, got error: %d, "
188 g_print ("failed \t(unexpected %s)\n", match ? "match" : "mismatch");
229 g_print ("failed \t(unexpected %s) '%s' against '%s'\n", match ? "match" : "mismatch", e1, e2);
241 g_print ("failed \t(pattern: \"%s\", string: \"%s\")\n",
339 g_print ("failed \t(got %d %s, expected %d)\n", match_count,
355 g_print ("failed \t(got \"%s\", expected \"%s\")\n"
    [all...]
checksum-test.c 606 g_print ("Invalid %s checksum for `%.*s' (length %d) counting by %d:\n"
637 g_print ("Invalid %s checksum for `%.*s' (length %d):\n"
  /external/bluetooth/glib/tests/refcount/
objects2.c 73 g_print ("init %p\n", test);
83 g_print ("dispose %p!\n", object);
93 g_print (".");
105 g_print ("START: %s\n", argv[0]);
115 g_print ("\n");
objects.c 74 g_print ("init %p\n", test);
84 g_print ("dispose %p!\n", object);
104 g_print (".");
121 g_print ("START: %s\n", argv[0]);
145 g_print ("\nstopping\n");
155 g_print ("stopped\n");
properties2.c 98 g_print ("init %p\n", test);
108 g_print ("dispose %p!\n", object);
163 g_print (".");
182 g_print ("START: %s\n", argv[0]);
signals.c 127 g_print ("init %p\n", test);
139 g_print ("dispose %p!\n", object);
217 g_print (".");
231 /*g_print ("+ %d", value);*/
243 g_print ("START: %s\n", argv[0]);
271 g_print ("\nstopping\n");
281 g_print ("stopped\n");
  /external/bluetooth/bluez/attrib/
gatttool.c 84 g_print("Notification handle = 0x%04x value: ", handle);
87 g_print("Indication handle = 0x%04x value: ", handle);
90 g_print("Invalid opcode\n");
95 g_print("%02x ", pdu[i]);
97 g_print("\n");
150 g_print("attr handle = 0x%04x, end grp handle = 0x%04x "
171 g_print("Starting handle: %04x Ending handle: %04x\n",
206 g_print("handle = 0x%04x, char properties = 0x%02x, char value "
240 g_print("Characteristic value/descriptor: ");
242 g_print("%02x ", value[i])
    [all...]
  /external/bluetooth/glib/glib/
gpoll.c 152 g_print (" MsgWaitForMultipleObjectsEx(%d, %d)\n", nhandles, timeout);
181 g_print (" WaitForMultipleObjectsEx(%d, %d)\n", nhandles, timeout);
193 g_print (" wait returns %ld%s\n",
230 g_print (" got event %p\n", (HANDLE) f->fd);
266 g_print ("g_poll: waiting for");
272 g_print (" MSG");
297 g_print (" %p", (HANDLE) f->fd);
304 g_print ("\n");
gmem.c 374 g_print (" blocks of | allocated | freed | allocated | freed | n_bytes \n");
375 g_print (" n_bytes | n_times by | n_times by | n_times by | n_times by | remaining \n");
376 g_print (" | malloc() | free() | realloc() | realloc() | \n");
377 g_print ("===========|============|============|============|============|===========\n");
380 g_print ("%10u | %10ld | %10ld | %10ld | %10ld |%+11ld\n",
384 g_print (" >%6u | %10ld | %10ld | %10ld | %10ld | ***\n",
388 g_print (" --- none ---\n");
419 g_print ("GLib Memory statistics (successful operations):\n");
421 g_print ("GLib Memory statistics (failing operations):\n");
423 g_print ("Total bytes: allocated=%"G_GSIZE_FORMAT",
    [all...]
  /external/bluetooth/glib/gobject/
testgobject.c 88 g_print ("Iface-FOO: \"%s\" from %p\n", string, tiobj);
225 g_print ("private data during initialization: %u == %u\n", priv->dummy1, 54321);
273 g_print ("Iface-BAR: \"%s\" from %p\n", string, tiobj);
275 g_print ("chaining: ");
408 g_print ("MAIN: emit test-signal:\n");
414 g_print ("MAIN: call iface print-string on test and derived object:\n");
419 g_print ("private data after initialization: %u == %u\n", priv->dummy1, 54321);

Completed in 486 milliseconds

1 2