HomeSort by relevance Sort by last modified time
    Searched full:g_assert (Results 76 - 100 of 143) sorted by null

1 2 34 5 6

  /external/bluetooth/glib/gio/inotify/
inotify-missing.c 116 g_assert (sub);
117 g_assert (sub->dirname);
  /external/bluetooth/glib/tests/refcount/
properties.c 214 g_assert (test->count == test->dummy);
251 g_assert (test->count == test->dummy);
  /external/bluetooth/glib/tests/
scannerapi.c 35 g_assert (fix->scanner != NULL);
41 g_assert (fix->scanner != NULL);
onceinit.c 122 g_assert (p == &dummy_value);
124 g_assert (p == &dummy_value);
gio-test.c 155 g_assert (nb == sizeof (nbytes));
185 g_assert (nb == sizeof (nbytes));
192 g_assert (nbytes >= 0 && nbytes < BUFSIZE);
asyncqueue-test.c 90 g_assert (GPOINTER_TO_INT (last_p) <= GPOINTER_TO_INT (p));
iochannel-test.c 49 g_assert (status == G_IO_STATUS_NORMAL);
slice-concurrent.c 107 g_assert (tdata[t].gthread != NULL);
markup-collect.c 47 g_assert (result ||
67 g_assert (result ||
mainloop-test.c 311 g_assert (g_ptr_array_remove_fast (crawler_array, other_source));
slice-color.c 86 g_assert (accu / repeats == (2 + 3) * n / 2 + 4 * n / 2);
  /external/webkit/WebKit/gtk/tests/
testhittestresult.c 91 g_assert(result);
93 g_assert(context & info->flag);
testkeyevents.c 91 g_assert(!handled);
  /external/bluetooth/glib/gio/tests/
memory-input-stream.c 56 g_assert (strncmp (buffer, result + pos, bytes_read) == 0);
data-input-stream.c 57 g_assert (base_stream != NULL);
59 g_assert(stream != NULL);
data-output-stream.c 64 g_assert (res == TRUE);
  /external/bluetooth/glib/docs/reference/glib/tmpl/
error_reporting.sgml 23 g_return_if_fail(), g_assert(), g_error(), or some similar facility.
53 g_assert ((contents == NULL &amp;&amp; err != NULL) || (contents != NULL &amp;&amp; err == NULL));
57 g_assert (contents == NULL);
64 g_assert (contents != NULL);
143 g_assert (err == NULL || *err != NULL);
148 g_assert (err == NULL || *err == NULL);
  /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...]
gvalue.c 85 * g_assert (!G_VALUE_HOLDS_STRING (&amp;a));
89 * g_assert (G_VALUE_HOLDS_STRING (&amp;a));
104 * g_assert (g_value_type_transformable (G_TYPE_INT, G_TYPE_STRING));
  /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
  /external/bluetooth/bluez/audio/
gstsbcutil.c 331 g_assert(*error_message == NULL);
489 g_assert(gst_caps_is_fixed(caps));
  /external/bluetooth/glib/gthread/
gthread-win32.c 237 g_assert (WaitForSingleObject (event, 0) == WAIT_TIMEOUT);
268 g_assert (g_ptr_array_remove (cond->array, event) == FALSE);
  /external/bluetooth/glib/docs/
macros.txt 46 The g_assert() and g_assert_not_reached() become non-functional

Completed in 1598 milliseconds

1 2 34 5 6