/external/webkit/Source/WebKit/gtk/tests/ |
testmimehandling.c | 209 g_test_add_data_func("/webkit/mime/remote-PDF", "pdf", testRemoteMimeType); 210 g_test_add_data_func("/webkit/mime/remote-HTML", "html", testRemoteMimeType); 211 g_test_add_data_func("/webkit/mime/remote-TEXT", "text", testRemoteMimeType); 212 g_test_add_data_func("/webkit/mime/remote-OGG", "ogg", testRemoteMimeType); 213 g_test_add_data_func("/webkit/mime/local-PDF", "pdf", testLocalMimeType); 214 g_test_add_data_func("/webkit/mime/local-HTML", "html", testLocalMimeType); 215 g_test_add_data_func("/webkit/mime/local-TEXT", "text", testLocalMimeType); 216 g_test_add_data_func("/webkit/mime/local-OGG", "ogg", testLocalMimeType);
|
/external/bluetooth/glib/gio/tests/ |
live-g-file.c | [all...] |
/external/bluetooth/glib/glib/ |
gtestutils.h | 99 void g_test_add_data_func (const char *testpath,
|
gtestutils.c | 980 * g_test_add_data_func: 994 g_test_add_data_func (const char *testpath, function [all...] |
galiasdef.c | 3185 #undef g_test_add_data_func macro [all...] |
galias.h | 3175 #define g_test_add_data_func macro [all...] |