Home
last modified time | relevance | path

Searched refs:to_url (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/touch_GestureNav/
Dtouch_GestureNav.py34 def _check_tab_navigate(self, to_url, direction=''): argument
44 fail_msg = 'Incorrect tab navigating %s to %s' % (direction, to_url)
46 lambda: self.tab.url.encode('utf8').rstrip('/') == to_url,
/external/python/cpython2/Lib/test/
Dtest_urllib2.py923 to_url = "http://example.com/b.html"
939 MockHeaders({"location": to_url}))
944 self.assertEqual(o.req.get_full_url(), to_url)
964 def redirect(h, req, url=to_url):
/external/python/cpython3/Lib/test/
Dtest_urllib2.py1162 to_url = "http://example.com/b.html"
1178 MockHeaders({"location": to_url}))
1183 self.assertEqual(o.req.get_full_url(), to_url)
1204 def redirect(h, req, url=to_url):