Searched refs:g_assert_error (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/glib/gio/tests/ |
D | live-g-file.c | 611 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in test_enumerate() 616 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_DIRECTORY); in test_enumerate() 684 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in do_copy_move() 692 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_WOULD_RECURSE); in do_copy_move() 694 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_DIRECTORY); in do_copy_move() 701 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_WOULD_RECURSE); in do_copy_move() 708 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in do_copy_move() 715 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_PERMISSION_DENIED); in do_copy_move() 846 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_create() 852 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_create() [all …]
|
/external/bluetooth/glib/tests/ |
D | bookmarkfile-test.c | 102 g_assert_error (error, G_BOOKMARK_FILE_ERROR, G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND); in test_modify() 127 g_assert_error (error, G_BOOKMARK_FILE_ERROR, G_BOOKMARK_FILE_ERROR_APP_NOT_REGISTERED); in test_modify() 141 g_assert_error (error, G_BOOKMARK_FILE_ERROR, G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND); in test_modify()
|
D | file-test.c | 135 g_assert_error (error, G_FILE_ERROR, G_FILE_ERROR_NOENT); in test_readlink() 140 g_assert_error (error, G_FILE_ERROR, G_FILE_ERROR_INVAL); in test_readlink()
|
D | convert-test.c | 84 g_assert_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_ILLEGAL_SEQUENCE); in test_one_half()
|
/external/bluetooth/glib/glib/ |
D | gtestutils.h | 59 #define g_assert_error(err, dom, c) do { if (!err || (err)->domain != dom || (err)->code != c) \ macro
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-20 | 762 * glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to 773 * tests/file-test.c: Use g_assert_error/g_assert_no_error
|
D | NEWS | 366 * New macros g_assert_error and g_assert_no_error to assert
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2623 g_assert_error
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 204 g_assert_error() and g_assert_no_error()
|
/external/bluetooth/glib/gio/ |
D | ChangeLog | 836 * tests/memory-output-stream.c: Use g_assert_error() and
|