Home
last modified time | relevance | path

Searched refs:ModuleType (Results 1 – 25 of 143) sorted by relevance

123456

/prebuilts/build-tools/common/py3-stdlib/importlib/resources/
D_common.py15 Package = Union[types.ModuleType, str]
59 def get_resource_reader(package: types.ModuleType) -> Optional[ResourceReader]: argument
76 def resolve(cand: Optional[Anchor]) -> types.ModuleType:
77 return cast(types.ModuleType, cand)
81 def _(cand: str) -> types.ModuleType:
86 def _(cand: None) -> types.ModuleType:
107 def from_package(package: types.ModuleType): argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/importlib/resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/importlib/resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/importlib/resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/importlib/resources/
D_common.py14 Package = Union[types.ModuleType, str]
44 return cand if isinstance(cand, types.ModuleType) else importlib.import_module(cand)
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h88 enum class ModuleType { enum
94 ModuleType Type = ModuleType::NamedCXXModule;
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h87 enum class ModuleType { enum
93 ModuleType Type = ModuleType::NamedCXXModule;
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h87 enum class ModuleType { enum
93 ModuleType Type = ModuleType::NamedCXXModule;
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h87 enum class ModuleType { enum
93 ModuleType Type = ModuleType::NamedCXXModule;
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py9 from types import ModuleType, TracebackType
61 suppress: Iterable[Union[str, ModuleType]] = (), argument
255 suppress: Iterable[Union[str, ModuleType]] = (), argument
309 suppress: Iterable[Union[str, ModuleType]] = (), argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py9 from types import ModuleType, TracebackType
61 suppress: Iterable[Union[str, ModuleType]] = (), argument
255 suppress: Iterable[Union[str, ModuleType]] = (), argument
309 suppress: Iterable[Union[str, ModuleType]] = (), argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py9 from types import ModuleType, TracebackType
61 suppress: Iterable[Union[str, ModuleType]] = (), argument
255 suppress: Iterable[Union[str, ModuleType]] = (), argument
309 suppress: Iterable[Union[str, ModuleType]] = (), argument
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py9 from types import ModuleType, TracebackType
61 suppress: Iterable[Union[str, ModuleType]] = (), argument
255 suppress: Iterable[Union[str, ModuleType]] = (), argument
309 suppress: Iterable[Union[str, ModuleType]] = (), argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_internal/commands/
Ddebug.py7 from types import ModuleType
49 def get_module_from_module_name(module_name: str) -> ModuleType:
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/commands/
Ddebug.py7 from types import ModuleType
49 def get_module_from_module_name(module_name: str) -> ModuleType:
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/commands/
Ddebug.py7 from types import ModuleType
49 def get_module_from_module_name(module_name: str) -> ModuleType:
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/commands/
Ddebug.py7 from types import ModuleType
49 def get_module_from_module_name(module_name: str) -> ModuleType:

123456