HomeSort by relevance Sort by last modified time
    Searched refs:g_test_add_func (Results 1 - 25 of 35) sorted by null

1 2

  /external/bluetooth/glib/tests/
testingbase64.c 231 g_test_add_func ("/misc/base64/encode", test_base64_encode);
232 g_test_add_func ("/misc/base64/decode", test_base64_decode);
233 g_test_add_func ("/misc/base64/encode_decode", test_base64_encode_decode);
testglib.c     [all...]
  /external/webkit/Source/WebKit/gtk/tests/
testapplicationcache.c 46 g_test_add_func("/webkit/application_cache/maximum_size",
testwebframe.c 216 g_test_add_func("/webkit/webview/create_destroy", test_webkit_web_frame_create_destroy);
217 g_test_add_func("/webkit/webview/frame-created_signal", test_webkit_web_frame_created_signal);
218 g_test_add_func("/webkit/webframe/lifetime", test_webkit_web_frame_lifetime);
219 g_test_add_func("/webkit/webview/printing", test_webkit_web_frame_printing);
220 g_test_add_func("/webkit/webview/response", test_webkit_web_frame_response);
testglobals.c 54 g_test_add_func("/webkit/globals/default_session",
testhttpbackend.c 75 g_test_add_func("/webkit/soupmessage/lifetime", test_soup_message_lifetime);
testnetworkrequest.c 95 g_test_add_func("/webkit/networkrequest/createdestroy", test_network_request_create_destroy);
96 g_test_add_func("/webkit/networkrequest/properties", test_network_request_properties);
testnetworkresponse.c 96 g_test_add_func("/webkit/networkresponse/createdestroy", test_network_response_create_destroy);
97 g_test_add_func("/webkit/networkresponse/properties", test_network_response_properties);
testdownload.c 257 g_test_add_func("/webkit/download/create", test_webkit_download_create);
258 g_test_add_func("/webkit/download/synch", test_webkit_download_synch);
259 g_test_add_func("/webkit/download/asynch", test_webkit_download_asynch);
260 g_test_add_func("/webkit/download/data", test_webkit_download_data);
testwebdatasource.c 234 g_test_add_func("/webkit/webdatasource/get_initial_request",
236 g_test_add_func("/webkit/webdatasource/api",
238 g_test_add_func("/webkit/webdatasource/unreachable_uri",
240 g_test_add_func("/webkit/webdatasource/lifetime",
testwebplugindatabase.c 78 g_test_add_func("/webkit/webplugindatabase/getplugins", test_webkit_web_plugin_database_get_plugins);
testwebsettings.c 70 g_test_add_func("/webkit/websettings/user_agent", test_webkit_web_settings_user_agent);
testwebview.c 365 g_test_add_func("/webkit/webview/icon-uri", test_webkit_web_view_icon_uri);
366 g_test_add_func("/webkit/webview/adjustments", test_webkit_web_view_adjustments);
367 g_test_add_func("/webkit/webview/destroy", test_webkit_web_view_destroy);
368 g_test_add_func("/webkit/webview/grab_focus", test_webkit_web_view_grab_focus);
369 g_test_add_func("/webkit/webview/window-features", test_webkit_web_view_window_features);
testatk.c     [all...]
testwebbackforwardlist.c 323 g_test_add_func("/webkit/webbackforwardlist/add_item", test_webkit_web_back_forward_list_add_item);
324 g_test_add_func("/webkit/webbackforwardlist/list_order", test_webkit_web_back_forward_list_order);
325 g_test_add_func("/webkit/webhistoryitem/lifetime", test_webkit_web_history_item_lifetime);
326 g_test_add_func("/webkit/webbackforwardlist/clear", test_webkit_web_back_forward_list_clear);
testwindow.c 119 g_test_add_func("/webkit/window/scrollbar_policy", test_webkit_window_scrollbar_policy);
  /external/bluetooth/glib/gio/tests/
buffered-input-stream.c 57 g_test_add_func ("/buffered-input-stream/read-byte", test_read_byte);
memory-output-stream.c 96 g_test_add_func ("/memory-output-stream/truncate", test_truncate);
97 g_test_add_func ("/memory-output-stream/get-data-size", test_data_size);
data-input-stream.c 323 g_test_add_func ("/data-input-stream/read-lines-LF", test_read_lines_LF);
324 g_test_add_func ("/data-input-stream/read-lines-CR", test_read_lines_CR);
325 g_test_add_func ("/data-input-stream/read-lines-CR-LF", test_read_lines_CR_LF);
326 g_test_add_func ("/data-input-stream/read-until", test_read_until);
327 g_test_add_func ("/data-input-stream/read-int", test_read_int);
g-file.c 514 g_test_add_func ("/g-file/test_g_file_new_null", test_g_file_new_null);
517 g_test_add_func ("/g-file/test_g_file_new_for_path", test_g_file_new_for_path);
520 g_test_add_func ("/g-file/test_g_file_new_for_uri", test_g_file_new_for_uri);
523 g_test_add_func ("/g-file/test_g_file_dup", test_g_file_dup);
526 g_test_add_func ("/g-file/test_g_file_get_parse_name_utf8", test_g_file_get_parse_name_utf8);
529 g_test_add_func ("/g-file/test_g_file_new_for_commandline_arg", test_g_file_new_for_commandline_arg);
532 g_test_add_func ("/g-file/test_g_file_has_prefix", test_g_file_has_prefix);
535 g_test_add_func ("/g-file/test_g_file_get_parent_child", test_g_file_get_parent_child);
data-output-stream.c 287 g_test_add_func ("/data-input-stream/read-lines-LF", test_read_lines_LF);
288 g_test_add_func ("/data-input-stream/read-lines-CR", test_read_lines_CR);
289 g_test_add_func ("/data-input-stream/read-lines-CR-LF", test_read_lines_CR_LF);
290 g_test_add_func ("/data-input-stream/read-int", test_read_int);
filter-streams.c 233 g_test_add_func ("/filter-stream/input", test_input_filter);
234 g_test_add_func ("/filter-stream/output", test_output_filter);
235 g_test_add_func ("/filter-stream/async-input", test_input_async);
236 g_test_add_func ("/filter-stream/async-output", test_output_async);
memory-input-stream.c 75 g_test_add_func ("/memory-input-stream/read-chunks", test_read_chunks);
g-file-info.c 122 g_test_add_func ("/g-file-info/test_g_file_info", test_g_file_info);
simple-async-result.c 104 g_test_add_func ("/gio/simple-async-result/test", test_simple_async);

Completed in 93 milliseconds

1 2