/external/webkit/WebKit/gtk/tests/ |
D | testwebbackforwardlist.c | 161 g_assert_cmpstr(webkit_web_history_item_get_uri(currentItem), ==, "http://example.com/3/"); in test_webkit_web_back_forward_list_order() 162 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 3"); in test_webkit_web_back_forward_list_order() 166 g_assert_cmpstr(webkit_web_history_item_get_uri(currentItem), ==, "http://example.com/2/"); in test_webkit_web_back_forward_list_order() 167 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 2"); in test_webkit_web_back_forward_list_order() 171 g_assert_cmpstr(webkit_web_history_item_get_uri(currentItem), ==, "http://example.com/1/"); in test_webkit_web_back_forward_list_order() 172 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 1"); in test_webkit_web_back_forward_list_order() 181 g_assert_cmpstr(webkit_web_history_item_get_uri(currentItem), ==, "http://example.com/4/"); in test_webkit_web_back_forward_list_order() 182 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 4"); in test_webkit_web_back_forward_list_order() 186 g_assert_cmpstr(webkit_web_history_item_get_uri(currentItem), ==, "http://example.com/3/"); in test_webkit_web_back_forward_list_order() 187 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 3"); in test_webkit_web_back_forward_list_order() [all …]
|
D | testnetworkrequest.c | 56 g_assert_cmpstr(webkit_network_request_get_uri(request), ==, "http://gnome.org/"); in test_network_request_create_destroy() 71 g_assert_cmpstr(webkit_network_request_get_uri(request), ==, "http://debian.org/"); in test_network_request_properties() 82 g_assert_cmpstr(soupURI, ==, "http://debian.org/"); in test_network_request_properties() 85 g_assert_cmpstr(webkit_network_request_get_uri(request), ==, "http://debian.org/"); in test_network_request_properties()
|
D | testwebhistoryitem.c | 48 g_assert_cmpstr(webkit_web_history_item_get_title(fixture->item), ==, "Example1"); in test_webkit_web_history_item_get_data() 49 g_assert_cmpstr(webkit_web_history_item_get_uri(fixture->item), ==, "http://example.com/"); in test_webkit_web_history_item_get_data() 56 …g_assert_cmpstr(webkit_web_history_item_get_alternate_title(fixture->item), ==, "Alternate title"); in test_webkit_web_history_item_alternate_title()
|
D | testwebsettings.c | 44 g_assert_cmpstr(userAgent, ==, "testwebsettings/0.1"); in test_webkit_web_settings_user_agent() 51 g_assert_cmpstr(userAgent, ==, defaultUserAgent); in test_webkit_web_settings_user_agent() 57 g_assert_cmpstr(userAgent, ==, defaultUserAgent); in test_webkit_web_settings_user_agent()
|
D | testdownload.c | 41 g_assert_cmpstr(webkit_download_get_uri(download), ==, uri); in test_webkit_download_create() 51 g_assert_cmpstr(tmpDir, ==, webkit_download_get_destination_uri(download));; in test_webkit_download_create()
|
D | testatk.c | 47 g_assert_cmpstr(text, ==, text_result); in test_get_text_function() 81 g_assert_cmpstr(text, ==, "This is a test. This is the second sentence. And this the third."); in test_webkit_atk_get_text_at_offset()
|
/external/bluetooth/glib/gio/tests/ |
D | g-icon.c | 53 g_assert_cmpstr (data, ==, "/some/native/path/to/an/icon.png"); in test_g_icon_serialize() 66 g_assert_cmpstr (data, ==, "/some/native/path/to/an/icon with spaces.png"); in test_g_icon_serialize() 79 g_assert_cmpstr (data, ==, "sftp:///some/non-native/path/to/an/icon.png"); in test_g_icon_serialize() 93 g_assert_cmpstr (data, ==, "sftp:///some/non-native/path/to/an/icon%20with%20spaces.png"); in test_g_icon_serialize() 105 g_assert_cmpstr (data, ==, "network-server"); in test_g_icon_serialize() 133 g_assert_cmpstr (data, ==, "/path/to/somewhere with whitespace.png"); in test_g_icon_serialize() 150 g_assert_cmpstr (data, ==, "sftp:///path/to/somewhere.png"); in test_g_icon_serialize() 163 g_assert_cmpstr (data, ==, "sftp:///path/to/somewhere%20with%20whitespace.png"); in test_g_icon_serialize()
|
D | g-file-info.c | 53 g_assert_cmpstr (name, ==, TEST_NAME); in test_assigned_values() 54 g_assert_cmpstr (display_name, ==, TEST_DISPLAY_NAME); in test_assigned_values() 57 g_assert_cmpstr (name, ==, g_file_info_get_name (info)); in test_assigned_values() 58 g_assert_cmpstr (display_name, ==, g_file_info_get_display_name (info)); in test_assigned_values()
|
D | g-file.c | 243 g_assert_cmpstr (parsed_name, ==, result_parse_name); in parse_check_utf8() 292 g_assert_cmpstr (uri, !=, NULL); in resolve_arg() 298 g_assert_cmpstr (path, ==, NULL); in resolve_arg() 336 g_assert_cmpstr (s, ==, arg_data[i].path2); in test_g_file_new_for_commandline_arg() 344 g_assert_cmpstr (resolved, ==, cwd); in test_g_file_new_for_commandline_arg() 430 g_assert_cmpstr (s, ==, dirs[i].path3); in test_g_file_has_prefix()
|
D | sleepy-stream.c | 218 g_assert_cmpstr (one->str, ==, two->str); in test() 276 g_assert_cmpstr (one->str, ==, two->str); in asynch()
|
D | unix-streams.c | 109 g_assert_cmpstr (buf, ==, DATA); in reader_thread()
|
D | data-output-stream.c | 76 g_assert_cmpstr ((char*)data, ==, lines); in test_read_lines()
|
D | data-input-stream.c | 90 g_assert_cmpstr (data, ==, lines[line]); in test_read_lines()
|
D | live-g-file.c | 376 g_assert_cmpstr (symlink_target, ==, item.link_to); in test_attributes()
|
/external/bluetooth/glib/tests/ |
D | bookmarkfile-test.c | 81 g_assert_cmpstr (text, ==, "a file"); in test_modify() 86 g_assert_cmpstr (text, ==, "a bookmark file"); in test_modify() 96 g_assert_cmpstr (text, ==, "a title"); in test_modify()
|
D | testglib.c | 326 g_assert_cmpstr (tstring, ==, "ABCDEFGHIJK"); in gnode_test() 329 g_assert_cmpstr (tstring, ==, "CDEBHIJKGFA"); in gnode_test() 332 g_assert_cmpstr (tstring, ==, "CBDEAHGIJKF"); in gnode_test() 335 g_assert_cmpstr (tstring, ==, "ABFCDEGHIJK"); in gnode_test() 339 g_assert_cmpstr (tstring, ==, "CDEHIJK"); in gnode_test() 342 g_assert_cmpstr (tstring, ==, "ABFG"); in gnode_test() 349 g_assert_cmpstr (tstring, ==, "ABFEDCGKJIH"); in gnode_test() 358 g_assert_cmpstr (tstring, ==, cstring); in gnode_test()
|
D | testingbase64.c | 166 g_assert_cmpstr (text, ==, ok_100_encode_strs[i]); in test_base64_encode()
|
D | scannerapi.c | 50 g_assert_cmpstr (message, ==, "test"); in scanner_msg_func()
|
/external/bluetooth/glib/glib/ |
D | gtestutils.h | 36 #define g_assert_cmpstr(s1, cmp, s2) do { const char *__s1 = (s1), *__s2 = (s2); \ macro
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2617 g_assert_cmpstr
|