Searched refs:test_subclass (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/glib/gio/xdgmime/ |
D | test-mime.c | 87 test_subclass (const char *mime_a, in test_subclass() function 105 test_subclass ("application/rtf", "text/plain", 1); in test_subclassing() 106 test_subclass ("message/news", "text/plain", 1); in test_subclassing() 107 test_subclass ("message/news", "message/*", 1); in test_subclassing() 108 test_subclass ("message/news", "text/*", 1); in test_subclassing() 109 test_subclass ("message/news", "application/octet-stream", 1); in test_subclassing() 110 test_subclass ("application/rtf", "application/octet-stream", 1); in test_subclassing() 111 test_subclass ("application/x-gnome-app-info", "text/plain", 1); in test_subclassing() 112 test_subclass ("image/x-djvu", "image/vnd.djvu", 1); in test_subclassing() 113 test_subclass ("image/vnd.djvu", "image/x-djvu", 1); in test_subclassing() [all …]
|