Home
last modified time | relevance | path

Searched refs:from_url (Results 1 – 5 of 5) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_packageindex.py229 checker = setuptools.package_index.HashChecker.from_url(
237 checker = setuptools.package_index.HashChecker.from_url(
244 checker = setuptools.package_index.HashChecker.from_url(
250 checker = setuptools.package_index.HashChecker.from_url(
255 checker = setuptools.package_index.HashChecker.from_url(
/external/oss-fuzz/projects/easywsclient/
Deasyws_fuzzer.cpp24 easywsclient::WebSocket::from_url(str); in LLVMFuzzerTestOneInput()
/external/python/cpython2/Lib/test/
Dtest_urllib2.py922 from_url = "http://example.com/a.html"
931 req = Request(from_url, data)
962 req = Request(from_url)
971 req = Request(from_url, origin_req_host="example.com")
983 req = Request(from_url, origin_req_host="example.com")
995 from_url = "http://example.com/a.html"
1001 req = Request(from_url)
/external/python/cpython3/Lib/test/
Dtest_urllib2.py1158 from_url = "http://example.com/a.html"
1167 req = Request(from_url, data)
1198 req = Request(from_url)
1208 req = Request(from_url, origin_req_host="example.com")
1220 req = Request(from_url, origin_req_host="example.com")
1232 from_url = "http://example.com/a.html"
1238 req = Request(from_url)
1254 from_url = "http://example.com/a.html"
1258 req = Request(from_url)
1261 valid_url = urllib.parse.urljoin(from_url,relative_url)
/external/python/setuptools/setuptools/
Dpackage_index.py275 def from_url(cls, url): member in HashChecker
726 checker = HashChecker.from_url(url)