/external/webkit/Source/WebKit/gtk/tests/ |
testwebbackforwardlist.c | 161 g_assert_cmpstr(webkit_web_history_item_get_uri(currentItem), ==, "http://example.com/3/"); 162 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 3"); 166 g_assert_cmpstr(webkit_web_history_item_get_uri(currentItem), ==, "http://example.com/2/"); 167 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 2"); 171 g_assert_cmpstr(webkit_web_history_item_get_uri(currentItem), ==, "http://example.com/1/"); 172 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 1"); 181 g_assert_cmpstr(webkit_web_history_item_get_uri(currentItem), ==, "http://example.com/4/"); 182 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 4"); 186 g_assert_cmpstr(webkit_web_history_item_get_uri(currentItem), ==, "http://example.com/3/"); 187 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 3") [all...] |
testnetworkrequest.c | 56 g_assert_cmpstr(webkit_network_request_get_uri(request), ==, "http://gnome.org/"); 71 g_assert_cmpstr(webkit_network_request_get_uri(request), ==, "http://debian.org/"); 82 g_assert_cmpstr(soupURI, ==, "http://debian.org/"); 85 g_assert_cmpstr(webkit_network_request_get_uri(request), ==, "http://debian.org/");
|
testnetworkresponse.c | 57 g_assert_cmpstr(webkit_network_response_get_uri(response), ==, "http://gnome.org/"); 72 g_assert_cmpstr(webkit_network_response_get_uri(response), ==, "http://debian.org/"); 83 g_assert_cmpstr(soupURI, ==, "http://debian.org/"); 86 g_assert_cmpstr(webkit_network_response_get_uri(response), ==, "http://debian.org/");
|
testwebhistoryitem.c | 48 g_assert_cmpstr(webkit_web_history_item_get_title(fixture->item), ==, "Example1"); 49 g_assert_cmpstr(webkit_web_history_item_get_uri(fixture->item), ==, "http://example.com/"); 56 g_assert_cmpstr(webkit_web_history_item_get_alternate_title(fixture->item), ==, "Alternate title");
|
testwebsettings.c | 44 g_assert_cmpstr(userAgent, ==, "testwebsettings/0.1"); 51 g_assert_cmpstr(userAgent, ==, defaultUserAgent); 57 g_assert_cmpstr(userAgent, ==, defaultUserAgent);
|
testwebresource.c | 103 g_assert_cmpstr(url, ==, "http://example.com/"); 104 g_assert_cmpstr(webkit_web_resource_get_uri(fixture->webResource) ,==,"http://example.com/"); 111 g_assert_cmpstr(charData->str, ==, "<html></html>"); 118 g_assert_cmpstr(mime_type, ==, "text/html"); 119 g_assert_cmpstr(webkit_web_resource_get_mime_type(fixture->webResource),==,"text/html"); 127 g_assert_cmpstr(text_encoding, ==, "utf8"); 128 g_assert_cmpstr(webkit_web_resource_get_encoding(fixture->webResource),==,"utf8"); 136 g_assert_cmpstr(frame_name, ==, "Example.com"); 137 g_assert_cmpstr(webkit_web_resource_get_frame_name(fixture->webResource),==,"Example.com"); 150 g_assert_cmpstr(webkit_web_resource_get_uri(web_resource), ==, base_uri) [all...] |
testatk.c | 86 g_assert_cmpstr(text, ==, textResult); 95 g_assert_cmpstr(text, ==, "This is a test. This is the second sentence. And this the third."); 251 g_assert_cmpstr(text, ==, "A text header"); 263 g_assert_cmpstr(text, ==, "A paragraph with a link in the middle"); 290 g_assert_cmpstr(text, ==, "1. A list item"); 320 g_assert_cmpstr(text, ==, "An option in a combo box"); 363 g_assert_cmpstr(text, ==, "This paragraph is borked!"); 462 g_assert_cmpstr(text, ==, "foo"); 465 g_assert_cmpstr(text, ==, "fo"); 471 g_assert_cmpstr(text, ==, "bar") [all...] |
testdomdocument.c | 78 g_assert_cmpstr(title, ==, "This is the title"); 83 g_assert_cmpstr(title, ==, "This is the second title"); 106 g_assert_cmpstr(webkit_dom_element_get_tag_name(element), ==, "LI"); 109 g_assert_cmpstr(webkit_dom_html_element_get_inner_text(htmlElement), ==, n); 135 g_assert_cmpstr(webkit_dom_element_get_tag_name(element), ==, "DIV"); 158 g_assert_cmpstr(webkit_dom_html_element_get_inner_text(htmlElement), ==, "first"); 181 g_assert_cmpstr(webkit_dom_element_get_tag_name(element), ==, "A"); 183 g_assert_cmpstr(webkit_dom_html_element_get_inner_text(htmlElement), ==, names[i]); 185 g_assert_cmpstr(webkit_dom_html_anchor_element_get_href(anchor), ==, uris[i]);
|
testmimehandling.c | 107 g_assert_cmpstr(mime_type, ==, "application/pdf"); 110 g_assert_cmpstr(mime_type, ==, "text/html"); 122 g_assert_cmpstr(disposition, ==, "attachment"); 125 g_assert_cmpstr(mime_type, ==, "text/plain"); 128 g_assert_cmpstr(mime_type, ==, "audio/x-vorbis+ogg");
|
testwebdatasource.c | 53 g_assert_cmpstr(webkit_network_request_get_uri(initialRequest), ==, "http://www.google.com/"); 70 g_assert_cmpstr("http://this.host.does.not.exist/doireallyexist.html", ==, 92 g_assert_cmpstr(webkit_network_request_get_uri(request), ==, "http://www.webkit.org/"); 97 g_assert_cmpstr("text/html", ==, webkit_web_resource_get_mime_type(resource)); 98 g_assert_cmpstr("http://www.webkit.org/", ==, webkit_web_resource_get_uri(resource));
|
testwebview.c | 86 g_assert_cmpstr(g_param_spec_get_name(pspec), ==, "icon-uri"); 89 g_assert_cmpstr(webkit_web_view_get_icon_uri(web_view), ==, expected_uri); 99 g_assert_cmpstr(icon_uri, ==, expected_uri); 102 g_assert_cmpstr(icon_uri, ==, webkit_web_view_get_icon_uri(web_view));
|
testdownload.c | 42 g_assert_cmpstr(webkit_download_get_uri(download), ==, uri); 52 g_assert_cmpstr(tmpDir, ==, webkit_download_get_destination_uri(download));;
|
testloading.c | 330 g_assert_cmpstr(webkit_web_view_get_uri(fixture->webView), ==, uri_string2); 333 g_assert_cmpstr(webkit_web_view_get_uri(fixture->webView), ==, uri_string); 339 g_assert_cmpstr(webkit_web_view_get_uri(fixture->webView), ==, uri_string);
|
/external/bluetooth/glib/gio/tests/ |
g-file-info.c | 53 g_assert_cmpstr (name, ==, TEST_NAME); 54 g_assert_cmpstr (display_name, ==, TEST_DISPLAY_NAME); 57 g_assert_cmpstr (name, ==, g_file_info_get_name (info)); 58 g_assert_cmpstr (display_name, ==, g_file_info_get_display_name (info));
|
g-icon.c | 53 g_assert_cmpstr (data, ==, "/some/native/path/to/an/icon.png"); 66 g_assert_cmpstr (data, ==, "/some/native/path/to/an/icon with spaces.png"); 79 g_assert_cmpstr (data, ==, "sftp:///some/non-native/path/to/an/icon.png"); 93 g_assert_cmpstr (data, ==, "sftp:///some/non-native/path/to/an/icon%20with%20spaces.png"); 105 g_assert_cmpstr (data, ==, "network-server"); 133 g_assert_cmpstr (data, ==, "/path/to/somewhere with whitespace.png"); 150 g_assert_cmpstr (data, ==, "sftp:///path/to/somewhere.png"); 163 g_assert_cmpstr (data, ==, "sftp:///path/to/somewhere%20with%20whitespace.png");
|
g-file.c | 243 g_assert_cmpstr (parsed_name, ==, result_parse_name); 292 g_assert_cmpstr (uri, !=, NULL); 298 g_assert_cmpstr (path, ==, NULL); 336 g_assert_cmpstr (s, ==, arg_data[i].path2); 344 g_assert_cmpstr (resolved, ==, cwd); 430 g_assert_cmpstr (s, ==, dirs[i].path3);
|
sleepy-stream.c | 218 g_assert_cmpstr (one->str, ==, two->str); 276 g_assert_cmpstr (one->str, ==, two->str);
|
data-input-stream.c | 90 g_assert_cmpstr (data, ==, lines[line]);
|
data-output-stream.c | 76 g_assert_cmpstr ((char*)data, ==, lines);
|
unix-streams.c | 109 g_assert_cmpstr (buf, ==, DATA);
|
/external/bluetooth/glib/tests/ |
bookmarkfile-test.c | 81 g_assert_cmpstr (text, ==, "a file"); 86 g_assert_cmpstr (text, ==, "a bookmark file"); 96 g_assert_cmpstr (text, ==, "a title");
|
testingbase64.c | 166 g_assert_cmpstr (text, ==, ok_100_encode_strs[i]);
|
scannerapi.c | 50 g_assert_cmpstr (message, ==, "test");
|
testglib.c | 326 g_assert_cmpstr (tstring, ==, "ABCDEFGHIJK"); 329 g_assert_cmpstr (tstring, ==, "CDEBHIJKGFA"); 332 g_assert_cmpstr (tstring, ==, "CBDEAHGIJKF"); 335 g_assert_cmpstr (tstring, ==, "ABFCDEGHIJK"); 339 g_assert_cmpstr (tstring, ==, "CDEHIJK"); 342 g_assert_cmpstr (tstring, ==, "ABFG"); 349 g_assert_cmpstr (tstring, ==, "ABFEDCGKJIH"); 358 g_assert_cmpstr (tstring, ==, cstring); [all...] |
/external/bluetooth/glib/glib/ |
gtestutils.h | 36 #define g_assert_cmpstr(s1, cmp, s2) do { const char *__s1 = (s1), *__s2 = (s2); \ macro
|