Searched refs:test_one_match (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/glib/gio/xdgmime/ |
D | test-mime.c | 120 test_one_match (const char *filename, const char *expected) in test_one_match() function 136 test_one_match ("foo.bar.epub", "application/epub+zip"); in test_matches() 137 test_one_match ("core", "application/x-core"); in test_matches() 138 test_one_match ("README.in", "text/x-readme"); in test_matches() 139 test_one_match ("README.gz", "application/x-gzip"); in test_matches() 140 test_one_match ("blabla.cs", "text/x-csharp"); in test_matches() 141 test_one_match ("blabla.f90", "text/x-fortran"); in test_matches() 142 test_one_match ("blabla.F95", "text/x-fortran"); in test_matches() 143 test_one_match ("tarball.tar.gz", "application/x-compressed-tar"); in test_matches() 144 test_one_match ("file.gz", "application/x-gzip"); in test_matches() [all …]
|