/aosp_15_r20/external/python/setuptools/setuptools/tests/ |
D | test_packageindex.py | 254 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/ |
D | test_urllib2.py | 1178 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/ |
D | protocol_loop.py | 32 # 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
|
D | protocol_socket.py | 34 # 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
|
D | protocol_hwgrep.py | 42 serial.Serial.port.__set__(self, self.from_url(value)) 46 def from_url(self, url): member in Serial
|
D | protocol_cp2110.py | 85 portpath = self.from_url(self.portstr) 106 def from_url(self, url): member in Serial
|
D | protocol_spy.py | 211 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 D | splicing.rs | 322 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/ |
D | test_urllib2.py | 922 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 D | crate_index_lookup.rs | 76 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 D | key_util.py | 97 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 D | redirects.yaml | 10 from_url: /projects/api/en/latest/$rest
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | redirects.yaml | 10 from_url: /projects/api/en/latest/*
|
/aosp_15_r20/external/python/pyserial/serial/ |
D | rfc2217.py | 86 # 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/ |
D | package_index.py | 260 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/ |
D | package_index.py | 260 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/ |
D | package_index.py | 260 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/ |
D | package_index.py | 260 def from_url(cls, url): member in HashChecker 717 checker = HashChecker.from_url(url)
|
/aosp_15_r20/external/python/setuptools/setuptools/ |
D | package_index.py | 260 def from_url(cls, url): member in HashChecker 717 checker = HashChecker.from_url(url)
|