Home
last modified time | relevance | path

Searched defs:scheme (Results 1 – 25 of 107) sorted by relevance

12345

/prebuilts/build-tools/common/py3-stdlib/sysconfig/
D__init__.py238 scheme = _INSTALL_SCHEMES[scheme] variable
262 def _expand_vars(scheme, vars): argument
441 def get_paths(scheme=get_default_scheme(), vars=None, expand=True): argument
453 def get_path(name, scheme=get_default_scheme(), vars=None, expand=True): argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsysconfig.py237 scheme = _INSTALL_SCHEMES[scheme] variable
261 def _expand_vars(scheme, vars): argument
609 def get_paths(scheme=get_default_scheme(), vars=None, expand=True): argument
621 def get_path(name, scheme=get_default_scheme(), vars=None, expand=True): argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/
Dsysconfig.py237 scheme = _INSTALL_SCHEMES[scheme] variable
261 def _expand_vars(scheme, vars): argument
609 def get_paths(scheme=get_default_scheme(), vars=None, expand=True): argument
621 def get_path(name, scheme=get_default_scheme(), vars=None, expand=True): argument
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsysconfig.py237 scheme = _INSTALL_SCHEMES[scheme] variable
261 def _expand_vars(scheme, vars): argument
609 def get_paths(scheme=get_default_scheme(), vars=None, expand=True): argument
621 def get_path(name, scheme=get_default_scheme(), vars=None, expand=True): argument
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsysconfig.py237 scheme = _INSTALL_SCHEMES[scheme] variable
261 def _expand_vars(scheme, vars): argument
609 def get_paths(scheme=get_default_scheme(), vars=None, expand=True): argument
621 def get_path(name, scheme=get_default_scheme(), vars=None, expand=True): argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
D_framework_compat.py49 def scheme(name): function
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
D_framework_compat.py49 def scheme(name): function
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
D_framework_compat.py49 def scheme(name): function
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
D_framework_compat.py49 def scheme(name): function
/prebuilts/go/linux-x86/src/net/http/
Dexport_test.go165 func (t *Transport) IdleConnCountForTesting(scheme, addr string) int { argument
196 func (t *Transport) PutIdleTestConn(scheme, addr string) bool { argument
222 func (t *Transport) PutIdleTestConnH2(scheme, addr string, alt RoundTripper) bool { argument
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DUriParser.h22 llvm::StringRef scheme; member
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DUriParser.h22 llvm::StringRef scheme; member
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Utility/
DUriParser.h22 llvm::StringRef scheme; member
/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DUriParser.h22 llvm::StringRef scheme; member
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py72 scheme = None variable in ConnectionPool
165 scheme = "http" variable in HTTPConnectionPool
911 scheme = "https" variable in HTTPSConnectionPool
1095 def _normalize_host(host, scheme): argument
Dpoolmanager.py189 def _new_pool(self, scheme, host, port, request_context=None): argument
225 def connection_from_host(self, host, port=None, scheme="http", pool_kwargs=None): argument
498 def connection_from_host(self, host, port=None, scheme="http", pool_kwargs=None): argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py72 scheme = None variable in ConnectionPool
165 scheme = "http" variable in HTTPConnectionPool
911 scheme = "https" variable in HTTPSConnectionPool
1095 def _normalize_host(host, scheme): argument
Dpoolmanager.py189 def _new_pool(self, scheme, host, port, request_context=None): argument
225 def connection_from_host(self, host, port=None, scheme="http", pool_kwargs=None): argument
498 def connection_from_host(self, host, port=None, scheme="http", pool_kwargs=None): argument
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py72 scheme = None variable in ConnectionPool
165 scheme = "http" variable in HTTPConnectionPool
911 scheme = "https" variable in HTTPSConnectionPool
1095 def _normalize_host(host, scheme): argument
Dpoolmanager.py189 def _new_pool(self, scheme, host, port, request_context=None): argument
225 def connection_from_host(self, host, port=None, scheme="http", pool_kwargs=None): argument
498 def connection_from_host(self, host, port=None, scheme="http", pool_kwargs=None): argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnectionpool.py72 scheme = None variable in ConnectionPool
165 scheme = "http" variable in HTTPConnectionPool
911 scheme = "https" variable in HTTPSConnectionPool
1095 def _normalize_host(host, scheme): argument
Dpoolmanager.py189 def _new_pool(self, scheme, host, port, request_context=None): argument
225 def connection_from_host(self, host, port=None, scheme="http", pool_kwargs=None): argument
498 def connection_from_host(self, host, port=None, scheme="http", pool_kwargs=None): argument
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Durl.py93 scheme=None, argument
274 def _normalize_host(host, scheme): argument
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Durl.py93 scheme=None, argument
274 def _normalize_host(host, scheme): argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Durl.py93 scheme=None, argument
274 def _normalize_host(host, scheme): argument

12345