Home
last modified time | relevance | path

Searched refs:url1 (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c722 GstUri *url1, *url2; in GST_START_TEST() local
724 url1 = in GST_START_TEST()
732 fail_unless (gst_uri_equal (url1, url2)); in GST_START_TEST()
733 fail_unless (gst_uri_equal (url2, url1)); in GST_START_TEST()
740 fail_unless (!gst_uri_equal (url1, url2)); in GST_START_TEST()
747 fail_unless (!gst_uri_equal (url1, url2)); in GST_START_TEST()
754 fail_unless (!gst_uri_equal (url1, url2)); in GST_START_TEST()
761 fail_unless (!gst_uri_equal (url1, url2)); in GST_START_TEST()
768 fail_unless (!gst_uri_equal (url1, url2)); in GST_START_TEST()
775 fail_unless (!gst_uri_equal (url1, url2)); in GST_START_TEST()
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
Dhtmldiff.pl495 my $url1 = $query->param("oldfile");
507 my $req1 = new HTTP::Request GET => $url1;
512 print "<p>The URL $url1 could not be found. Please check it and try again.</p>";
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx2598 string url1 = url_copy.substr(0, slash1); // ok even if slash1 not found in handler_cb() local
2600 if (slash1 != string::npos && url1 == "/buildid") in handler_cb()
2651 else if (url1 == "/metrics") in handler_cb()
2658 else if (url1 == "/") in handler_cb()
2665 throw reportable_exception("webapi error, unrecognized '" + url1 + "'"); in handler_cb()
DChangeLog614 (handler_cb): Handle "/" and report url1 in webapi error.
/third_party/cef/tests/ceftests/
Dnavigation_unittest.cc456 std::string url1 = browser->GetMainFrame()->GetURL(); in OnLoadStart() local
458 if (url1 == item.target && url2 == item.target) in OnLoadStart()
478 std::string url1 = browser->GetMainFrame()->GetURL(); in OnLoadEnd() local
480 if (url1 == item.target && url2 == item.target) in OnLoadEnd()
Dmessage_router_unittest.cc2796 const std::string& url1 = std::string(kTestDomain1) + "browser1.html"; in RunMRTest() local
2804 AddManagedResource(url1, false, true); in RunMRTest()
2810 CreateBrowser(url1, nullptr); in RunMRTest()
/third_party/python/Lib/urllib/
Drequest.py1813 type, url1 = _splittype(url)
1816 fp = self.open_local_file(url1)
1819 return url2pathname(_splithost(url1)[1]), hdrs
/third_party/libuv/docs/src/guide/
Dutilities.rst236 $ ./uvwget [url1] [url2] ...
/third_party/chromium/patch/
D0003-ohos-1115.patch39974 + const GURL url1 = embedded_test_server()->GetURL("/title1.html");
39977 + // Navigate to `url1` and ensure the browser is active.
39979 + ASSERT_TRUE(ui_test_utils::NavigateToURL(browser(), url1));