OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_one_match
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/xdgmime/
test-mime.c
120
test_one_match
(const char *filename, const char *expected)
function
136
test_one_match
("foo.bar.epub", "application/epub+zip");
137
test_one_match
("core", "application/x-core");
138
test_one_match
("README.in", "text/x-readme");
139
test_one_match
("README.gz", "application/x-gzip");
140
test_one_match
("blabla.cs", "text/x-csharp");
141
test_one_match
("blabla.f90", "text/x-fortran");
142
test_one_match
("blabla.F95", "text/x-fortran");
143
test_one_match
("tarball.tar.gz", "application/x-compressed-tar");
144
test_one_match
("file.gz", "application/x-gzip")
[
all
...]
Completed in 21 milliseconds