Searched refs:g_assert_cmpuint (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit/gtk/tests/ |
D | testdomdocument.c | 220 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/ |
D | gtestutils.h | 44 #define g_assert_cmpuint(n1, cmp, n2) do { guint64 __n1 = (n1), __n2 = (n2); \ macro
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2619 g_assert_cmpuint
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-16 | 1549 added g_assert_cmpuint(). completed g_test_rand*() to cover bits, ints,
|