Home
last modified time | relevance | path

Searched full:from_url (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_packageindex.py254 checker = setuptools.package_index.HashChecker.from_url(
262 checker = setuptools.package_index.HashChecker.from_url(
269 checker = setuptools.package_index.HashChecker.from_url(
275 checker = setuptools.package_index.HashChecker.from_url(
280 checker = setuptools.package_index.HashChecker.from_url(
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_urllib2.py1178 from_url = "http://example.com/a.html"
1187 req = Request(from_url, data)
1218 req = Request(from_url)
1228 req = Request(from_url, origin_req_host="example.com")
1240 req = Request(from_url, origin_req_host="example.com")
1252 from_url = "http://example.com/a.html"
1258 req = Request(from_url)
1274 from_url = "http://example.com/a.html"
1278 req = Request(from_url)
1281 valid_url = urllib.parse.urljoin(from_url,relative_url)
/aosp_15_r20/external/python/pyserial/serial/urlhandler/
Dprotocol_loop.py32 # map log level names to constants. used in from_url()
68 self.from_url(self.port)
101 def from_url(self, url): member in Serial
Dprotocol_socket.py34 # map log level names to constants. used in from_url()
63 … self._socket = socket.create_connection(self.from_url(self.portstr), timeout=POLL_TIMEOUT)
106 def from_url(self, url): member in Serial
Dprotocol_hwgrep.py42 serial.Serial.port.__set__(self, self.from_url(value))
46 def from_url(self, url): member in Serial
Dprotocol_cp2110.py85 portpath = self.from_url(self.portstr)
106 def from_url(self, url): member in Serial
Dprotocol_spy.py211 serial.Serial.port.__set__(self, self.from_url(value))
213 def from_url(self, url): member in Serial
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A Dsplicing.rs322 CrateIndexLookup::Http(crates_index::SparseIndex::from_url( in write_registry_urls_and_feature_map()
326 CrateIndexLookup::Http(crates_index::SparseIndex::from_url(index_url)?) in write_registry_urls_and_feature_map()
332 let index = crates_index::GitIndex::from_url(index_url) in write_registry_urls_and_feature_map()
347 CrateIndexLookup::Http(crates_index::SparseIndex::from_url( in write_registry_urls_and_feature_map()
/aosp_15_r20/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)
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/splicing/
H A Dcrate_index_lookup.rs76 crates_index::SparseIndex::from_url("sparse+https://index.crates.io/").unwrap(), in sparse_index()
103 crates_index::SparseIndex::from_url("sparse+https://index.crates.io/").unwrap(), in sparse_index()
/aosp_15_r20/external/tink/testing/cross_language/util/
H A Dkey_util.py97 def from_url(cls, type_url: str) -> Any: member in KeyProto
216 proto_type = KeyProto.from_url(type_url)
/aosp_15_r20/external/mbedtls/docs/
H A Dredirects.yaml10 from_url: /projects/api/en/latest/$rest
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dredirects.yaml10 from_url: /projects/api/en/latest/*
/aosp_15_r20/external/python/pyserial/serial/
Drfc2217.py86 # map log level names to constants. used in from_url()
416 … self._socket = socket.create_connection(self.from_url(self.portstr), timeout=5) # XXX good value?
560 def from_url(self, url): member in Serial
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/
Dpackage_index.py260 def from_url(cls, url): member in HashChecker
717 checker = HashChecker.from_url(url)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/
Dpackage_index.py260 def from_url(cls, url): member in HashChecker
717 checker = HashChecker.from_url(url)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/
Dpackage_index.py260 def from_url(cls, url): member in HashChecker
717 checker = HashChecker.from_url(url)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/
Dpackage_index.py260 def from_url(cls, url): member in HashChecker
717 checker = HashChecker.from_url(url)
/aosp_15_r20/external/python/setuptools/setuptools/
Dpackage_index.py260 def from_url(cls, url): member in HashChecker
717 checker = HashChecker.from_url(url)