Home
last modified time | relevance | path

Searched refs:g_assert_cmpuint (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
Dtestdomdocument.c220 g_assert_cmpuint(count, ==, 3); in test_dom_document_garbage_collection()
223 g_assert_cmpuint(count, ==, 4); in test_dom_document_garbage_collection()
250 g_assert_cmpuint(count, ==, 5); in test_dom_document_garbage_collection()
282 g_assert_cmpuint(count, ==, 1); in test_dom_document_garbage_collection()
289 g_assert_cmpuint(count, ==, 2); in test_dom_document_garbage_collection()
313 g_assert_cmpuint(count, ==, 4); in test_dom_document_garbage_collection()
317 g_assert_cmpuint(count, ==, 5); in test_dom_document_garbage_collection()
/external/bluetooth/glib/glib/
Dgtestutils.h44 #define g_assert_cmpuint(n1, cmp, n2) do { guint64 __n1 = (n1), __n2 = (n2); \ macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2619 g_assert_cmpuint
/external/bluetooth/glib/
DChangeLog.pre-2-161549 added g_assert_cmpuint(). completed g_test_rand*() to cover bits, ints,