Home
last modified time | relevance | path

Searched defs:_Path (Results 1 – 12 of 12) sorted by relevance

/external/python/setuptools/setuptools/config/
Dexpand.py52 _Path = Union[str, os.PathLike] variable
91 patterns: Iterable[str], root_dir: Optional[_Path] = None
121 def read_files(filepaths: Union[str, bytes, Iterable[_Path]], root_dir=None) -> str:
139 def _filter_existing_files(filepaths: Iterable[_Path]) -> Iterator[_Path]:
147 def _read_file(filepath: Union[bytes, _Path]) -> str: argument
152 def _assert_local(filepath: _Path, root_dir: str):
163 root_dir: Optional[_Path] = None
198 def _find_spec(module_name: str, module_path: Optional[_Path]) -> ModuleSpec:
219 module_name: str, package_dir: Optional[Mapping[str, str]], root_dir: _Path
255 root_dir: Optional[_Path] = None
[all …]
Dpyprojecttoml.py17 _Path = Union[str, os.PathLike] variable
21 def load_file(filepath: _Path) -> dict:
28 def validate(config: dict, filepath: _Path):
47 dist: "Distribution", filepath: _Path, ignore_option_errors=False,
57 filepath: _Path,
128 root_dir: Optional[_Path] = None,
172 dist: Optional["Distribution"], project_cfg: dict, root_dir: _Path
219 root_dir: _Path,
262 root_dir: _Path,
280 dynamic_cfg: dict, root_dir: _Path, ignore_option_errors: bool
[all …]
D_apply_pyprojecttoml.py23 _Path = Union[os.PathLike, str] variable
31 def apply(dist: "Distribution", config: dict, filename: _Path) -> "Distribution":
99 def _long_description(dist: "Distribution", val: _DictOrStr, root_dir: _Path):
114 def _license(dist: "Distribution", val: dict, root_dir: _Path):
123 def _people(dist: "Distribution", val: List[dict], _root_dir: _Path, kind: str):
181 def _copy_command_options(pyproject: dict, dist: "Distribution", filename: _Path):
Dsetupcfg.py22 _Path = Union[str, os.PathLike] variable
34 filepath: _Path,
61 def apply_configuration(dist: "Distribution", filepath: _Path) -> "Distribution":
71 dist: "Distribution", filepath: _Path,
72 other_files: Iterable[_Path] = (),
329 def _parse_file(cls, value, root_dir: _Path):
354 def _parse_attr(self, value, package_dir, root_dir: _Path):
488 root_dir: _Path = os.curdir
/external/python/setuptools/setuptools/
Ddiscovery.py53 _Path = Union[str, os.PathLike] variable
63 def _valid_name(path: _Path) -> bool:
77 where: _Path = '.',
110 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
130 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
158 def _looks_like_package(path: _Path, _package_name: str) -> bool:
165 def _looks_like_package(_path: _Path, _package_name: str) -> bool:
175 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
235 def _looks_like_package(_path: _Path, package_name: str) -> bool:
272 def _find_packages_within(root_pkg: str, pkg_dir: _Path) -> List[str]:
[all …]
/external/python/setuptools/setuptools/tests/config/
Dtest_pyprojecttoml.py7 from path import Path as _Path unknown
/external/clang/test/Analysis/
Ddead-stores.m101 Radar11059352_1 *_Path; field
/external/python/setuptools/setuptools/tests/
Dtest_config_discovery.py16 from path import Path as _Path unknown
/external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/
Ddirectory_entry.h46 typedef _VSTD_FS::path _Path; typedef
/external/clang/lib/Basic/
DVirtualFileSystem.cpp255 RealFSDirIter(const Twine &_Path, std::error_code &EC) in RealFSDirIter()
1755 const Twine &_Path, RedirectingFileSystem &FS, in VFSFromYamlDirIterImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp2057 const Twine &_Path, in VFSFromYamlDirIterImpl()
/external/mesa3d/src/imgui/
Dimgui.h1813 ImVector<ImVec2> _Path; // [Internal] current path building member