OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_assert
(Results
76 - 100
of
131
) sorted by null
1
2
3
4
5
6
/external/bluetooth/glib/gio/fen/
fen-kernel.c
276
g_assert
(pn->ref <= max_port_events);
303
g_assert
(pn->ref < max_port_events);
308
g_assert
(g_list_find (pn_vq, pn) == NULL);
324
g_assert
(g_list_find (pn_vq, pn) == NULL);
331
g_assert
(pn->port_source_id > 0);
352
g_assert
(f && fobj);
359
g_assert
(fo);
377
g_assert
(len);
520
g_assert
(ev);
gfendirectorymonitor.c
91
g_assert
(dirname != NULL);
101
g_assert
(self->sub);
gfenfilemonitor.c
91
g_assert
(filename != NULL);
101
g_assert
(self->sub);
/external/dbus/tools/
dbus-viewer.c
171
g_assert
(proxy != NULL);
239
g_assert
(d->node == NULL);
247
g_assert
(d->error == NULL);
280
g_assert
(root_proxy != NULL);
331
g_assert
(lfsd->node || lfsd->error);
332
g_assert
(lfsd->node == NULL || lfsd->error == NULL);
391
g_assert
(window == w->window);
554
g_assert
(connection == dbus_g_bus_get (DBUS_BUS_SESSION, NULL));
596
g_assert
(error != NULL);
/external/webkit/Source/WebKit/gtk/tests/
testwebdatasource.c
51
g_assert
(dataSource);
63
g_assert
(status != WEBKIT_LOAD_FINISHED);
83
g_assert
(webkit_web_data_source_is_loading(dataSource));
103
g_assert
(data->len > 100);
149
g_assert
(webkit_web_data_source_is_loading(dataSource));
testwebview.c
57
g_assert
(!error);
126
g_assert
(been_to_uri_changed);
127
g_assert
(been_to_icon_loaded);
/external/bluetooth/glib/gio/fam/
gfamdirectorymonitor.c
81
g_assert
(dirname != NULL);
86
g_assert
(sub != NULL);
gfamfilemonitor.c
81
g_assert
(filename != NULL);
86
g_assert
(sub != NULL);
/external/bluetooth/glib/gio/inotify/
inotify-missing.c
116
g_assert
(sub);
117
g_assert
(sub->dirname);
/external/bluetooth/glib/tests/
scannerapi.c
35
g_assert
(fix->scanner != NULL);
41
g_assert
(fix->scanner != NULL);
markup-collect.c
47
g_assert
(result ||
67
g_assert
(result ||
gio-test.c
155
g_assert
(nb == sizeof (nbytes));
185
g_assert
(nb == sizeof (nbytes));
192
g_assert
(nbytes >= 0 && nbytes < BUFSIZE);
slice-concurrent.c
107
g_assert
(tdata[t].gthread != NULL);
onceinit.c
122
g_assert
(p == &dummy_value);
124
g_assert
(p == &dummy_value);
asyncqueue-test.c
90
g_assert
(GPOINTER_TO_INT (last_p) <= GPOINTER_TO_INT (p));
/external/bluetooth/glib/gio/tests/
memory-input-stream.c
56
g_assert
(strncmp (buffer, result + pos, bytes_read) == 0);
sleepy-stream.c
175
g_assert
(strstr (str, eol) == NULL);
176
g_assert
(strlen (str) == length);
239
g_assert
(data == G_DATA_INPUT_STREAM (object));
251
g_assert
(length == strlen (str));
data-input-stream.c
57
g_assert
(base_stream != NULL);
59
g_assert
(stream != NULL);
/external/bluetooth/bluez/plugins/
gatt-example.c
100
g_assert
(h - start_handle == svc_size);
212
g_assert
(h - start_handle == svc_size);
272
g_assert
(h - start_handle == svc_size);
329
g_assert
(h - start_handle == svc_size);
374
g_assert
(h - start_handle == svc_size);
455
g_assert
(h - start_handle == svc_size);
/external/bluetooth/glib/gobject/
gparamspecs.c
1129
g_assert
(type == G_TYPE_PARAM_CHAR);
1147
g_assert
(type == G_TYPE_PARAM_UCHAR);
1165
g_assert
(type == G_TYPE_PARAM_BOOLEAN);
1183
g_assert
(type == G_TYPE_PARAM_INT);
1201
g_assert
(type == G_TYPE_PARAM_UINT);
1219
g_assert
(type == G_TYPE_PARAM_LONG);
1237
g_assert
(type == G_TYPE_PARAM_ULONG);
1255
g_assert
(type == G_TYPE_PARAM_INT64);
[
all
...]
gtype.c
405
g_assert
((type & TYPE_ID_MASK) == 0);
492
g_assert
((ftype & TYPE_ID_MASK) == 0);
493
g_assert
(ftype <= G_TYPE_FUNDAMENTAL_MAX);
514
g_assert
(pnode);
515
g_assert
(pnode->n_supers < MAX_N_SUPERS);
516
g_assert
(pnode->n_children < MAX_N_CHILDREN);
790
g_assert
(ftype <= G_TYPE_FUNDAMENTAL_MAX && !(ftype & TYPE_ID_MASK));
981
g_assert
(node->data == NULL && info != NULL);
[
all
...]
/external/bluetooth/glib/tests/refcount/
properties2.c
190
g_assert
(count == test->dummy);
196
g_assert
(count == test->dummy);
properties.c
214
g_assert
(test->count == test->dummy);
251
g_assert
(test->count == test->dummy);
/external/bluetooth/glib/gio/win32/
gwin32directorymonitor.c
210
g_assert
(self->priv != 0);
214
g_assert
(self->priv->file_notify_buffer);
/external/bluetooth/glib/glib/
gtestutils.h
64
#define
g_assert
(expr) do { (void) 0; } while (0)
macro
67
#define
g_assert
(expr) do { if G_LIKELY (expr) ; else \
macro
Completed in 204 milliseconds
1
2
3
4
5
6